log

age author description
Tue, 28 Apr 2020 01:40:31 +0300 Matti Hamalainen Add support for converting palette to another palette format, or to a supported image format.
Tue, 28 Apr 2020 01:39:29 +0300 Matti Hamalainen Cosmetic.
Tue, 28 Apr 2020 00:47:06 +0300 Matti Hamalainen Some work towards more flexible palette remapping.
Mon, 27 Apr 2020 21:37:15 +0300 Matti Hamalainen Various cleanups, integrate some changes/improvements from opendat project to packed.
Mon, 27 Apr 2020 21:33:29 +0300 Matti Hamalainen Rename DMPackEntry::length to csize (compressed size).
Mon, 27 Apr 2020 20:39:35 +0300 Matti Hamalainen Fix two meaningless memory leaks.
Mon, 27 Apr 2020 18:33:39 +0300 Matti Hamalainen Clean up various error messages.
Mon, 27 Apr 2020 18:33:18 +0300 Matti Hamalainen Use DMResource I/O instead of stdio for writing JSSMOD module.
Mon, 27 Apr 2020 18:13:11 +0300 Matti Hamalainen Add few comments about the state of jssOptimizeModule().
Mon, 27 Apr 2020 18:08:39 +0300 Matti Hamalainen Various cleanups, use saner variable names.
Mon, 27 Apr 2020 15:16:39 +0300 Matti Hamalainen Improve error handling.
Mon, 27 Apr 2020 03:15:19 +0300 Matti Hamalainen Allocate empty pattern for JSSMOD as well.
Mon, 27 Apr 2020 03:13:14 +0300 Matti Hamalainen Use jsetMaxPatterns for "empty" pattern instead of npatterns.
Mon, 27 Apr 2020 03:10:15 +0300 Matti Hamalainen Do checks against buffer length before access. :S
Fri, 17 Apr 2020 16:31:06 +0300 Matti Hamalainen Adjust DM_FMT_* flag values slightly.
Thu, 16 Apr 2020 17:38:56 +0300 Matti Hamalainen Enable the use of internal (C64) palettes for generally specifying a palette.
Thu, 16 Apr 2020 15:00:18 +0300 Matti Hamalainen Move dmCompareColor() from libgfx to gfxconv as it is used only there,
Thu, 16 Apr 2020 14:35:41 +0300 Matti Hamalainen Free the allocated extra palette, if any.
Thu, 16 Apr 2020 14:07:38 +0300 Matti Hamalainen Sync string handling fixes from th-libs.
Thu, 16 Apr 2020 10:36:45 +0300 Matti Hamalainen Add few comments.
Thu, 16 Apr 2020 09:11:12 +0300 Matti Hamalainen Improve error and validity checks for external palette loading.
Thu, 16 Apr 2020 09:10:47 +0300 Matti Hamalainen "Arbitrary" is better than "non-standard" in this context.
Thu, 16 Apr 2020 08:07:40 +0300 Matti Hamalainen Check that the source image has a palette when doing image -> palette conversion/extraction.
Thu, 16 Apr 2020 07:52:06 +0300 Matti Hamalainen Improve few error messages.
Thu, 16 Apr 2020 07:48:36 +0300 Matti Hamalainen Rename labels more unformly.
Thu, 16 Apr 2020 07:39:19 +0300 Matti Hamalainen Reorder the function prototypes, cosmetics, comments.
Wed, 15 Apr 2020 15:10:18 +0300 Matti Hamalainen Add few comments.
Wed, 15 Apr 2020 14:21:38 +0300 Matti Hamalainen Remove the unused "BOOL info" argument from dmWriteImage().
Wed, 15 Apr 2020 14:20:11 +0300 Matti Hamalainen Allow the -R option of gfxconv to be specified as '-R auto[+remove]' for
Wed, 15 Apr 2020 14:18:43 +0300 Matti Hamalainen Un-staticize functions in the main program.