log tools/lib64fmts.c @ 2634:f3c7115cbf85 default tip

age author description
Thu, 30 Nov 2023 03:07:24 +0200 Matti Hamalainen Fix some XX9 variants.
Thu, 30 Nov 2023 02:01:18 +0200 Matti Hamalainen Rename Image System type ims -> ism.
Thu, 30 Nov 2023 01:52:51 +0200 Matti Hamalainen Add support for unknown hires format XX10.
Wed, 29 Nov 2023 21:35:37 +0200 Matti Hamalainen Cleanup.
Wed, 29 Nov 2023 20:54:49 +0200 Matti Hamalainen Add support for unknown plain multicolor viewer format XX9.
Wed, 29 Nov 2023 20:54:04 +0200 Matti Hamalainen Fix XX4 bg/border color setting.
Wed, 29 Nov 2023 20:53:32 +0200 Matti Hamalainen Fix XX5 bg/border color setting.
Wed, 29 Nov 2023 20:52:08 +0200 Matti Hamalainen Print format name in Cosmos Designs Hires Manager RLE unpacker error messages.
Wed, 29 Nov 2023 13:28:42 +0200 Matti Hamalainen Rename a function and HCB format title to include BD (for Booze Design)
Wed, 29 Nov 2023 10:53:01 +0200 Matti Hamalainen Reorganize the format list a bit.
Mon, 27 Nov 2023 12:35:06 +0200 Matti Hamalainen Format name consistency enforcement.
Mon, 27 Nov 2023 12:21:30 +0200 Matti Hamalainen Add support for Hi-Eddi hires format.
Sat, 25 Nov 2023 22:50:10 +0200 Matti Hamalainen Rename an array.
Sat, 25 Nov 2023 15:56:18 +0200 Matti Hamalainen Rename various compression related internal constants.
Sat, 25 Nov 2023 06:06:18 +0200 Matti Hamalainen Implement EXON VHI Editor 0.1 packed format support.
Sat, 25 Nov 2023 06:04:23 +0200 Matti Hamalainen Cleanup CDHP decoder slightly.
Sun, 19 Nov 2023 19:39:52 +0200 Matti Hamalainen Implement support for EXON VHI Editor 0.1 unpacked format files
Sun, 19 Nov 2023 15:43:31 +0200 Matti Hamalainen Bump copyright year.
Sun, 19 Nov 2023 18:33:52 +0200 Matti Hamalainen s/DM_PROBE_SCORE_false/DM_PROBE_SCORE_FALSE/g
Sun, 19 Nov 2023 03:54:35 +0200 Matti Hamalainen Add tiny comment about issues with ECM support.
Sun, 19 Nov 2023 03:54:05 +0200 Matti Hamalainen Rename some variables.
Sun, 25 Dec 2022 02:37:11 +0200 Matti Hamalainen Adjust Koala format probing to allow for file lengths between 10002 and
Thu, 08 Dec 2022 15:59:22 +0200 Matti Hamalainen Require stdbool.h, we require C11 now.
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.
Thu, 10 Mar 2022 22:37:05 +0200 Matti Hamalainen Use { 0 } initializer instead of {}.
Wed, 02 Mar 2022 00:31:27 +0200 Matti Hamalainen Add preliminary support for "Unknown $1000 format (unpacked)" as "xx5".
Mon, 18 Oct 2021 15:42:14 +0300 Matti Hamalainen Change DEF_REPEAT_BLOCK*() macro to have operator argument.