log

age author description
Fri, 22 Jun 2018 12:23:23 +0300 Matti Hamalainen Make dmC64GetOpMemBlockAndName() a public function.
Fri, 22 Jun 2018 12:23:06 +0300 Matti Hamalainen Adjust DM_RLE_RUNS_MASK.
Fri, 22 Jun 2018 12:22:33 +0300 Matti Hamalainen Improve error handling of dmC64MemBlockCopy().
Fri, 22 Jun 2018 12:21:54 +0300 Matti Hamalainen Improve C64 image format up/down conversion. Might actually work for some formats now.
Fri, 22 Jun 2018 12:20:46 +0300 Matti Hamalainen Add indentation parameter to dmC64ImageDump().
Fri, 22 Jun 2018 11:20:15 +0300 Matti Hamalainen Improve dmGenericRLEAnalyze() by being better at selecting rleMarker bytes
Fri, 22 Jun 2018 09:59:40 +0300 Matti Hamalainen Oops, need to deconstify the "count" argument of dmEncodeGenericRLESequence() as we now modify it inside.
Fri, 22 Jun 2018 09:57:04 +0300 Matti Hamalainen Enable write support for some formats that should be workable.
Fri, 22 Jun 2018 09:56:32 +0300 Matti Hamalainen Implement DM_RLE_ZERO_COUNT_MAX support in the generic RLE compressor.
Thu, 21 Jun 2018 19:42:18 +0300 Matti Hamalainen Cosmetics.
Thu, 21 Jun 2018 19:38:13 +0300 Matti Hamalainen Allow writing of unpacked True Paint format.
Thu, 21 Jun 2018 19:27:53 +0300 Matti Hamalainen Rename "Koala Paint" to "Koala Painter".
Thu, 21 Jun 2018 17:22:32 +0300 Matti Hamalainen Use dmMemset() instead of memset().
Thu, 21 Jun 2018 13:07:44 +0300 Matti Hamalainen Cosmetic.
Thu, 21 Jun 2018 13:04:53 +0300 Matti Hamalainen Oops. Add missing fmtProbeCosmosDesignsHiresManager() function. :S
Thu, 21 Jun 2018 13:01:57 +0300 Matti Hamalainen Clean up the image format output stuff in gfxconv.
Thu, 21 Jun 2018 13:00:24 +0300 Matti Hamalainen Various cleanups.
Thu, 21 Jun 2018 11:14:26 +0300 Matti Hamalainen Move ILBM function declarations to position that better reflects their
Thu, 21 Jun 2018 11:13:19 +0300 Matti Hamalainen Move idILBM variable to DMIFF struct.
Tue, 19 Jun 2018 13:26:48 +0300 Matti Hamalainen Remove slight bit of code duplication.
Tue, 19 Jun 2018 12:03:16 +0300 Matti Hamalainen Add missing Pentel Paint getpixel function.
Mon, 18 Jun 2018 10:59:36 +0300 Matti Hamalainen Reindent operator lists.
Mon, 18 Jun 2018 10:53:19 +0300 Matti Hamalainen Use DO_SET_MEM_LO instead of DO_SET_MEM for some things.
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.