log

age author description
Mon, 27 May 2019 10:47:46 +0300 Matti Hamalainen Fix character ROM data handling.
Mon, 27 May 2019 08:35:35 +0300 Matti Hamalainen Rename various C64_* constants to D64_*.
Mon, 27 May 2019 08:27:01 +0300 Matti Hamalainen Simplistic conversion fixups.
Mon, 27 May 2019 06:01:32 +0300 Matti Hamalainen Add initial support to 64vw and gfxconv for viewing and converting character
Mon, 27 May 2019 05:59:57 +0300 Matti Hamalainen Add few out of bounds checks.
Mon, 27 May 2019 00:04:02 +0300 Matti Hamalainen Rename the "shift" variable/function argument used for bitshift of c64 bitmap/char pixels.
Sun, 26 May 2019 18:40:45 +0300 Matti Hamalainen Bump copyright years.
Sun, 26 May 2019 18:33:06 +0300 Matti Hamalainen Define a default DM_DEF_CHARGEN if not #defined before.
Sun, 26 May 2019 17:51:24 +0300 Matti Hamalainen Change D64_FMT_* MASK constants and how they are used.
Sun, 26 May 2019 05:20:47 +0300 Matti Hamalainen Oops, wrong order of hires/mc/ecm strings in dmC64GetImageTypeString() was
Sun, 26 May 2019 02:45:44 +0300 Matti Hamalainen Implement initial ECM support in charmap decoding.
Sun, 26 May 2019 02:44:34 +0300 Matti Hamalainen Some fixes in charmap to image decoding.
Sun, 26 May 2019 02:43:08 +0300 Matti Hamalainen Return actual error code from enc and dec functions instead of just BOOL.
Sun, 26 May 2019 01:16:57 +0300 Matti Hamalainen Change decFunction() argument order in DMC64EncDecOp.
Sat, 25 May 2019 18:57:37 +0300 Matti Hamalainen Improve probing of packed and unpacked Koala files. Many converters and
Sat, 25 May 2019 18:40:52 +0300 Matti Hamalainen Oops, missing printf argument.
Fri, 24 May 2019 03:48:42 +0300 Matti Hamalainen Support DESTDIR for 'make install'.
Fri, 24 May 2019 02:29:27 +0300 Matti Hamalainen Add helper function dmC64MemBlockAllocSubj().
Fri, 24 May 2019 02:27:45 +0300 Matti Hamalainen Change dmC64GetOpMemBlock() function API.
Wed, 08 May 2019 13:57:34 +0300 Matti Hamalainen Silence a warning when building without PACKFS support.
Wed, 08 May 2019 13:56:10 +0300 Matti Hamalainen Clean out the resource path handling.
Mon, 29 Apr 2019 14:09:01 +0300 Matti Hamalainen Cleanups.
Mon, 29 Apr 2019 13:46:50 +0300 Matti Hamalainen Copy surface attributes in dmGetBMGlyph().
Wed, 03 Apr 2019 20:59:36 +0300 Matti Hamalainen Improve help for spr/chr formats by listing the :mc and :sc flags at their
Thu, 07 Mar 2019 14:12:21 +0200 Matti Hamalainen Backed out changeset dcca36701cdd
Wed, 06 Mar 2019 10:00:03 +0200 Matti Hamalainen Improve PPM/PGM/PNM probing and header parsing.
Tue, 05 Mar 2019 15:09:18 +0200 Matti Hamalainen Add dmGetNPlanesFromNColors() and use it.
Tue, 05 Mar 2019 14:51:02 +0200 Matti Hamalainen Fix nplanes and bpp in gfxconv.
Tue, 05 Mar 2019 12:14:31 +0200 Matti Hamalainen Support grayscale output.
Tue, 05 Mar 2019 10:54:47 +0200 Matti Hamalainen Cleanups.