log

age author description
Thu, 23 Jul 2020 03:38:46 +0300 Matti Hamalainen Merge.
Thu, 23 Jul 2020 03:38:31 +0300 Matti Hamalainen Clean up SupeRES decoder loop a bit.
Sun, 12 Jul 2020 01:19:19 +0300 Matti Hamalainen Fix some enums.
Sun, 12 Jul 2020 01:01:37 +0300 Matti Hamalainen Make sure we won't access DMC64Image::extraData[] indices out of bounds when
Sun, 12 Jul 2020 01:00:59 +0300 Matti Hamalainen Implement dumping of character/font memory block for -f dump output.
Sat, 23 May 2020 22:44:47 +0300 Matti Hamalainen Swap the meaning of page up/down keys and arrow up/down keys.
Sat, 16 May 2020 06:38:52 +0300 Matti Hamalainen Cleanups.
Sat, 16 May 2020 06:11:53 +0300 Matti Hamalainen Do not have config.mak in build depencies when it is not being used.
Sat, 16 May 2020 04:35:29 +0300 Matti Hamalainen Disable Tremor by default in the example config.mak.in
Fri, 15 May 2020 09:57:08 +0300 Matti Hamalainen Minor fixes / updates to README. rel-20200515
Fri, 15 May 2020 07:46:14 +0300 Matti Hamalainen Initialize result variable.
Fri, 15 May 2020 07:44:12 +0300 Matti Hamalainen Implement SupeRes encoding.
Fri, 15 May 2020 04:04:57 +0300 Matti Hamalainen Rename DMSupeResCtx to DMSupeResDecCtx.
Fri, 15 May 2020 03:32:03 +0300 Matti Hamalainen Cosmetic.
Fri, 15 May 2020 03:23:59 +0300 Matti Hamalainen Clean up the SupeRes decoder a bit.
Fri, 15 May 2020 03:06:48 +0300 Matti Hamalainen Add new field 'size_t extra' to DMC64ImageFormat for certain image format data
Fri, 15 May 2020 02:55:31 +0300 Matti Hamalainen Cosmetics.
Fri, 15 May 2020 02:46:53 +0300 Matti Hamalainen Add preliminary decoder for SupeRes hires and multicolor files. The decoder
Tue, 12 May 2020 20:49:12 +0300 Matti Hamalainen Implement optionality of loading address in dmC64EncodeBMP() as well.
Tue, 12 May 2020 20:31:23 +0300 Matti Hamalainen List formats without a loading address differently in argShowC64Formats().
Tue, 12 May 2020 20:27:00 +0300 Matti Hamalainen Change dmC64DecodeBMP() probeOffs and dataOffs to ssize_t, and use default
Tue, 12 May 2020 20:06:24 +0300 Matti Hamalainen Make c64 formats listing (optionally) more verbose. Handle --help a bit
Sat, 02 May 2020 08:25:12 +0300 Matti Hamalainen Comments.
Sat, 02 May 2020 08:16:22 +0300 Matti Hamalainen Cleanup.
Thu, 30 Apr 2020 10:34:55 +0300 Matti Hamalainen Cleanup.
Thu, 30 Apr 2020 08:51:21 +0300 Matti Hamalainen Comment out fields in DMC64ImageConvSpec that are not currently used.
Wed, 29 Apr 2020 13:35:56 +0300 Matti Hamalainen Some improvements/fixes to -R option help.
Wed, 29 Apr 2020 01:31:20 +0300 Matti Hamalainen Cleanups.
Wed, 29 Apr 2020 01:26:13 +0300 Matti Hamalainen Due to previously added version check, we need to initialize a variable to appease the compiler.
Wed, 29 Apr 2020 01:21:51 +0300 Matti Hamalainen Remove the unused D64_CHCFG_* stuff.