log

age author description
Sun, 20 Mar 2022 23:30:23 +0200 Matti Hamalainen Add read support for unknown $0801 viewer format XX7.
Sun, 20 Mar 2022 23:19:16 +0200 Matti Hamalainen Cosmetics.
Sun, 20 Mar 2022 14:53:51 +0200 Matti Hamalainen Add read support for unknown $0801 viewer format XX6.
Sun, 20 Mar 2022 14:50:13 +0200 Matti Hamalainen Reorder some format specific probe functions etc.
Sat, 12 Mar 2022 02:42:31 +0200 Matti Hamalainen Constify.
Sat, 12 Mar 2022 02:42:25 +0200 Matti Hamalainen Cleanup a comment.
Sat, 12 Mar 2022 02:42:16 +0200 Matti Hamalainen Attribute code in dmperlin.[ch] to be heavily based on Ken Perlin's original C
Fri, 11 Mar 2022 16:32:50 +0200 Matti Hamalainen I had been living under apparent false impression that "realfft.c"
Fri, 11 Mar 2022 16:27:33 +0200 Matti Hamalainen Update license text.
Fri, 11 Mar 2022 14:48:56 +0200 Matti Hamalainen Move functions around to get rid of the unknown-size dmFormatList array
Thu, 10 Mar 2022 22:37:05 +0200 Matti Hamalainen Use { 0 } initializer instead of {}.
Thu, 10 Mar 2022 22:36:48 +0200 Matti Hamalainen Make some casts explicit instead of implicit, fixes some -pedantic warnings.
Wed, 02 Mar 2022 23:23:05 +0200 Matti Hamalainen Add helper function for getting C64 chargen ROM path from environment
Wed, 02 Mar 2022 00:31:27 +0200 Matti Hamalainen Add preliminary support for "Unknown $1000 format (unpacked)" as "xx5".
Wed, 02 Mar 2022 00:13:48 +0200 Matti Hamalainen Update README slightly.
Wed, 02 Mar 2022 00:04:30 +0200 Matti Hamalainen Add Make parameter/variable CHARGEN= for easier defining of
Mon, 28 Feb 2022 12:03:23 +0200 Matti Hamalainen More error handling/help stuff.
Mon, 28 Feb 2022 11:59:26 +0200 Matti Hamalainen Bump copyright year.
Mon, 28 Feb 2022 11:49:58 +0200 Matti Hamalainen Improve error handling.
Mon, 28 Feb 2022 10:18:38 +0200 Matti Hamalainen Improve error checking.
Sun, 27 Feb 2022 18:15:31 +0200 Matti Hamalainen Prevent reporting same cross-overlap areas two times.
Sun, 27 Feb 2022 18:15:03 +0200 Matti Hamalainen Fix overlap messages.
Sun, 27 Feb 2022 17:58:33 +0200 Matti Hamalainen Cleanup.
Sun, 27 Feb 2022 17:58:20 +0200 Matti Hamalainen Improve block description output.
Sun, 27 Feb 2022 17:57:58 +0200 Matti Hamalainen Rename variable.
Sun, 27 Feb 2022 16:43:32 +0200 Matti Hamalainen Bump version.
Sun, 27 Feb 2022 16:43:24 +0200 Matti Hamalainen Adjust block description cosmetics.
Sun, 27 Feb 2022 16:38:46 +0200 Matti Hamalainen Bump copyright year.
Sun, 27 Feb 2022 16:38:35 +0200 Matti Hamalainen Rename "ROM/WT" blocks to just "WT", move the description to --help.
Sun, 27 Feb 2022 16:37:14 +0200 Matti Hamalainen Improve error handling.
Sun, 27 Feb 2022 16:36:20 +0200 Matti Hamalainen Cosmetics.
Sat, 26 Feb 2022 00:58:59 +0200 Matti Hamalainen Use Makefile macros to simplify some of the rules.
Fri, 25 Feb 2022 15:36:53 +0200 Matti Hamalainen Improve build system.
Fri, 25 Feb 2022 15:33:38 +0200 Matti Hamalainen Bump copyright years.
Wed, 05 Jan 2022 07:29:59 +0200 Matti Hamalainen Remove useless extra directory separator.
Mon, 18 Oct 2021 17:11:28 +0300 Matti Hamalainen Improve gfxconv scaling -S option help slightly.
Mon, 18 Oct 2021 16:58:02 +0300 Matti Hamalainen Implement a simple shell script for finding C64 chargen ROM image file
Mon, 18 Oct 2021 15:42:14 +0300 Matti Hamalainen Change DEF_REPEAT_BLOCK*() macro to have operator argument.
Mon, 18 Oct 2021 07:38:23 +0300 Matti Hamalainen Cosmetics.
Mon, 18 Oct 2021 06:39:33 +0300 Matti Hamalainen Add support for another unknown MC bitmap format.
Mon, 18 Oct 2021 02:35:53 +0300 Matti Hamalainen Added tag rel-20200515 for changeset e9a6b5fb473b
Mon, 18 Oct 2021 01:06:14 +0300 Matti Hamalainen Perhaps improve type definitions for MinGW v8+
Tue, 27 Jul 2021 08:56:41 +0300 Matti Hamalainen Reorder / rename Unknown format 3 to Format XX3.
Mon, 26 Jul 2021 01:51:13 +0300 Matti Hamalainen Add read-only support for another unknown unpacked c64 MC format (contains a viewer routine).
Sat, 02 Jan 2021 11:42:17 +0200 Matti Hamalainen Bump copyright years.
Thu, 22 Oct 2020 21:28:52 +0300 Matti Hamalainen Increase fanalyze max lengths of greplists.
Sat, 29 Aug 2020 00:20:08 +0300 Matti Hamalainen Add support for Giga-Paint hires format that includes screen RAM. Not sure
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.