log

age author description
Mon, 11 Jun 2018 14:23:52 +0300 Matti Hamalainen Apparently Fun Paint 2 also saves one byte less than it should with the
Mon, 11 Jun 2018 14:21:09 +0300 Matti Hamalainen Use the new DMGrowBuf functions in XX2 format buffer enlarging.
Mon, 11 Jun 2018 13:57:07 +0300 Matti Hamalainen Change DMGrowBuf API somewhat and implement more copy operations.
Sun, 10 Jun 2018 20:01:03 +0300 Matti Hamalainen Improve ECI packed format probing.
Sun, 10 Jun 2018 20:00:46 +0300 Matti Hamalainen Improve Amica Paint format probing.
Sun, 10 Jun 2018 17:56:08 +0300 Matti Hamalainen Fix unitialized data accesses.
Sun, 10 Jun 2018 02:54:51 +0300 Matti Hamalainen Adjust indentation output of commandline help printing.
Sat, 09 Jun 2018 17:56:07 +0300 Matti Hamalainen Bring in changes from the th-libs version of commandline argument handling.
Sat, 09 Jun 2018 17:04:33 +0300 Matti Hamalainen Actually fix the warnings .. sigh.
Sat, 09 Jun 2018 17:02:35 +0300 Matti Hamalainen Silence a warning about unused function argument.
Sat, 09 Jun 2018 13:07:49 +0300 Matti Hamalainen Implement support for ECI packed format.
Sat, 09 Jun 2018 13:05:22 +0300 Matti Hamalainen Cleanups.
Fri, 08 Jun 2018 22:32:30 +0300 Matti Hamalainen Merge.
Fri, 08 Jun 2018 22:32:11 +0300 Matti Hamalainen Fix a potential uninitialized variable.
Fri, 08 Jun 2018 22:29:49 +0300 Matti Hamalainen Oops, left in wrong variable name. :S
Fri, 08 Jun 2018 22:14:13 +0300 Matti Hamalainen Implement support for hires FLI interlaced "ECI Graphic Editor 1.0 (unpacked)" format.
Fri, 08 Jun 2018 22:09:24 +0300 Matti Hamalainen Make some palette allocation functions public.
Fri, 08 Jun 2018 22:09:00 +0300 Matti Hamalainen Add dmSetMixedColorC64Palette() for setting a 256 entry "mixed color"
Fri, 08 Jun 2018 22:07:05 +0300 Matti Hamalainen Move dmDefaultC64Palette back to lib64gfx.c
Fri, 08 Jun 2018 22:03:19 +0300 Matti Hamalainen Use the default C64 palette whenever we need it, but make it possible to override it.
Thu, 07 Jun 2018 15:54:19 +0300 Matti Hamalainen Add new option -i for printing information about the images
Thu, 07 Jun 2018 15:52:58 +0300 Matti Hamalainen Allow image pointer argument to be NULL for dmC64ImageDump().
Thu, 07 Jun 2018 15:21:54 +0300 Matti Hamalainen Improve error messages in the RLE decoder.
Thu, 07 Jun 2018 14:48:26 +0300 Matti Hamalainen Implement operator types DO_SET_MEM_HI and DO_SET_MEM_LO. Not used yet.
Thu, 07 Jun 2018 14:47:37 +0300 Matti Hamalainen Return size of subject in dmC64GetOpSize() despite what the operator type is.
Wed, 06 Jun 2018 15:41:00 +0300 Matti Hamalainen Cleanups.
Wed, 06 Jun 2018 15:23:31 +0300 Matti Hamalainen Allow writing of xx1 and xx2 formats, as useless that is.
Wed, 06 Jun 2018 15:22:15 +0300 Matti Hamalainen Refactor fmtDecodeTruePaintPacked() to use more generic DMGrowBuf functions
Wed, 06 Jun 2018 15:20:31 +0300 Matti Hamalainen Add one default case error handler.
Wed, 06 Jun 2018 15:19:40 +0300 Matti Hamalainen Add output buffer cropping to dmFinishRLEBuffers() and the flags and fields to DMGrowBuf.