log

age author description
Thu, 09 Jan 2020 18:51:22 +0200 Matti Hamalainen Conditionally define DM_ATTR_PRINTF_FMT(xstart, xend) instead of using
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Thu, 09 Jan 2020 14:55:41 +0200 Matti Hamalainen Add __attribute__(__format__ ..) specifiers for functions that use printf() style format specifiers.
Wed, 08 Jan 2020 14:59:16 +0200 Matti Hamalainen Document space key.
Wed, 08 Jan 2020 13:24:11 +0200 Matti Hamalainen Reorganize Makefile.gen some for clarity.
Wed, 08 Jan 2020 13:08:53 +0200 Matti Hamalainen Move dmC64DefaultPalettes from lib64gfx to lib64util.
Wed, 08 Jan 2020 13:08:06 +0200 Matti Hamalainen Comments.
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 12:33:17 +0200 Matti Hamalainen Cosmetics.
Wed, 08 Jan 2020 12:30:09 +0200 Matti Hamalainen Document the keys for controlling the viewer in --help.
Wed, 08 Jan 2020 12:29:46 +0200 Matti Hamalainen Bump copyright year.
Wed, 08 Jan 2020 12:29:35 +0200 Matti Hamalainen Improve the help text in argShowC64PaletteHelp().
Wed, 08 Jan 2020 12:29:21 +0200 Matti Hamalainen Fix copyright years.
Wed, 08 Jan 2020 00:20:55 +0200 Matti Hamalainen Bump copyright years.
Tue, 07 Jan 2020 23:35:33 +0200 Matti Hamalainen Unfortunately -flto breaks clang builds, so remove it from the default
Tue, 07 Jan 2020 17:42:40 +0200 Matti Hamalainen Copy certain DMC64Image::extraInfo fields in dmConvertC64Bitmap() to the destination image.
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.
Mon, 06 Jan 2020 12:39:02 +0200 Matti Hamalainen Oops, used the old Makefile variable EXEEXT instead of BINEXT. Fix it.
Sat, 04 Jan 2020 14:45:29 +0200 Matti Hamalainen Oops, commit 21d8eb203e2a broke 'make install'. Fix it.
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.
Fri, 03 Jan 2020 10:59:36 +0200 Matti Hamalainen Bump copyright years.
Tue, 31 Dec 2019 13:06:46 +0200 Matti Hamalainen Add missing description string to formatTypeList[].
Tue, 31 Dec 2019 13:04:13 +0200 Matti Hamalainen Add argument to dmPrintByte() for reversing the bits.
Thu, 05 Dec 2019 18:26:01 +0200 Matti Hamalainen Cosmetic.
Thu, 05 Dec 2019 18:24:43 +0200 Matti Hamalainen s/EXEEXT/BINEXT/g
Thu, 05 Dec 2019 16:48:46 +0200 Matti Hamalainen Some work on build system improvements/cleanups.
Thu, 05 Dec 2019 16:06:20 +0200 Matti Hamalainen Change MINGW_PREFIX to BINTOOL_PREFIX.
Thu, 05 Dec 2019 01:24:37 +0200 Matti Hamalainen A bit more work on the MinGW 32/64bit build stuff.
Thu, 05 Dec 2019 01:22:17 +0200 Matti Hamalainen Fix / improve DM_PRI* constants generated for Windows 64bit platform.
Thu, 05 Dec 2019 01:21:42 +0200 Matti Hamalainen Improve platform/architecture "detection" logic.
Thu, 05 Dec 2019 00:22:13 +0200 Matti Hamalainen Silence warnings on newer MinGW versions.
Thu, 05 Dec 2019 00:19:50 +0200 Matti Hamalainen Add Makefile variable MINGW which determines which Windows target (x86-32 or 64bit) will be built.
Tue, 29 Oct 2019 14:46:01 +0200 Matti Hamalainen More build system work: change DMCONFIG Make variable to DM_CONFIG, and add
Tue, 29 Oct 2019 14:36:13 +0200 Matti Hamalainen Improve build system: only hard depend on fontconv and data2inc when we are
Thu, 24 Oct 2019 08:19:48 +0300 Matti Hamalainen Merge.
Thu, 24 Oct 2019 08:19:31 +0300 Matti Hamalainen Fix data2inc and fontconv binpaths for cases when doing out of tree builds.
Tue, 08 Oct 2019 14:49:00 +0300 Matti Hamalainen Move pixel helper functions from being inline in lib64gfx.h to lib64gfx.c
Wed, 25 Sep 2019 12:13:28 +0300 Matti Hamalainen Move two memsets to later in the function.
Wed, 25 Sep 2019 12:11:35 +0300 Matti Hamalainen Change Uint8 pointer in getPixel functions to DMC64ScanLine pointer in
Wed, 25 Sep 2019 11:45:21 +0300 Matti Hamalainen Fix D64_SPRF_Y_EXPAND enum value.
Tue, 24 Sep 2019 13:15:02 +0300 Matti Hamalainen Remove some useless checks.
Tue, 24 Sep 2019 12:44:44 +0300 Matti Hamalainen Cosmetics.
Mon, 23 Sep 2019 11:16:57 +0300 Matti Hamalainen Comment.
Mon, 23 Sep 2019 11:14:39 +0300 Matti Hamalainen Make dmC64ConvertGenericBMP2Image() and dmC64ConvertGenericImage2BMP() static.
Mon, 23 Sep 2019 11:11:33 +0300 Matti Hamalainen Comment.
Thu, 19 Sep 2019 12:09:56 +0300 Matti Hamalainen dmC64ConvertGenericBMP2Image() and dmC64ConvertGenericImage2BMP() should be
Thu, 19 Sep 2019 12:09:06 +0300 Matti Hamalainen Comment adjustments.
Thu, 19 Sep 2019 11:46:03 +0300 Matti Hamalainen Cosmetic.
Thu, 19 Sep 2019 11:33:11 +0300 Matti Hamalainen Unify 64vw image decoding.
Mon, 16 Sep 2019 11:42:32 +0300 Matti Hamalainen Cosmetic.
Mon, 16 Sep 2019 10:54:54 +0300 Matti Hamalainen Missed on dmGenericRLEAnalyze() call from a previous commit.
Mon, 16 Sep 2019 10:38:33 +0300 Matti Hamalainen Fix setjmp() warning.
Mon, 16 Sep 2019 10:24:49 +0300 Matti Hamalainen Add return value (error code) to dmGenericRLEAnalyze() and pass it through where used.
Mon, 16 Sep 2019 10:14:57 +0300 Matti Hamalainen Cosmetics.
Mon, 09 Sep 2019 11:22:18 +0300 Matti Hamalainen Change separate booleans in DMC64Sprite to a single flags field and define
Mon, 09 Sep 2019 11:21:41 +0300 Matti Hamalainen Clean up some constants.