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.
Wed, 04 Sep 2019 13:00:42 +0300 Matti Hamalainen Add argument names to prototypes.
Tue, 03 Sep 2019 11:54:06 +0300 Matti Hamalainen Constify.
Tue, 03 Sep 2019 10:44:22 +0300 Matti Hamalainen Cosmetic.
Tue, 03 Sep 2019 10:41:21 +0300 Matti Hamalainen Rename DMC64EncDecOp::offs2 to blkoffs.
Tue, 03 Sep 2019 10:40:14 +0300 Matti Hamalainen Cosmetics.
Tue, 03 Sep 2019 10:40:03 +0300 Matti Hamalainen Remove __packed__ attribute from DMPackFile as it is not really needed.
Tue, 03 Sep 2019 10:22:13 +0300 Matti Hamalainen Indentation cosmetic.
Tue, 03 Sep 2019 10:15:41 +0300 Matti Hamalainen Comment adjustments.
Tue, 27 Aug 2019 12:24:54 +0300 Matti Hamalainen Merge.
Tue, 27 Aug 2019 12:18:39 +0300 Matti Hamalainen Comment adjustments.
Mon, 12 Aug 2019 23:08:04 +0300 Matti Hamalainen Use $(MKDIR_P) instead of "mkdir -p".
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:43:20 +0300 Matti Hamalainen Use dmMemset().
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 10:27:40 +0300 Matti Hamalainen Bump copyright.
Tue, 09 Jul 2019 10:26:26 +0300 Matti Hamalainen Comments.
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 10:28:00 +0300 Matti Hamalainen Cleanup.
Mon, 08 Jul 2019 10:21:01 +0300 Matti Hamalainen Improve error messaging for invalid PACK file entries.
Mon, 08 Jul 2019 10:06:18 +0300 Matti Hamalainen Implement new (horizontal raw element) pattern storage mode for JSSMOD. Bump
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.
Thu, 04 Jul 2019 10:54:16 +0300 Matti Hamalainen Add new DMGrowBuf helper functions dmGrowBufCopyOffsSize() and
Thu, 04 Jul 2019 10:51:02 +0300 Matti Hamalainen Bump copyright.
Thu, 04 Jul 2019 10:50:07 +0300 Matti Hamalainen Constify.
Wed, 03 Jul 2019 13:57:42 +0300 Matti Hamalainen Show error code message when bitmap image conversion fails.
Wed, 03 Jul 2019 10:28:43 +0300 Matti Hamalainen Cleanups.
Wed, 03 Jul 2019 09:01:47 +0300 Matti Hamalainen Add read/write RAW palette function prototypes to public header.
Wed, 03 Jul 2019 08:49:59 +0300 Matti Hamalainen Comment.
Wed, 03 Jul 2019 01:52:19 +0300 Matti Hamalainen Merge.
Wed, 03 Jul 2019 01:52:01 +0300 Matti Hamalainen Always print out grep value list.
Thu, 27 Jun 2019 14:19:33 +0300 Matti Hamalainen Cleanup.
Wed, 26 Jun 2019 14:41:47 +0300 Matti Hamalainen Optimize internal module build depencies a bit.
Thu, 20 Jun 2019 14:49:01 +0300 Matti Hamalainen Add write support for Marq's PETSCII editor PRG export format.
Thu, 20 Jun 2019 14:46:09 +0300 Matti Hamalainen Add extra formatting to C and ASM outputs.
Tue, 18 Jun 2019 14:23:02 +0300 Matti Hamalainen Merge.
Tue, 18 Jun 2019 07:38:05 +0300 Matti Hamalainen Remove comment.
Tue, 18 Jun 2019 12:33:50 +0300 Matti Hamalainen Bump copyright.
Tue, 18 Jun 2019 12:31:29 +0300 Matti Hamalainen Fix conversion of unoptimized modules in xm2jss.
Tue, 18 Jun 2019 12:31:17 +0300 Matti Hamalainen Initialize JSSPattern::used[] values to TRUE.
Tue, 18 Jun 2019 12:13:08 +0300 Matti Hamalainen Bump xm2jss version.
Tue, 18 Jun 2019 12:12:58 +0300 Matti Hamalainen Bump copyright years.
Tue, 18 Jun 2019 12:12:51 +0300 Matti Hamalainen Implement empty channel removal in xm2jss and make JSSMOD format support
Tue, 18 Jun 2019 12:11:16 +0300 Matti Hamalainen Rename two functions.
Tue, 18 Jun 2019 12:10:21 +0300 Matti Hamalainen Slightly improve MiniJSS build depencies.
Tue, 18 Jun 2019 09:11:52 +0300 Matti Hamalainen Add CLI-only mode to PPL (-C option).
Mon, 17 Jun 2019 12:54:33 +0300 Matti Hamalainen Add a progress indicator when "slow" matching is expected.
Mon, 17 Jun 2019 11:50:33 +0300 Matti Hamalainen Add a slowness warning (the threshold value will probably need adjusting.)
Mon, 17 Jun 2019 11:50:12 +0300 Matti Hamalainen Bail out from the matching search if we exceed the match limits.
Mon, 17 Jun 2019 11:41:33 +0300 Matti Hamalainen Fix matched area end offset display.
Mon, 17 Jun 2019 11:28:44 +0300 Matti Hamalainen More fixes to the matching sequence search functionality.
Mon, 17 Jun 2019 10:27:05 +0300 Matti Hamalainen Cleanups.
Mon, 17 Jun 2019 10:26:47 +0300 Matti Hamalainen Add constant define for maximum number of variants.
Mon, 17 Jun 2019 07:29:06 +0300 Matti Hamalainen Add 'beta' level feature to fanalyze, for finding matching byte sequences of minimum
Mon, 17 Jun 2019 05:31:38 +0300 Matti Hamalainen Add constants for "full" C64 screen dimensions, including the border
Mon, 17 Jun 2019 02:03:35 +0300 Matti Hamalainen Refactor how the image "mode/type" is handled. It is still not perfect for
Mon, 17 Jun 2019 01:44:54 +0300 Matti Hamalainen Add helper function dmC64ImageDumpLine() for printing information out in
Mon, 17 Jun 2019 01:42:00 +0300 Matti Hamalainen Rename variables.
Mon, 17 Jun 2019 00:57:02 +0300 Matti Hamalainen The return value of dmResourceRef() and dmResourceUnref() had a possibility
Mon, 17 Jun 2019 00:55:07 +0300 Matti Hamalainen Cosmetics.
Mon, 17 Jun 2019 00:49:21 +0300 Matti Hamalainen Do closedir() in dmResourcesLoadDirectory(), even when under Win32.
Mon, 17 Jun 2019 00:45:26 +0300 Matti Hamalainen Cleanups.
Sun, 16 Jun 2019 23:31:58 +0300 Matti Hamalainen Cleanups.
Sun, 16 Jun 2019 22:33:05 +0300 Matti Hamalainen Check image dimensions when loading PPM/PNG/PCX/IFF images.
Sat, 15 Jun 2019 22:53:25 +0300 Matti Hamalainen Rename a variable.
Sat, 15 Jun 2019 21:54:14 +0300 Matti Hamalainen More cross-build fixing ..
Sat, 15 Jun 2019 21:50:58 +0300 Matti Hamalainen Fix Windows cross-building.
Sat, 15 Jun 2019 21:47:35 +0300 Matti Hamalainen Improve build process and depencies robustness.
Sat, 15 Jun 2019 21:39:59 +0300 Matti Hamalainen Fix build due to data2inc option changes.
Sat, 15 Jun 2019 21:39:41 +0300 Matti Hamalainen Oops, we had two '-n' short options. Change the line items one to '-l'.
Sat, 15 Jun 2019 21:39:08 +0300 Matti Hamalainen Change struct member name.
Sat, 15 Jun 2019 20:20:57 +0300 Matti Hamalainen Cosmetic.
Sat, 15 Jun 2019 20:20:47 +0300 Matti Hamalainen Cleanup.
Sat, 15 Jun 2019 20:19:21 +0300 Matti Hamalainen Constify.
Sat, 15 Jun 2019 20:14:14 +0300 Matti Hamalainen Refactor data2inc to be more flexible.
Sat, 15 Jun 2019 14:14:40 +0300 Matti Hamalainen Mention support for external palette files in palette help, and also
Sat, 15 Jun 2019 09:16:28 +0300 Matti Hamalainen Move function to better place in the file.
Sat, 15 Jun 2019 07:55:49 +0300 Matti Hamalainen Make it clear that 64vw accepts multiple files as argument.
Sat, 15 Jun 2019 07:55:26 +0300 Matti Hamalainen Move listing of C64 formats function to argShowC64Formats in lib64util.
Sat, 15 Jun 2019 07:54:39 +0300 Matti Hamalainen Cosmetics.
Sat, 15 Jun 2019 07:54:14 +0300 Matti Hamalainen Add FILE argument to argShowC64PaletteHelp().
Sat, 15 Jun 2019 07:04:31 +0300 Matti Hamalainen Change DMC64Image::extraInfo[] type from Uint8 to int.
Sat, 15 Jun 2019 06:43:36 +0300 Matti Hamalainen Change again how the interlace type information is stored. Now store it in
Sat, 15 Jun 2019 06:26:07 +0300 Matti Hamalainen s/nbanks/nblocks/g
Sat, 15 Jun 2019 06:19:34 +0300 Matti Hamalainen Show the default chargen/character ROM file path in help.
Sat, 15 Jun 2019 06:18:09 +0300 Matti Hamalainen Remove accidentally committed unused code.
Sat, 15 Jun 2019 06:06:23 +0300 Matti Hamalainen Improve help, cosmetics.
Sat, 15 Jun 2019 05:50:22 +0300 Matti Hamalainen Rename a function.
Fri, 14 Jun 2019 19:00:56 +0300 Matti Hamalainen Bump copyright and version.
Fri, 14 Jun 2019 18:53:55 +0300 Matti Hamalainen Trailing whitespace cosmetic.
Fri, 14 Jun 2019 18:50:39 +0300 Matti Hamalainen Initialize variable.
Fri, 14 Jun 2019 18:39:59 +0300 Matti Hamalainen Make the offset mode (-o) also support lists of offsets.
Fri, 14 Jun 2019 18:33:10 +0300 Matti Hamalainen Variables -> struct cleanup.
Fri, 14 Jun 2019 18:32:45 +0300 Matti Hamalainen Remove unnecessary error message.
Fri, 14 Jun 2019 18:08:13 +0300 Matti Hamalainen Add output format for "dumping" c64 bitmap image structs data into separate
Fri, 14 Jun 2019 18:00:18 +0300 Matti Hamalainen Add functionality for grepping multiple consecutive values (8/16/32 le/be)
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:12:19 +0300 Matti Hamalainen Remove useless DMC64ImageFormat parameter from some conversion functions.
Fri, 14 Jun 2019 12:08:59 +0300 Matti Hamalainen Add & 15 to deeper helper functions and remove it from unnecessary places.
Fri, 14 Jun 2019 09:04:15 +0300 Matti Hamalainen Add some comments.
Fri, 14 Jun 2019 08:33:18 +0300 Matti Hamalainen Set PCX header palette information correctly for grayscale data images.
Fri, 14 Jun 2019 08:17:00 +0300 Matti Hamalainen Cleanups.
Fri, 14 Jun 2019 07:44:22 +0300 Matti Hamalainen Cosmetics.
Fri, 14 Jun 2019 07:40:24 +0300 Matti Hamalainen Improve colormap (-m) option help a bit.
Fri, 14 Jun 2019 06:07:35 +0300 Matti Hamalainen Oops, 10L in previous commit.
Fri, 14 Jun 2019 06:04:47 +0300 Matti Hamalainen Check for minimum number of colors in a external palette file.
Fri, 14 Jun 2019 06:04:15 +0300 Matti Hamalainen Rename variable.
Fri, 14 Jun 2019 06:03:47 +0300 Matti Hamalainen Check for minimum number of colors in external palette.
Fri, 14 Jun 2019 05:58:30 +0300 Matti Hamalainen Force non-planar for PPM output.
Fri, 14 Jun 2019 05:41:46 +0300 Matti Hamalainen Silence a unused function argument warning.
Fri, 14 Jun 2019 05:35:20 +0300 Matti Hamalainen Check for non-existing palette when reading palette from image file.
Fri, 14 Jun 2019 05:32:58 +0300 Matti Hamalainen Add support for 'raw' 768 byte palette files.
Fri, 14 Jun 2019 05:01:12 +0300 Matti Hamalainen Revamp the palette handling in lib64gfx somewhat, add helper functions to
Fri, 14 Jun 2019 03:28:46 +0300 Matti Hamalainen Add functionality for separate palette file handling, reading, writing and
Fri, 14 Jun 2019 03:27:50 +0300 Matti Hamalainen Add dmC64PaletteFromC64Palette(), used by dmC64SetImagePalette().
Fri, 14 Jun 2019 03:27:25 +0300 Matti Hamalainen Cleanup.
Fri, 14 Jun 2019 03:24:24 +0300 Matti Hamalainen Add new module "lib64util", and move some functions there from lib64gfx
Fri, 14 Jun 2019 01:58:05 +0300 Matti Hamalainen Add description field to DMC64Palette.
Fri, 14 Jun 2019 01:56:47 +0300 Matti Hamalainen Comments and cosmetics.
Fri, 14 Jun 2019 00:42:36 +0300 Matti Hamalainen Improvements to the lib64gfx palette handling.
Fri, 14 Jun 2019 00:00:27 +0300 Matti Hamalainen Replace dmC64InitializeFormats() with dmLib64GFXInit() and dmLib64GFXClose().
Thu, 13 Jun 2019 23:59:05 +0300 Matti Hamalainen Rename variable.
Thu, 13 Jun 2019 23:58:46 +0300 Matti Hamalainen Replace label 'error' with 'exit'.
Thu, 13 Jun 2019 22:10:02 +0300 Matti Hamalainen Enable write support for Crest Super Hires FLI unpacked format (only
Thu, 13 Jun 2019 22:07:16 +0300 Matti Hamalainen Add new "flags" field to DMC64EncDecOp, defined by DF_* that can be used to
Thu, 13 Jun 2019 22:02:04 +0300 Matti Hamalainen Cleanup Crest SHFLI decoding and use specific constants better.
Thu, 13 Jun 2019 21:21:43 +0300 Matti Hamalainen Clean up useless break statements.
Thu, 13 Jun 2019 20:47:19 +0300 Matti Hamalainen Cosmetic.
Thu, 13 Jun 2019 20:47:00 +0300 Matti Hamalainen Add protective parenthesis in macro argument.
Thu, 13 Jun 2019 07:52:26 +0300 Matti Hamalainen Cosmetics.
Thu, 13 Jun 2019 07:52:17 +0300 Matti Hamalainen Fix a const discard issue.
Thu, 13 Jun 2019 07:49:45 +0300 Matti Hamalainen Add read support for packed version of Crest Super Hires FLI format.
Thu, 13 Jun 2019 00:01:54 +0300 Matti Hamalainen Cleanups.
Wed, 12 Jun 2019 21:47:29 +0300 Matti Hamalainen Improve Crest Super Hires FLI probing.
Wed, 12 Jun 2019 21:30:58 +0300 Matti Hamalainen Simplify fmtDrazLaceGetLaceType() as the buffer can't be NULL.
Wed, 12 Jun 2019 21:30:09 +0300 Matti Hamalainen Make GunPaint v1.1 writing more accurate.
Wed, 12 Jun 2019 20:33:50 +0300 Matti Hamalainen Rename short option '-p' (probe only) to '-P'.
Wed, 12 Jun 2019 20:25:06 +0300 Matti Hamalainen Change the error message for unimplemented option argument.
Wed, 12 Jun 2019 18:28:53 +0300 Matti Hamalainen Wrong struct pointer variable used .. but actually the same pointer, so no harm done. Fixed anyway.
Wed, 12 Jun 2019 18:25:46 +0300 Matti Hamalainen Oops, forgot these from previous commit.
Wed, 12 Jun 2019 18:22:04 +0300 Matti Hamalainen s/D64_FMT_MASK/D64_FMT_MODE_MASK/g
Wed, 12 Jun 2019 17:55:01 +0300 Matti Hamalainen Rename DMC64Image::nbanks to nblocks, which reflects better what it does.
Wed, 12 Jun 2019 17:19:07 +0300 Matti Hamalainen Default the Crest Super Hires FLI background to 0x0F for the unused bottom
Wed, 12 Jun 2019 17:16:33 +0300 Matti Hamalainen Improve some build depencies to be more reliable.
Wed, 12 Jun 2019 17:02:42 +0300 Matti Hamalainen Reduce number of max enc/dec ops from 64 to 32, this reduces produced binary sizes by 100kB :P
Wed, 12 Jun 2019 16:38:39 +0300 Matti Hamalainen Change default C64 palette system a bit, add two more palettes. These are
Tue, 11 Jun 2019 22:23:36 +0300 Matti Hamalainen Fix d020/d021 decoding in Unknown PETSCII format.
Tue, 11 Jun 2019 21:14:49 +0300 Matti Hamalainen Add read support for unknown PETSCII PRG export format (could be earlier version
Tue, 11 Jun 2019 21:06:35 +0300 Matti Hamalainen Move the PETSCII getpixel function to lib64gfx.c and remove the
Tue, 11 Jun 2019 07:38:44 +0300 Matti Hamalainen Add helper function dmC64GetOpType() and use it to display operator type
Tue, 11 Jun 2019 07:37:56 +0300 Matti Hamalainen Cleanups.
Tue, 11 Jun 2019 05:46:54 +0300 Matti Hamalainen Rename "Crest Hires FLI Designer (unpacked)" format short name to "chfd" from "chid".
Tue, 11 Jun 2019 05:46:11 +0300 Matti Hamalainen Improve probing resiliency of Cosmos Designs and ECI formats, and try to
Tue, 11 Jun 2019 05:45:13 +0300 Matti Hamalainen Add probe function for Crest Super Hires FLI Editor v1.0 (unpacked).
Tue, 11 Jun 2019 05:44:22 +0300 Matti Hamalainen Clean up some variable and constant names.
Tue, 11 Jun 2019 05:11:31 +0300 Matti Hamalainen Add read-only support for Crest Super Hires FLI Editor v1.0 (unpacked) format.
Tue, 11 Jun 2019 02:27:38 +0300 Matti Hamalainen Rename DEF_SCREEN_RAMS* macros to DEF_REPEAT_BLOCK and add argument to set block type.
Tue, 11 Jun 2019 01:08:55 +0300 Matti Hamalainen Rename some variables.
Mon, 10 Jun 2019 23:58:03 +0300 Matti Hamalainen Change 64vw's short description.
Mon, 10 Jun 2019 23:46:01 +0300 Matti Hamalainen Add support for one more Art Studio hires variant.
Tue, 04 Jun 2019 17:54:12 +0300 Matti Hamalainen Lower verbosity threshold the "Using ... output" when converting to image.
Tue, 04 Jun 2019 17:53:44 +0300 Matti Hamalainen Show string 'bitmap' instead of NULL for c64 bitmap sources.
Tue, 04 Jun 2019 17:13:29 +0300 Matti Hamalainen Oops, display the real intended output pixfmt.
Tue, 04 Jun 2019 16:27:09 +0300 Matti Hamalainen Rename DM_COLFMT_* constants to DM_PIXFMT_* and the 'format' field of DMImage
Tue, 04 Jun 2019 16:18:41 +0300 Matti Hamalainen Rename DMImageConvSpec to DMImageWriteSpec to better reflec the struct's purpose.
Tue, 04 Jun 2019 16:15:58 +0300 Matti Hamalainen Make PNG/PPM output a bit more sane with -P option and grayscale data.
Tue, 04 Jun 2019 15:56:10 +0300 Matti Hamalainen Add check to PNG and PPM output as well.
Tue, 04 Jun 2019 15:44:49 +0300 Matti Hamalainen Fix IFF and PCX checks for non-indexed images.
Tue, 04 Jun 2019 15:21:35 +0300 Matti Hamalainen Add in some fixups that the original CDHM decoder does, although these seem to be unnecessary.
Tue, 04 Jun 2019 15:05:53 +0300 Matti Hamalainen Few additional cleanups in the CDHM decoder, and mark the format support as not-broken anymore.
Tue, 04 Jun 2019 15:00:58 +0300 Matti Hamalainen Fix Cosmos Designs Hires Manager unpacker. What a mess. Ugh.
Sun, 02 Jun 2019 23:37:35 +0300 Matti Hamalainen Cleanups.
Sun, 02 Jun 2019 23:12:53 +0300 Matti Hamalainen Clarifications in comments.
Sun, 02 Jun 2019 23:03:55 +0300 Matti Hamalainen Fix format reporting.
Sun, 02 Jun 2019 21:26:48 +0300 Matti Hamalainen Add some comments.