log

age author description
Thu, 14 Jun 2018 15:51:48 +0300 Matti Hamalainen Add Cosmos Designs Hires Manager unpacked format support.
Thu, 14 Jun 2018 15:51:13 +0300 Matti Hamalainen Rename Crest Hires Designer short ID.
Thu, 14 Jun 2018 12:58:44 +0300 Matti Hamalainen s/DM_IFMT_/DM_COLFMT_/g
Thu, 14 Jun 2018 12:42:29 +0300 Matti Hamalainen Fix checks for NULL palette in index/palette images. Also improve error
Thu, 14 Jun 2018 12:41:55 +0300 Matti Hamalainen Comment.
Thu, 14 Jun 2018 04:01:58 +0300 Matti Hamalainen Remove a kludge image encoding op that is now handled by the generic format size matching code.
Thu, 14 Jun 2018 04:00:59 +0300 Matti Hamalainen If the c64 image format has a set size and our buffer after encoding in
Thu, 14 Jun 2018 03:59:45 +0300 Matti Hamalainen Zero out the struct data in dmGrowBufFree().
Wed, 13 Jun 2018 14:17:13 +0300 Matti Hamalainen Fix some typos in comments.
Wed, 13 Jun 2018 12:55:08 +0300 Matti Hamalainen Slight fix to the README.
Wed, 13 Jun 2018 12:52:21 +0300 Matti Hamalainen Add depencies for lib64fmts.
Wed, 13 Jun 2018 03:27:53 +0300 Matti Hamalainen Oops, forgot to free the buffer allocated in the BDP5 decoder. Fixed.
Wed, 13 Jun 2018 03:22:49 +0300 Matti Hamalainen Add buffer expansion quirk to Boogie Down Paint decoder, as it seems to be needed.
Wed, 13 Jun 2018 03:01:53 +0300 Matti Hamalainen Fix output buffer cropping in dmFinishRLEBuffers() for DM_OUT_CROP_END case.
Wed, 13 Jun 2018 01:58:03 +0300 Matti Hamalainen Adjust True Paint probing to be slightly more forgiving vs. file size.
Wed, 13 Jun 2018 01:57:07 +0300 Matti Hamalainen Implement support for packed variant of Black Mail FLI format.
Wed, 13 Jun 2018 01:46:18 +0300 Matti Hamalainen Actually it seems to be good to NULL check before calling SDL_Destroy*() and
Wed, 13 Jun 2018 01:40:22 +0300 Matti Hamalainen Add descriptive comments to some of RLE decoder flags that were missing "documentation".
Wed, 13 Jun 2018 01:39:06 +0300 Matti Hamalainen Fix case where DMGrowBuf is growing backwards and needs to be reallocated in
Wed, 13 Jun 2018 01:37:36 +0300 Matti Hamalainen Improve DMGrowBuf debugging slightly.
Wed, 13 Jun 2018 01:34:46 +0300 Matti Hamalainen Add DM_RLE_ZERO_COUNT_MAX flag for RLE decoder which makes it interpret run
Wed, 13 Jun 2018 01:23:45 +0300 Matti Hamalainen Fix one DMGrowBuf debug print.
Tue, 12 Jun 2018 21:27:44 +0300 Matti Hamalainen Add a c64 image/format flag for formats that use the border area. Not used yet.
Tue, 12 Jun 2018 20:37:53 +0300 Matti Hamalainen Change c64 format probing API to use DMGrowBuf.
Tue, 12 Jun 2018 18:33:35 +0300 Matti Hamalainen Add support for another plain multicolor variant, "Wigmore Artist 64".
Tue, 12 Jun 2018 18:21:06 +0300 Matti Hamalainen Possibly fix FunPaint 2 unpacked format saving.
Tue, 12 Jun 2018 18:20:00 +0300 Matti Hamalainen Improve probing of FunPaint 2 packed vs. unpacked format variants.
Tue, 12 Jun 2018 17:56:35 +0300 Matti Hamalainen Theoretically fix Gun Paint format writing.
Tue, 12 Jun 2018 17:12:48 +0300 Matti Hamalainen Refactor the c64 bitmap format definitions handling to be more flexible. Again.
Tue, 12 Jun 2018 15:36:00 +0300 Matti Hamalainen Move dmC64ProbeBMP() to more logical place in the source.
Tue, 12 Jun 2018 14:31:09 +0300 Matti Hamalainen Debug print cleanup.
Tue, 12 Jun 2018 13:56:37 +0300 Matti Hamalainen Improve Saracen Paint support by adding a probe function that accounts for
Tue, 12 Jun 2018 13:55:58 +0300 Matti Hamalainen Adjust some probe scores.
Tue, 12 Jun 2018 13:51:03 +0300 Matti Hamalainen Add partially broken support for Blazing Paddles multicolor format.
Tue, 12 Jun 2018 13:36:54 +0300 Matti Hamalainen Add support for Saracen Paint multicolor format.
Tue, 12 Jun 2018 13:36:00 +0300 Matti Hamalainen Amica Paint common format definition is same as Koala Paint, so use the Koala Paint definition.
Tue, 12 Jun 2018 13:34:36 +0300 Matti Hamalainen Change "PMG crippled multicolor" to "Paint Magic crippled MC", as it should be.
Tue, 12 Jun 2018 13:17:50 +0300 Matti Hamalainen Clean up fmtGetPixelCrestHIFLIorCDHM().
Tue, 12 Jun 2018 12:57:45 +0300 Matti Hamalainen Rename Image System format to Image System MC.
Tue, 12 Jun 2018 04:43:05 +0300 Matti Hamalainen Implement fake X raster position for the pixel getting functions. At some
Tue, 12 Jun 2018 00:27:37 +0300 Matti Hamalainen Implement Rainbow Painter format support.
Mon, 11 Jun 2018 21:47:25 +0300 Matti Hamalainen Implement support for "PMG" format, a crippled variant of standard c64
Mon, 11 Jun 2018 21:30:11 +0300 Matti Hamalainen Cleanup.
Mon, 11 Jun 2018 19:52:10 +0300 Matti Hamalainen Improve fmtProbeECIPacked() probing.
Mon, 11 Jun 2018 18:09:00 +0300 Matti Hamalainen Add a format flag for marking formats that have broken/incomplete support and use it.
Mon, 11 Jun 2018 17:58:44 +0300 Matti Hamalainen Add mostly working support for unknown unpacked multicolor format "MIL".
Mon, 11 Jun 2018 17:57:48 +0300 Matti Hamalainen Reorder operator.
Mon, 11 Jun 2018 16:29:04 +0300 Matti Hamalainen Silence a warning about unused function argument.
Mon, 11 Jun 2018 15:48:20 +0300 Matti Hamalainen Implement support for Image System unpacked format.
Mon, 11 Jun 2018 15:44:17 +0300 Matti Hamalainen Implement support for CPU-Paint unpacked format.
Mon, 11 Jun 2018 15:22:29 +0300 Matti Hamalainen Attempt to avoid misprobes of some Crest Hires FLI designer files as ECI 1.0 files.
Mon, 11 Jun 2018 15:13:24 +0300 Matti Hamalainen Rename a function.
Mon, 11 Jun 2018 14:53:46 +0300 Matti Hamalainen Convert fmtDecodeAmicaPaintPacked() to use the new DMGrowBuf functions.
Mon, 11 Jun 2018 14:42:12 +0300 Matti Hamalainen More granular error handling in RLE decoding.
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.
Wed, 06 Jun 2018 15:18:25 +0300 Matti Hamalainen Make dmEncodeGenericRLESequence() a public function.
Wed, 06 Jun 2018 14:37:20 +0300 Matti Hamalainen Fix a commit blunder here ..
Wed, 06 Jun 2018 14:36:24 +0300 Matti Hamalainen Use dmFinishRLEBuffers() in dmDecodeGenericRLE()
Wed, 06 Jun 2018 14:34:58 +0300 Matti Hamalainen Improve error handling of dmEncodeGenericRLESequence() and use dmGenericRLEOutputRun() here as well.
Wed, 06 Jun 2018 14:33:30 +0300 Matti Hamalainen Use dmGenericRLEOutputRun().
Wed, 06 Jun 2018 14:31:20 +0300 Matti Hamalainen Improve a comment on TruePaint encoding.
Wed, 06 Jun 2018 14:31:04 +0300 Matti Hamalainen Add few RLE helper functions.
Wed, 06 Jun 2018 14:29:05 +0300 Matti Hamalainen Indentation cosmetics.
Wed, 06 Jun 2018 14:28:19 +0300 Matti Hamalainen Add function name field to DMCompParams struct and set it in places where we use DMCompParams.
Wed, 06 Jun 2018 14:26:49 +0300 Matti Hamalainen Use buf->len instead of tmp.len, as it might not be initialized.
Wed, 06 Jun 2018 14:24:10 +0300 Matti Hamalainen Change two constant flag values.
Tue, 05 Jun 2018 22:00:48 +0300 Matti Hamalainen Do not apply input skip offset here anymore, it's handled more generally elsewhere.
Tue, 05 Jun 2018 21:58:10 +0300 Matti Hamalainen More consistently use DMGrowBuf in the lib64gfx APIs, and implement
Tue, 05 Jun 2018 19:57:08 +0300 Matti Hamalainen Ehm .. the boolean logic conditions used in dmGrowBufPutU{16,32}{LE,BE}()
Tue, 05 Jun 2018 19:50:16 +0300 Matti Hamalainen Fix offset check in dmGrowBufGetU8().
Tue, 05 Jun 2018 19:49:49 +0300 Matti Hamalainen Add helper function dmGrowBufCreateFromOffs().
Tue, 05 Jun 2018 19:25:39 +0300 Matti Hamalainen Clarify dmGrowBufGetU8() a bit.
Tue, 05 Jun 2018 18:27:16 +0300 Matti Hamalainen Explicitly initialize some DMGrowBuf fields for clarity, though they are already cleared previously by memset().
Tue, 05 Jun 2018 18:26:30 +0300 Matti Hamalainen Fix DMGrowBuf debugging.
Tue, 05 Jun 2018 15:04:15 +0300 Matti Hamalainen Implement dmGrowBufConstCopy() and dmGrowBufCreateFrom(), and also
Tue, 05 Jun 2018 15:02:56 +0300 Matti Hamalainen Implement dmGrowBufGetU8().
Tue, 05 Jun 2018 12:56:23 +0300 Matti Hamalainen Use img->ctransp for IFF ILBM mask, if set.
Tue, 05 Jun 2018 12:55:17 +0300 Matti Hamalainen Refactor DMGrowBuf so that there can be buffers that grow "backwards".
Tue, 05 Jun 2018 11:36:55 +0300 Matti Hamalainen When writing a C64 bitmap output, inform the user about the output file size.
Tue, 05 Jun 2018 11:07:44 +0300 Matti Hamalainen Improve error checking in dmWriteDataFile().
Tue, 05 Jun 2018 11:03:17 +0300 Matti Hamalainen Backed out changeset 9611ecd2c4fb
Tue, 05 Jun 2018 09:52:53 +0300 Matti Hamalainen Get rid of dmGrowBufResize().
Tue, 05 Jun 2018 09:50:08 +0300 Matti Hamalainen Get rid of dmGrowBufInit().
Tue, 05 Jun 2018 09:37:37 +0300 Matti Hamalainen Cleanups.
Mon, 04 Jun 2018 03:10:59 +0300 Matti Hamalainen Minor NULL check cleanup.
Mon, 04 Jun 2018 03:10:38 +0300 Matti Hamalainen Remove newline from start of the banner.
Fri, 01 Jun 2018 02:27:07 +0300 Matti Hamalainen Add few comments.
Fri, 01 Jun 2018 02:21:24 +0300 Matti Hamalainen Cosmetics.
Thu, 31 May 2018 18:19:03 +0300 Matti Hamalainen "Fix" issues with DM_PRI* defines when compiling for Windows via MinGW.
Thu, 31 May 2018 17:55:40 +0300 Matti Hamalainen Various fixes in fanalyze.
Thu, 31 May 2018 17:25:35 +0300 Matti Hamalainen Rename function variable.