log

age author description
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.