log

age author description
Mon, 12 Nov 2012 22:02:47 +0200 Matti Hamalainen Error printing cleanups.
Mon, 12 Nov 2012 17:21:33 +0200 Matti Hamalainen Move dmCompareColor() to libgfx.
Sun, 11 Nov 2012 14:36:17 +0200 Matti Hamalainen Clean up PRG/RAW loading.
Sun, 11 Nov 2012 13:05:51 +0200 Matti Hamalainen Implement output data cropping option -c, with which the memory area to be
Sun, 11 Nov 2012 13:05:04 +0200 Matti Hamalainen Clean up and modularize parsing of some options (specifying sections).
Wed, 07 Nov 2012 05:43:42 +0200 Matti Hamalainen Remove debug printing code.
Wed, 07 Nov 2012 05:22:25 +0200 Matti Hamalainen Improve remapping.
Wed, 07 Nov 2012 04:25:16 +0200 Matti Hamalainen Improve remapping option parsing.
Wed, 07 Nov 2012 04:09:51 +0200 Matti Hamalainen Oops, the option help had \n. Fixed.
Wed, 07 Nov 2012 04:09:00 +0200 Matti Hamalainen Improve color remapping, add option for removing unused colors from the final output palette.
Wed, 07 Nov 2012 03:03:01 +0200 Matti Hamalainen Calculate number of remapped colors.
Wed, 07 Nov 2012 01:46:49 +0200 Matti Hamalainen Add incbin line for ARAW output.
Wed, 07 Nov 2012 01:22:35 +0200 Matti Hamalainen Fix remapping issues.
Wed, 07 Nov 2012 01:12:51 +0200 Matti Hamalainen Fix option parsing of mappings.
Wed, 07 Nov 2012 01:01:15 +0200 Matti Hamalainen Improve color matching, make it possible to ignore alpha values.
Wed, 07 Nov 2012 00:55:43 +0200 Matti Hamalainen Implement palette remapping option for image outputs.
Wed, 07 Nov 2012 00:55:12 +0200 Matti Hamalainen Oops, the ARAW palette output should use dc.w, not dw.b .. :P
Sun, 04 Nov 2012 21:30:21 +0200 Matti Hamalainen Correct help.
Sun, 04 Nov 2012 18:54:45 +0200 Matti Hamalainen Update copyright notice.
Sun, 04 Nov 2012 18:54:38 +0200 Matti Hamalainen Add license.
Sun, 04 Nov 2012 18:11:47 +0200 Matti Hamalainen Change c64 palette's alpha values to 0xff to prevent RGBA output from being transparent.
Sun, 04 Nov 2012 16:51:54 +0200 Matti Hamalainen Check for NULL pointers from png_get_tRNS and png_get_PLTE.
Sun, 04 Nov 2012 16:51:24 +0200 Matti Hamalainen Plug (non-dangerous) memory leaks.
Sun, 04 Nov 2012 16:40:37 +0200 Matti Hamalainen Adjust verbosity levels.
Sun, 04 Nov 2012 16:36:21 +0200 Matti Hamalainen Add support for IFF PBMs.
Sun, 04 Nov 2012 16:35:38 +0200 Matti Hamalainen Improve probing.
Sun, 04 Nov 2012 16:09:07 +0200 Matti Hamalainen Improve ARAW output.
Sun, 04 Nov 2012 15:41:46 +0200 Matti Hamalainen Implement transparent color in IFF ILBM reader and ctransp setting in PNG reader.
Sun, 04 Nov 2012 13:57:03 +0200 Matti Hamalainen Improve transparent color handling.
Sun, 04 Nov 2012 12:28:05 +0200 Matti Hamalainen Remove the rather useless vview utility.
Sun, 04 Nov 2012 12:20:51 +0200 Matti Hamalainen Add ILBM to supported list.
Sun, 04 Nov 2012 12:19:10 +0200 Matti Hamalainen Set default scaling to 1.
Sun, 04 Nov 2012 12:13:07 +0200 Matti Hamalainen Clarify help.
Sun, 04 Nov 2012 12:09:48 +0200 Matti Hamalainen Bump version, change program description to be more generic than just a "c64
Sun, 04 Nov 2012 12:09:30 +0200 Matti Hamalainen Mark PNG as available input format.
Sun, 04 Nov 2012 12:07:59 +0200 Matti Hamalainen Implement PNG (1-8bpp indexed) reading support via libPNG.
Sun, 04 Nov 2012 12:07:03 +0200 Matti Hamalainen Return more sensible error values where appropriate instead of just
Sun, 04 Nov 2012 12:06:26 +0200 Matti Hamalainen Modularize palette reading and handling code.
Sun, 04 Nov 2012 09:41:07 +0200 Matti Hamalainen Update documentation a bit.
Sun, 04 Nov 2012 09:11:57 +0200 Matti Hamalainen Add support for CAMG chunk reading and possibly half-brite handling in IFF ILBM reader.
Sun, 04 Nov 2012 08:41:15 +0200 Matti Hamalainen Add transp mask support to IFF ILBM loader.
Sun, 04 Nov 2012 08:40:17 +0200 Matti Hamalainen Finish initial implementation of IFF ILBM loader. And whoa .. it seems to be working.
Sun, 04 Nov 2012 08:38:25 +0200 Matti Hamalainen Oops, correct the use of dmImageFormatList[] entry pointer to entry.fext.
Sun, 04 Nov 2012 06:54:37 +0200 Matti Hamalainen Simplify.
Sun, 04 Nov 2012 06:52:42 +0200 Matti Hamalainen Clean up the IFF parser a bit.
Sun, 04 Nov 2012 06:41:51 +0200 Matti Hamalainen Beginnings of IFF ILBM reader. Not functional, only chunk parsing,
Sun, 04 Nov 2012 06:41:10 +0200 Matti Hamalainen Fix probing to handle NULL probe functions.
Sun, 04 Nov 2012 06:40:35 +0200 Matti Hamalainen Improve loading of input images to use the list provided by libgfx.
Sun, 04 Nov 2012 03:32:00 +0200 Matti Hamalainen Close the file after writing.
Sun, 04 Nov 2012 03:18:42 +0200 Matti Hamalainen Implement fwrite and fputc in memio resources. They will only operate on pre-allocated memory area, thus not grow-as-write.
Sun, 04 Nov 2012 03:16:43 +0200 Matti Hamalainen Adjust dm_fread_byte() and dm_fwrite_byte() stdio helper functions to match
Sun, 04 Nov 2012 03:15:35 +0200 Matti Hamalainen Add dmf_{write,read}_byte() convenience functions.
Sun, 04 Nov 2012 02:50:03 +0200 Matti Hamalainen Cosmetics, rename a variable.
Sat, 03 Nov 2012 16:08:30 +0200 Matti Hamalainen Modularize some more.
Sat, 03 Nov 2012 14:52:52 +0200 Matti Hamalainen Add C++ guard.
Sat, 03 Nov 2012 13:42:52 +0200 Matti Hamalainen Cleanups.
Sat, 03 Nov 2012 13:37:09 +0200 Matti Hamalainen Improve listing of input/output formats in --help.
Sat, 03 Nov 2012 13:36:51 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 11:14:16 +0200 Matti Hamalainen Fix a segfault due to not checking for NULL file extension entries in dmGetFormatByExt().
Sat, 03 Nov 2012 11:13:33 +0200 Matti Hamalainen Possibly fix 24bit PCX output.
Sat, 03 Nov 2012 11:10:59 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 09:22:15 +0200 Matti Hamalainen Updated.
Sat, 03 Nov 2012 09:20:42 +0200 Matti Hamalainen Renamed TODO.txt to TODO.jss, as this is only pertinent to JSS parts. And
Sat, 03 Nov 2012 09:19:38 +0200 Matti Hamalainen Add README.
Sat, 03 Nov 2012 08:21:29 +0200 Matti Hamalainen Fix build for Win32.
Sat, 03 Nov 2012 08:11:56 +0200 Matti Hamalainen Fix image format output.
Sat, 03 Nov 2012 08:11:29 +0200 Matti Hamalainen Fix bplanes short option, now 'B' instead of 'b', as 'b' was already used
Sat, 03 Nov 2012 07:54:23 +0200 Matti Hamalainen Fix building with libpng.
Sat, 03 Nov 2012 07:54:13 +0200 Matti Hamalainen Fix lingering issue with data reading helper function.
Sat, 03 Nov 2012 07:53:38 +0200 Matti Hamalainen Modularize some functions to lib64gfx, fix bitmap -> image conversion,
Sat, 03 Nov 2012 07:52:26 +0200 Matti Hamalainen Update file description.
Sat, 03 Nov 2012 04:11:15 +0200 Matti Hamalainen Improve error handling.
Sat, 03 Nov 2012 03:55:17 +0200 Matti Hamalainen Add bitmap and image input selectors to -i option.
Sat, 03 Nov 2012 03:50:42 +0200 Matti Hamalainen IFFMaster RAW output works now, at least to some extent.
Sat, 03 Nov 2012 03:50:26 +0200 Matti Hamalainen Clear up the file descriptions.
Sat, 03 Nov 2012 03:50:02 +0200 Matti Hamalainen Correct the file header comments.
Sat, 03 Nov 2012 03:49:30 +0200 Matti Hamalainen Add simple bitstream writing functions.
Sat, 03 Nov 2012 02:48:03 +0200 Matti Hamalainen Update copyright year.
Sat, 03 Nov 2012 02:41:15 +0200 Matti Hamalainen Stdint -> SDL types conversion.
Sat, 03 Nov 2012 02:40:07 +0200 Matti Hamalainen Various improvements and cruft cleanups.
Sat, 03 Nov 2012 02:39:52 +0200 Matti Hamalainen Add gfxconv to the build.
Sat, 03 Nov 2012 02:19:51 +0200 Matti Hamalainen Move c64 utilities to the engine lib, as we benefit from a common framework.
Sat, 03 Nov 2012 01:54:00 +0200 Matti Hamalainen Use fseeko() and ftello() to ensure 64-bit off_t compatibility in stdio backend.
Sat, 03 Nov 2012 01:42:45 +0200 Matti Hamalainen Implement dm_{read,write}_byte() and constify.
Mon, 22 Oct 2012 19:31:06 +0300 Matti Hamalainen Update copyrights.
Fri, 19 Oct 2012 21:52:16 +0300 Matti Hamalainen Even more work towards the editor.
Fri, 19 Oct 2012 17:49:22 +0300 Matti Hamalainen Timeline event drawing prototype works.
Fri, 19 Oct 2012 16:28:06 +0300 Matti Hamalainen Fix some segfaults, etc.
Fri, 19 Oct 2012 15:56:59 +0300 Matti Hamalainen Fix waveform display from going over buffer limit.
Fri, 19 Oct 2012 10:04:57 +0300 Matti Hamalainen Fix timeline writing and loading.
Fri, 19 Oct 2012 09:46:05 +0300 Matti Hamalainen More work.
Fri, 19 Oct 2012 07:22:09 +0300 Matti Hamalainen More work towards editor.
Fri, 19 Oct 2012 07:21:54 +0300 Matti Hamalainen Fixes.
Fri, 19 Oct 2012 07:21:39 +0300 Matti Hamalainen Implement functions for copying timelines and timeline components.
Fri, 19 Oct 2012 05:50:44 +0300 Matti Hamalainen Cleanups.
Fri, 19 Oct 2012 05:50:11 +0300 Matti Hamalainen More work towards the editor ..
Fri, 19 Oct 2012 05:26:34 +0300 Matti Hamalainen Pass parameters to sub-processes of make.
Fri, 19 Oct 2012 04:30:24 +0300 Matti Hamalainen More work on the editor.
Fri, 19 Oct 2012 04:30:01 +0300 Matti Hamalainen Remove adjustTime variable, it is not needed anymore.
Thu, 18 Oct 2012 20:17:13 +0300 Matti Hamalainen Add image data for efu.c
Thu, 18 Oct 2012 20:11:34 +0300 Matti Hamalainen Add edview to the build.
Thu, 18 Oct 2012 20:11:17 +0300 Matti Hamalainen Twiddling on the GUI elements.
Thu, 18 Oct 2012 20:10:54 +0300 Matti Hamalainen Add size hints.
Thu, 18 Oct 2012 20:10:31 +0300 Matti Hamalainen GL display widget skeleton.
Thu, 18 Oct 2012 20:10:13 +0300 Matti Hamalainen Slowly working on the editor.
Thu, 18 Oct 2012 20:08:59 +0300 Matti Hamalainen Add graphics files for editor control toolbar buttons.
Wed, 17 Oct 2012 18:15:53 +0300 Matti Hamalainen Fix extern variables to match what are actually declared in dmengine.c
Wed, 17 Oct 2012 03:59:33 +0300 Matti Hamalainen More work.
Wed, 17 Oct 2012 03:46:40 +0300 Matti Hamalainen Add EDITOR_HEADERS to the dependency.
Wed, 17 Oct 2012 03:40:30 +0300 Matti Hamalainen Rename eddemoobj to edtlobj, etc.
Wed, 17 Oct 2012 03:33:19 +0300 Matti Hamalainen Cleanups.
Wed, 17 Oct 2012 02:37:03 +0300 Matti Hamalainen Improve building.
Wed, 17 Oct 2012 02:27:55 +0300 Matti Hamalainen Work towards a working editor .. some day.
Wed, 17 Oct 2012 01:47:49 +0300 Matti Hamalainen Merged.
Wed, 17 Oct 2012 01:47:43 +0300 Matti Hamalainen Add demo obj.
Wed, 17 Oct 2012 00:39:43 +0300 Matti Hamalainen Update hgignore.
Wed, 17 Oct 2012 00:29:15 +0300 Matti Hamalainen s/DMSIMPLE/DMENGINE/
Wed, 17 Oct 2012 01:47:01 +0300 Matti Hamalainen Oops, the function prototypes were incorrect.
Wed, 17 Oct 2012 01:15:09 +0300 Matti Hamalainen Fix build process for out of tree builds.
Wed, 17 Oct 2012 00:23:36 +0300 Matti Hamalainen Re-entrancy.