log tools/lib64fmts.c @ 2428:09082816665d

age author description
Fri, 31 Jan 2020 21:48:45 +0200 Matti Hamalainen Fix write support of Abyss Connection PETSCII-Editor 4.61 (unpacked) format.
Sun, 12 Jan 2020 03:41:02 +0200 Matti Hamalainen Add support for Abyss Connection PETSCII-Editor 4.61 (unpacked) raw file format.
Thu, 09 Jan 2020 20:14:58 +0200 Matti Hamalainen More printf() format specifier size_t -related fixes.
Wed, 08 Jan 2020 13:04:03 +0200 Matti Hamalainen Mark Marq's newer PETSCII editor format as (new format).
Wed, 08 Jan 2020 13:00:00 +0200 Matti Hamalainen UPETSCII is actually old version of Marq's PETSCII editor.
Wed, 08 Jan 2020 00:20:55 +0200 Matti Hamalainen Bump copyright years.
Tue, 07 Jan 2020 17:40:26 +0200 Matti Hamalainen Fix encoding and improve decoding of character set case (upper/lower) for two PETSCII formats. Also generalize the functions a bit.
Tue, 07 Jan 2020 15:25:14 +0200 Matti Hamalainen Fix Petscii Coca editor format writing.
Tue, 07 Jan 2020 15:04:19 +0200 Matti Hamalainen Rename some functions to be more consistent with their intent.
Sat, 04 Jan 2020 14:41:33 +0200 Matti Hamalainen Change "Unknown PETSCII (unpacked)" to "Unknown PETSCII editor (unpacked)"
Sat, 04 Jan 2020 14:41:02 +0200 Matti Hamalainen Add support for Petscii Coca (Cola) format.
Wed, 25 Sep 2019 12:11:35 +0300 Matti Hamalainen Change Uint8 pointer in getPixel functions to DMC64ScanLine pointer in
Mon, 16 Sep 2019 10:54:54 +0300 Matti Hamalainen Missed on dmGenericRLEAnalyze() call from a previous commit.
Mon, 16 Sep 2019 10:24:49 +0300 Matti Hamalainen Add return value (error code) to dmGenericRLEAnalyze() and pass it through where used.
Wed, 10 Jul 2019 11:23:34 +0300 Matti Hamalainen Add format flag for formats that use sprite layer.
Tue, 09 Jul 2019 11:52:15 +0300 Matti Hamalainen Clean up some code duplication.
Tue, 09 Jul 2019 10:29:04 +0300 Matti Hamalainen Change ECI Graphic Editor 1.0 (packed) extension from "ecp" to "ecip".
Tue, 09 Jul 2019 09:45:03 +0300 Matti Hamalainen Add support for Dolphins FLI Editor v3.2 (unpacked), which is exactly(?)
Tue, 09 Jul 2019 09:44:18 +0300 Matti Hamalainen Cosmetics.
Mon, 08 Jul 2019 12:25:46 +0300 Matti Hamalainen Clean up some code duplication.
Mon, 08 Jul 2019 08:58:31 +0300 Matti Hamalainen Cosmetic.
Mon, 08 Jul 2019 08:57:31 +0300 Matti Hamalainen Comment the necessity of fmtProbeGigapaintHires()..
Thu, 04 Jul 2019 11:40:17 +0300 Matti Hamalainen Minor improvements to Flinterlazer support.
Thu, 04 Jul 2019 11:09:51 +0300 Matti Hamalainen Add initial (broken) read support for Flinterlazer 1.0 images.
Wed, 03 Jul 2019 10:28:43 +0300 Matti Hamalainen Cleanups.
Thu, 20 Jun 2019 14:49:01 +0300 Matti Hamalainen Add write support for Marq's PETSCII editor PRG export format.
Mon, 17 Jun 2019 02:03:35 +0300 Matti Hamalainen Refactor how the image "mode/type" is handled. It is still not perfect for
Sat, 15 Jun 2019 06:43:36 +0300 Matti Hamalainen Change again how the interlace type information is stored. Now store it in
Fri, 14 Jun 2019 12:13:23 +0300 Matti Hamalainen Make color interlace type generate a mixed palette instead of using special
Fri, 14 Jun 2019 12:08:59 +0300 Matti Hamalainen Add & 15 to deeper helper functions and remove it from unnecessary places.