log

age author description
Thu, 22 Nov 2012 22:19:12 +0200 Matti Hamalainen Change filename extension of DrazPaint 2.0 packed format to avoid conflict with the unpacked format while allowing the user to selecto output format via extension.
Thu, 22 Nov 2012 22:17:47 +0200 Matti Hamalainen Free the correct buffer pointer in error situations in the encoder function.
Thu, 22 Nov 2012 22:16:51 +0200 Matti Hamalainen Rename generic probing function to match the style of other lib64gfx functions.
Thu, 22 Nov 2012 22:16:06 +0200 Matti Hamalainen Take loading address into account while encoding, so start other data from offset +2.
Thu, 22 Nov 2012 22:15:34 +0200 Matti Hamalainen Add helper macros and use them to set the loading address while encoding.
Thu, 22 Nov 2012 21:09:15 +0200 Matti Hamalainen Begin preparations for improved bitmap conversion support. Breaks lib64gfx API.
Thu, 22 Nov 2012 17:56:25 +0200 Matti Hamalainen Adjust packed Amica paint format probe function to return less false
Thu, 22 Nov 2012 17:44:45 +0200 Matti Hamalainen Implement initial generic bitmap "encoding" function, that constructs
Thu, 22 Nov 2012 17:10:05 +0200 Matti Hamalainen Add support for converting some FLI formats, such as Blackmail FLI and FLI Designer FLI.
Thu, 22 Nov 2012 15:28:27 +0200 Matti Hamalainen Greatly simplify and also improve the multicolor/hires/lace bitmap->image
Thu, 22 Nov 2012 03:23:05 +0200 Matti Hamalainen Combine conversion of interlaced and normal multicolor images to one function.
Thu, 22 Nov 2012 02:38:12 +0200 Matti Hamalainen Simplify multicolor/interlaced multicolor decoding by factoring some to a separate function.
Thu, 22 Nov 2012 02:07:45 +0200 Matti Hamalainen Add Run Paint MC unpacked format and Art Studio hires format.
Thu, 22 Nov 2012 01:07:45 +0200 Matti Hamalainen Add support for Interpaint (unpacked) and Doodle (unpacked) hires formats.
Thu, 22 Nov 2012 01:07:20 +0200 Matti Hamalainen Fix hires bitmap conversion to DMImage, the screen colors per bit state were
Wed, 21 Nov 2012 23:25:13 +0200 Matti Hamalainen Add Advanced Art Studio format support.
Wed, 21 Nov 2012 23:04:00 +0200 Matti Hamalainen Split the RLE decoding from DrazPaint/Lace and Amica paint decoders to a
Wed, 21 Nov 2012 21:20:42 +0200 Matti Hamalainen Objects being added twice to the lib archive fixed.
Mon, 19 Nov 2012 17:34:50 +0200 Matti Hamalainen Use (void) foo instead of foo = foo to silence the compiler warning about
Mon, 19 Nov 2012 17:34:16 +0200 Matti Hamalainen Constify.
Mon, 19 Nov 2012 17:25:05 +0200 Matti Hamalainen Cosmetics.
Mon, 19 Nov 2012 17:24:54 +0200 Matti Hamalainen Add some comments.
Mon, 19 Nov 2012 17:24:41 +0200 Matti Hamalainen Return better error values, using DMERR_* enums.
Mon, 19 Nov 2012 17:24:08 +0200 Matti Hamalainen Constify.
Mon, 19 Nov 2012 16:58:22 +0200 Matti Hamalainen s/decenc/encdec/g
Mon, 19 Nov 2012 16:14:07 +0200 Matti Hamalainen Cleanups.
Mon, 19 Nov 2012 16:10:37 +0200 Matti Hamalainen Add sanity checking.
Mon, 19 Nov 2012 15:53:16 +0200 Matti Hamalainen Add some structures and enums for future.
Mon, 19 Nov 2012 15:52:44 +0200 Matti Hamalainen Collapse most of the probing functions into one generic probe, as they only
Mon, 19 Nov 2012 15:06:01 +0200 Matti Hamalainen Start work on making C64 formats encoding possible by changing DMDecodeOps
Mon, 19 Nov 2012 14:04:56 +0200 Matti Hamalainen Update gfxconv and view64 to the changes in lib64gfx API.
Mon, 19 Nov 2012 13:50:10 +0200 Matti Hamalainen Return DMLIB error values instead of arbitrary 0/negatives.
Mon, 19 Nov 2012 13:49:44 +0200 Matti Hamalainen Add function pointers for encoding and convertTo/convertFrom to the
Mon, 19 Nov 2012 13:48:35 +0200 Matti Hamalainen Add new error code for internal errors.
Sun, 18 Nov 2012 23:11:21 +0200 Matti Hamalainen Fix long argument parsing.
Sat, 17 Nov 2012 17:17:55 +0200 Matti Hamalainen Oops, actually fix the load address setting functionality to work. And make
Sat, 17 Nov 2012 17:13:12 +0200 Matti Hamalainen It would be nice if the install target would print out what it is actually
Sat, 17 Nov 2012 17:04:44 +0200 Matti Hamalainen Add install target for Unix Makefile that installs tool binaries only, to
Sat, 17 Nov 2012 17:04:08 +0200 Matti Hamalainen Add new -L option for forcing loading address on the destination file, or
Sat, 17 Nov 2012 15:32:42 +0200 Matti Hamalainen Remove the redundant word 'bytes' from Empty sections in describe output.
Sat, 17 Nov 2012 15:30:42 +0200 Matti Hamalainen Fix empty blocks size calculation, was off by one.
Sat, 17 Nov 2012 14:22:22 +0200 Matti Hamalainen Describe option did not actually show the unreserved/unused areas of the
Sat, 17 Nov 2012 14:21:42 +0200 Matti Hamalainen Improve and clean up section parsing support.
Sat, 17 Nov 2012 01:52:59 +0200 Matti Hamalainen Add a simple utility for generating different sinus, etc. value tables in c64 assembler format.
Fri, 16 Nov 2012 19:18:03 +0200 Matti Hamalainen Move certain editor related targets to the actual TARGETS variable, and
Wed, 14 Nov 2012 19:15:20 +0200 Matti Hamalainen Prevent false positive probes of certain Interpaint files as Amica Paint
Wed, 14 Nov 2012 19:14:32 +0200 Matti Hamalainen Use dmlib functions instead of errno/strerror directly.
Mon, 12 Nov 2012 22:26:36 +0200 Matti Hamalainen Add a note to default error message about using --help option.
Mon, 12 Nov 2012 22:26:23 +0200 Matti Hamalainen Update documentation.
Mon, 12 Nov 2012 22:04:50 +0200 Matti Hamalainen Bump version.
Mon, 12 Nov 2012 22:04:17 +0200 Matti Hamalainen Implement simplistic image input to char/sprite splitter conversion.
Mon, 12 Nov 2012 22:02:47 +0200 Matti Hamalainen Error printing cleanups.
Mon, 12 Nov 2012 17:21:33 +0200 Matti Hamalainen Move dmCompareColor() to libgfx.
Sun, 11 Nov 2012 14:36:17 +0200 Matti Hamalainen Clean up PRG/RAW loading.
Sun, 11 Nov 2012 13:05:51 +0200 Matti Hamalainen Implement output data cropping option -c, with which the memory area to be
Sun, 11 Nov 2012 13:05:04 +0200 Matti Hamalainen Clean up and modularize parsing of some options (specifying sections).
Wed, 07 Nov 2012 05:43:42 +0200 Matti Hamalainen Remove debug printing code.
Wed, 07 Nov 2012 05:22:25 +0200 Matti Hamalainen Improve remapping.
Wed, 07 Nov 2012 04:25:16 +0200 Matti Hamalainen Improve remapping option parsing.
Wed, 07 Nov 2012 04:09:51 +0200 Matti Hamalainen Oops, the option help had \n. Fixed.
Wed, 07 Nov 2012 04:09:00 +0200 Matti Hamalainen Improve color remapping, add option for removing unused colors from the final output palette.
Wed, 07 Nov 2012 03:03:01 +0200 Matti Hamalainen Calculate number of remapped colors.
Wed, 07 Nov 2012 01:46:49 +0200 Matti Hamalainen Add incbin line for ARAW output.
Wed, 07 Nov 2012 01:22:35 +0200 Matti Hamalainen Fix remapping issues.
Wed, 07 Nov 2012 01:12:51 +0200 Matti Hamalainen Fix option parsing of mappings.
Wed, 07 Nov 2012 01:01:15 +0200 Matti Hamalainen Improve color matching, make it possible to ignore alpha values.
Wed, 07 Nov 2012 00:55:43 +0200 Matti Hamalainen Implement palette remapping option for image outputs.
Wed, 07 Nov 2012 00:55:12 +0200 Matti Hamalainen Oops, the ARAW palette output should use dc.w, not dw.b .. :P
Sun, 04 Nov 2012 21:30:21 +0200 Matti Hamalainen Correct help.
Sun, 04 Nov 2012 18:54:45 +0200 Matti Hamalainen Update copyright notice.
Sun, 04 Nov 2012 18:54:38 +0200 Matti Hamalainen Add license.
Sun, 04 Nov 2012 18:11:47 +0200 Matti Hamalainen Change c64 palette's alpha values to 0xff to prevent RGBA output from being transparent.
Sun, 04 Nov 2012 16:51:54 +0200 Matti Hamalainen Check for NULL pointers from png_get_tRNS and png_get_PLTE.
Sun, 04 Nov 2012 16:51:24 +0200 Matti Hamalainen Plug (non-dangerous) memory leaks.
Sun, 04 Nov 2012 16:40:37 +0200 Matti Hamalainen Adjust verbosity levels.
Sun, 04 Nov 2012 16:36:21 +0200 Matti Hamalainen Add support for IFF PBMs.
Sun, 04 Nov 2012 16:35:38 +0200 Matti Hamalainen Improve probing.
Sun, 04 Nov 2012 16:09:07 +0200 Matti Hamalainen Improve ARAW output.
Sun, 04 Nov 2012 15:41:46 +0200 Matti Hamalainen Implement transparent color in IFF ILBM reader and ctransp setting in PNG reader.
Sun, 04 Nov 2012 13:57:03 +0200 Matti Hamalainen Improve transparent color handling.
Sun, 04 Nov 2012 12:28:05 +0200 Matti Hamalainen Remove the rather useless vview utility.
Sun, 04 Nov 2012 12:20:51 +0200 Matti Hamalainen Add ILBM to supported list.
Sun, 04 Nov 2012 12:19:10 +0200 Matti Hamalainen Set default scaling to 1.
Sun, 04 Nov 2012 12:13:07 +0200 Matti Hamalainen Clarify help.
Sun, 04 Nov 2012 12:09:48 +0200 Matti Hamalainen Bump version, change program description to be more generic than just a "c64
Sun, 04 Nov 2012 12:09:30 +0200 Matti Hamalainen Mark PNG as available input format.
Sun, 04 Nov 2012 12:07:59 +0200 Matti Hamalainen Implement PNG (1-8bpp indexed) reading support via libPNG.
Sun, 04 Nov 2012 12:07:03 +0200 Matti Hamalainen Return more sensible error values where appropriate instead of just
Sun, 04 Nov 2012 12:06:26 +0200 Matti Hamalainen Modularize palette reading and handling code.
Sun, 04 Nov 2012 09:41:07 +0200 Matti Hamalainen Update documentation a bit.
Sun, 04 Nov 2012 09:11:57 +0200 Matti Hamalainen Add support for CAMG chunk reading and possibly half-brite handling in IFF ILBM reader.
Sun, 04 Nov 2012 08:41:15 +0200 Matti Hamalainen Add transp mask support to IFF ILBM loader.
Sun, 04 Nov 2012 08:40:17 +0200 Matti Hamalainen Finish initial implementation of IFF ILBM loader. And whoa .. it seems to be working.
Sun, 04 Nov 2012 08:38:25 +0200 Matti Hamalainen Oops, correct the use of dmImageFormatList[] entry pointer to entry.fext.
Sun, 04 Nov 2012 06:54:37 +0200 Matti Hamalainen Simplify.
Sun, 04 Nov 2012 06:52:42 +0200 Matti Hamalainen Clean up the IFF parser a bit.
Sun, 04 Nov 2012 06:41:51 +0200 Matti Hamalainen Beginnings of IFF ILBM reader. Not functional, only chunk parsing,
Sun, 04 Nov 2012 06:41:10 +0200 Matti Hamalainen Fix probing to handle NULL probe functions.
Sun, 04 Nov 2012 06:40:35 +0200 Matti Hamalainen Improve loading of input images to use the list provided by libgfx.
Sun, 04 Nov 2012 03:32:00 +0200 Matti Hamalainen Close the file after writing.
Sun, 04 Nov 2012 03:18:42 +0200 Matti Hamalainen Implement fwrite and fputc in memio resources. They will only operate on pre-allocated memory area, thus not grow-as-write.
Sun, 04 Nov 2012 03:16:43 +0200 Matti Hamalainen Adjust dm_fread_byte() and dm_fwrite_byte() stdio helper functions to match
Sun, 04 Nov 2012 03:15:35 +0200 Matti Hamalainen Add dmf_{write,read}_byte() convenience functions.
Sun, 04 Nov 2012 02:50:03 +0200 Matti Hamalainen Cosmetics, rename a variable.
Sat, 03 Nov 2012 16:08:30 +0200 Matti Hamalainen Modularize some more.
Sat, 03 Nov 2012 14:52:52 +0200 Matti Hamalainen Add C++ guard.
Sat, 03 Nov 2012 13:42:52 +0200 Matti Hamalainen Cleanups.
Sat, 03 Nov 2012 13:37:09 +0200 Matti Hamalainen Improve listing of input/output formats in --help.
Sat, 03 Nov 2012 13:36:51 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 11:14:16 +0200 Matti Hamalainen Fix a segfault due to not checking for NULL file extension entries in dmGetFormatByExt().
Sat, 03 Nov 2012 11:13:33 +0200 Matti Hamalainen Possibly fix 24bit PCX output.
Sat, 03 Nov 2012 11:10:59 +0200 Matti Hamalainen Cosmetics.
Sat, 03 Nov 2012 09:22:15 +0200 Matti Hamalainen Updated.
Sat, 03 Nov 2012 09:20:42 +0200 Matti Hamalainen Renamed TODO.txt to TODO.jss, as this is only pertinent to JSS parts. And
Sat, 03 Nov 2012 09:19:38 +0200 Matti Hamalainen Add README.
Sat, 03 Nov 2012 08:21:29 +0200 Matti Hamalainen Fix build for Win32.
Sat, 03 Nov 2012 08:11:56 +0200 Matti Hamalainen Fix image format output.
Sat, 03 Nov 2012 08:11:29 +0200 Matti Hamalainen Fix bplanes short option, now 'B' instead of 'b', as 'b' was already used
Sat, 03 Nov 2012 07:54:23 +0200 Matti Hamalainen Fix building with libpng.
Sat, 03 Nov 2012 07:54:13 +0200 Matti Hamalainen Fix lingering issue with data reading helper function.