log

age author description
Fri, 23 Nov 2012 18:37:09 +0200 Matti Hamalainen Improve DMC64Image -> DMImage conversion facilities.
Fri, 23 Nov 2012 17:33:55 +0200 Matti Hamalainen Cosmetics.
Fri, 23 Nov 2012 15:38:32 +0200 Matti Hamalainen Remove useless (Uint8 *) typecasts now that dmf_{read,write}_str() uses void.
Fri, 23 Nov 2012 15:31:41 +0200 Matti Hamalainen s/Uint8/void/ in dmf_{read,write}_str().
Fri, 23 Nov 2012 15:26:32 +0200 Matti Hamalainen Rename internal structures, cosmetics.
Thu, 22 Nov 2012 23:16:38 +0200 Matti Hamalainen Bump version.
Thu, 22 Nov 2012 23:10:18 +0200 Matti Hamalainen Initial support for bitmap -> bitmap conversion in gfxconv.
Thu, 22 Nov 2012 22:50:06 +0200 Matti Hamalainen Fix comments to reflect current situation.
Thu, 22 Nov 2012 22:30:43 +0200 Matti Hamalainen Branch merge.
Thu, 22 Nov 2012 22:29:30 +0200 Matti Hamalainen Make dmConvertByte() static.
Thu, 22 Nov 2012 22:29:16 +0200 Matti Hamalainen Cosmetics.
Thu, 22 Nov 2012 22:27:07 +0200 Matti Hamalainen Make encoding function public.
Thu, 22 Nov 2012 22:26:31 +0200 Matti Hamalainen Actually return/set the pointer to the encoded image data when done.
Thu, 22 Nov 2012 22:26:08 +0200 Matti Hamalainen Rename the generic probing function.
Thu, 22 Nov 2012 22:25:44 +0200 Matti Hamalainen Add loading address to the encoding functionality.
Thu, 22 Nov 2012 22:24:57 +0200 Matti Hamalainen Use size_t instead of int here to avoid signedness issues.
Thu, 22 Nov 2012 22:24:33 +0200 Matti Hamalainen Add helper macros for getting hi/lo bytes of 16bit BE words and use them.
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.