log tools/lib64gfx.c @ 1385:7eae931f7690

age author description
Sun, 24 Sep 2017 21:11:36 +0300 Matti Hamalainen #undef a macro that needs to be redefined in order to avoid a warning.
Sun, 24 Sep 2017 21:10:46 +0300 Matti Hamalainen Implement (buggy) support for packed and unpacked FunPaint II images in
Sun, 24 Sep 2017 20:48:52 +0300 Matti Hamalainen Cosmetics.
Sun, 24 Sep 2017 19:51:23 +0300 Matti Hamalainen Move things around a bit.
Sun, 24 Sep 2017 19:49:25 +0300 Matti Hamalainen Cosmetics.
Sun, 24 Sep 2017 19:48:33 +0300 Matti Hamalainen Make c64 image bank allocation dynamic.
Sun, 24 Sep 2017 17:50:02 +0300 Matti Hamalainen Cosmetic.
Sun, 24 Sep 2017 17:47:48 +0300 Matti Hamalainen More work on making various FLI etc. format decoding more flexible.
Sun, 24 Sep 2017 16:01:17 +0300 Matti Hamalainen Implement more flexible generic format decoding by separating the pixel
Sun, 24 Sep 2017 15:22:12 +0300 Matti Hamalainen Improve handling of extra data.
Sun, 24 Sep 2017 15:20:23 +0300 Matti Hamalainen Variable name cleanup.
Sun, 24 Sep 2017 15:11:49 +0300 Matti Hamalainen Cleanups.
Sun, 24 Sep 2017 13:18:24 +0300 Matti Hamalainen Add support for Interpaint Multicolor (unpacked) images.
Sun, 24 Sep 2017 13:13:04 +0300 Matti Hamalainen Cleanups.
Sat, 23 Sep 2017 01:24:21 +0300 Matti Hamalainen Return DMERR_NOT_SUPPORTED for decoding color-interlaced images, for now
Sat, 23 Sep 2017 01:20:07 +0300 Matti Hamalainen Remove hardcoded encoding/decoding operator counts from the structures, use
Fri, 22 Sep 2017 23:00:32 +0300 Matti Hamalainen Cleanup.
Fri, 22 Sep 2017 16:25:25 +0300 Matti Hamalainen Better handling of resolution interlaced pictures.
Fri, 22 Sep 2017 16:24:53 +0300 Matti Hamalainen Cosmetics.
Sat, 19 Aug 2017 15:21:41 +0300 Matti Hamalainen Update header blurps and copyrights.
Fri, 18 Aug 2017 17:34:33 +0300 Matti Hamalainen Fix.
Fri, 06 Mar 2015 13:40:47 +0200 Matti Hamalainen Remove trailing whitespace.
Thu, 05 Mar 2015 07:37:35 +0200 Matti Hamalainen Use dmMemset().
Wed, 04 Mar 2015 08:38:19 +0200 Matti Hamalainen Various fixes for issues reported by clang static analyzer.
Fri, 27 Feb 2015 03:58:25 +0200 Matti Hamalainen Add error code parameter to dmError() and dmErrorVA().
Thu, 26 Feb 2015 02:04:31 +0200 Matti Hamalainen Delete unused format definition.
Thu, 26 Feb 2015 01:45:52 +0200 Matti Hamalainen Implement multicolor / standard switching support based on color ram value's
Wed, 25 Feb 2015 23:35:04 +0200 Matti Hamalainen Add kludge to allow more lax handling of the "unknown" $2000 format.
Wed, 25 Feb 2015 22:01:23 +0200 Matti Hamalainen Remove the doubleMC madness completely. Should be replaced with x/y aspect
Wed, 25 Feb 2015 21:26:26 +0200 Matti Hamalainen Fix the multicolor bitmap widths.
Wed, 25 Feb 2015 20:07:25 +0200 Matti Hamalainen Allocate somewhat larger initial encoding buffer for C64 image encoders.
Wed, 25 Feb 2015 19:59:28 +0200 Matti Hamalainen Cosmetic.
Wed, 25 Feb 2015 19:39:48 +0200 Matti Hamalainen Oops, plug a memory leak.
Wed, 25 Feb 2015 19:37:59 +0200 Matti Hamalainen Refactor the DMC64Image handling to be more dynamic, and start
Wed, 25 Feb 2015 15:36:07 +0200 Matti Hamalainen Change dmC64DefaultSizes[] array into a function instead.
Wed, 25 Feb 2015 15:30:53 +0200 Matti Hamalainen Cosmetics.
Wed, 25 Feb 2015 15:23:09 +0200 Matti Hamalainen Add dimension (w/h) information fields to C64 image format struct.
Wed, 25 Feb 2015 15:09:37 +0200 Matti Hamalainen Cosmetics.
Wed, 25 Feb 2015 14:19:46 +0200 Matti Hamalainen Add constant for max number of enc/dec ops in C64 image format struct
Wed, 25 Feb 2015 14:09:18 +0200 Matti Hamalainen Bump copyright year.
Wed, 25 Feb 2015 13:27:04 +0200 Matti Hamalainen Cleanup.
Wed, 25 Feb 2015 05:16:22 +0200 Matti Hamalainen Cosmetic.
Wed, 25 Feb 2015 03:53:34 +0200 Matti Hamalainen Initial implementation of charmode support in lib64gfx.
Wed, 25 Feb 2015 03:53:07 +0200 Matti Hamalainen Cosmetics.
Wed, 25 Feb 2015 02:50:57 +0200 Matti Hamalainen Cosmetic.
Tue, 24 Feb 2015 00:47:39 +0200 Matti Hamalainen Moved lib64gfx files under tools, as it's not generic DMLIB module really. base src/lib64gfx.c@224fd9bb7420