log

age author description
Sun, 24 Jun 2018 17:03:41 +0300 Matti Hamalainen Make input format -i option saner and more uniform with output format option -f
Sun, 24 Jun 2018 17:02:32 +0300 Matti Hamalainen Improve skip option (-s) description.
Sun, 24 Jun 2018 16:00:19 +0300 Matti Hamalainen Update a comment.
Sun, 24 Jun 2018 05:46:12 +0300 Matti Hamalainen Some work on Pentel Paint sprite layer support. Does not work very well yet.
Sun, 24 Jun 2018 05:35:23 +0300 Matti Hamalainen Rename various C64 sprite / character constants.
Sun, 24 Jun 2018 03:37:00 +0300 Matti Hamalainen Only check operator size for DO_COPY operators against source size.
Sun, 24 Jun 2018 03:04:04 +0300 Matti Hamalainen Fix Pu-239 BFLI / BigFLI support.
Sun, 24 Jun 2018 03:01:50 +0300 Matti Hamalainen Allow override of block size in DEF_SCREEN_RAMS_8() and DEF_SCREEN_RAM() macros.
Sat, 23 Jun 2018 03:10:24 +0300 Matti Hamalainen Adjust the minimum byte run RLE counts from 3 to 4.
Sat, 23 Jun 2018 01:45:34 +0300 Matti Hamalainen Fix Fun Paint 2 raster colours.
Fri, 22 Jun 2018 23:44:22 +0300 Matti Hamalainen Improve error messaging in generic c64 image encode/decode.
Fri, 22 Jun 2018 23:40:20 +0300 Matti Hamalainen Split dmC64GetOpMemBlockAndName() into dmC64GetOpMemBlock() and
Fri, 22 Jun 2018 23:11:58 +0300 Matti Hamalainen Reallocate buffer only if the new size is larger in dmC64MemBlockReAlloc().
Fri, 22 Jun 2018 23:10:20 +0300 Matti Hamalainen Backed out changeset 914dbb50139f
Fri, 22 Jun 2018 23:06:32 +0300 Matti Hamalainen Rename "FunPaint II" to "Fun Painter II" as it should be.
Fri, 22 Jun 2018 22:39:12 +0300 Matti Hamalainen Fix encoding of GunPaint format by placing the magic ID in correct position.
Fri, 22 Jun 2018 22:38:51 +0300 Matti Hamalainen Using the newly introduced data block offset feature, unify the handling of
Fri, 22 Jun 2018 22:31:52 +0300 Matti Hamalainen Implement data block offset in certain DMC64EncDecOps. This allows us to
Fri, 22 Jun 2018 21:47:31 +0300 Matti Hamalainen Improve GunPaint format probing.
Fri, 22 Jun 2018 21:47:10 +0300 Matti Hamalainen Fix GunPaint format rendering.
Fri, 22 Jun 2018 19:13:41 +0300 Matti Hamalainen Add C64 image format info dumps for verbosity level 2 when converting.
Fri, 22 Jun 2018 19:13:10 +0300 Matti Hamalainen Improve C64 bitmap conversion messages.
Fri, 22 Jun 2018 19:07:01 +0300 Matti Hamalainen Attempt to avoid misprobes of "Rainbow Painter (unpacked)" as packed Doodle files.
Fri, 22 Jun 2018 19:02:49 +0300 Matti Hamalainen Implement support for packed variant of Doodle format.
Fri, 22 Jun 2018 19:01:23 +0300 Matti Hamalainen As the Koala Painter plain RLE compression (without headers and static
Fri, 22 Jun 2018 18:21:36 +0300 Matti Hamalainen Fix Fun Paint 2 packed variant writing, it was missing one byte (the "is packed" flag).
Fri, 22 Jun 2018 17:02:47 +0300 Matti Hamalainen Bump copyright and version.
Fri, 22 Jun 2018 17:01:59 +0300 Matti Hamalainen Bump version.
Fri, 22 Jun 2018 17:01:37 +0300 Matti Hamalainen Bump copyright year.
Fri, 22 Jun 2018 16:48:04 +0300 Matti Hamalainen Separate the format entries for "FBI Crew FLI Designer 1.1" and "FLI Designer 2"
Fri, 22 Jun 2018 16:35:08 +0300 Matti Hamalainen Improve RLE compression by checking for "first byte" condition in the compressor.
Fri, 22 Jun 2018 16:34:18 +0300 Matti Hamalainen Implement write support for Black Mail FLI Designer packed format.
Fri, 22 Jun 2018 16:33:27 +0300 Matti Hamalainen Change the logic of how DMGrowBuf works in "backwards" growing mode. Adjust
Fri, 22 Jun 2018 16:17:06 +0300 Matti Hamalainen Remove dmGrowBufUpdate() and min/max_offs.
Fri, 22 Jun 2018 13:43:44 +0300 Matti Hamalainen Change the order and logic of how we do upconversion fixups in dmConvertC64Bitmap().
Fri, 22 Jun 2018 13:41:54 +0300 Matti Hamalainen Use dmGrowBufPutU16LE() instead of two dmGrowBufPutU8() to push the loading
Fri, 22 Jun 2018 13:40:11 +0300 Matti Hamalainen Return NULL blk if specified bank is higher than banks in the format in dmC64GetOpMemBlockAndName()
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.