log

age author description
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.
Thu, 31 May 2018 15:25:56 +0300 Matti Hamalainen Use DM_PRIu_SIZE_T for size_t type.
Thu, 31 May 2018 15:15:50 +0300 Matti Hamalainen Add simple and naively implemented multi-file bindiff type file analyzer utility 'fanalyze'.
Thu, 31 May 2018 13:46:23 +0300 Matti Hamalainen Rename some constants.
Thu, 31 May 2018 13:32:26 +0300 Matti Hamalainen Adjust ILBM loader to show BMHD data at lower verbosity level.
Thu, 31 May 2018 13:18:44 +0300 Matti Hamalainen Clean up and improve error handling.
Thu, 31 May 2018 13:08:09 +0300 Matti Hamalainen Cleanups.
Thu, 31 May 2018 13:04:53 +0300 Matti Hamalainen Bump copyright year and version.
Thu, 31 May 2018 13:04:35 +0300 Matti Hamalainen Constify.
Thu, 31 May 2018 13:04:25 +0300 Matti Hamalainen Improve error handling and plug filehandle leaks.
Thu, 31 May 2018 13:03:53 +0300 Matti Hamalainen Rename varibles.
Thu, 31 May 2018 12:52:20 +0300 Matti Hamalainen Cleanups.
Thu, 31 May 2018 11:40:20 +0300 Matti Hamalainen Cleanup.
Thu, 31 May 2018 00:46:33 +0300 Matti Hamalainen Add support for a plain hires format at $2000.
Thu, 31 May 2018 00:40:43 +0300 Matti Hamalainen Implement hires Mono Magic support.
Thu, 31 May 2018 00:21:34 +0300 Matti Hamalainen Cosmetic fixes.