log

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