log

age author description
Fri, 27 Feb 2015 01:04:02 +0200 Matti Hamalainen Remove check for GCC >= 3.x, it's only sane to support 4+.
Fri, 27 Feb 2015 01:03:18 +0200 Matti Hamalainen Cosmetic cleanups.
Thu, 26 Feb 2015 19:06:32 +0200 Matti Hamalainen Cleanup.
Thu, 26 Feb 2015 19:00:13 +0200 Matti Hamalainen Remove dmq3d stuff, it was for one demo project and belongs in the demo code.
Thu, 26 Feb 2015 18:51:18 +0200 Matti Hamalainen Remove the dmpackutil module, move the code to packed utility
Thu, 26 Feb 2015 18:38:14 +0200 Matti Hamalainen Add kludge stbi__err() implementation temporarily until the error handling
Thu, 26 Feb 2015 18:35:29 +0200 Matti Hamalainen Use dmzlib module in stb_image.
Thu, 26 Feb 2015 18:28:32 +0200 Matti Hamalainen Initial import of separated zlib decoding routines lifted from
Thu, 26 Feb 2015 18:01:14 +0200 Matti Hamalainen Constify & cleanup.
Thu, 26 Feb 2015 15:58:04 +0200 Matti Hamalainen Delete useless include line.
Thu, 26 Feb 2015 02:04:31 +0200 Matti Hamalainen Delete unused format definition.
Thu, 26 Feb 2015 01:47:31 +0200 Matti Hamalainen Viewmode utility was renamed to dumpmod, so reflect that change in the
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:14:03 +0200 Matti Hamalainen Rename viewmod utility to dumpmod.
Wed, 25 Feb 2015 22:11:16 +0200 Matti Hamalainen Adjust aspect ration stuff in view64.
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 21:25:59 +0200 Matti Hamalainen Various fixes in view64.
Wed, 25 Feb 2015 20:33:57 +0200 Matti Hamalainen Cosmetics.
Wed, 25 Feb 2015 20:31:54 +0200 Matti Hamalainen Remove some unused structures, etc.
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:51:14 +0200 Matti Hamalainen Fix some memory leaks etc.
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 19:32:55 +0200 Matti Hamalainen Some cleanups.
Wed, 25 Feb 2015 19:25:51 +0200 Matti Hamalainen Add size field for allocated data size in DMImage.
Wed, 25 Feb 2015 15:50:17 +0200 Matti Hamalainen Use dmMalloc0() instead of dmCalloc() here.
Wed, 25 Feb 2015 15:36:07 +0200 Matti Hamalainen Change dmC64DefaultSizes[] array into a function instead.
Wed, 25 Feb 2015 15:34:36 +0200 Matti Hamalainen Brackets.
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:30:19 +0200 Matti Hamalainen Comments, 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 01:11:03 +0200 Matti Hamalainen Cosmetics.
Tue, 24 Feb 2015 00:56:22 +0200 Matti Hamalainen Bump copyright year.
Tue, 24 Feb 2015 00:47:39 +0200 Matti Hamalainen Moved lib64gfx files under tools, as it's not generic DMLIB module really.
Mon, 23 Feb 2015 22:55:32 +0200 Matti Hamalainen Cosmetic.
Mon, 23 Feb 2015 22:54:25 +0200 Matti Hamalainen 10L.
Mon, 23 Feb 2015 22:51:51 +0200 Matti Hamalainen Some work on error handling.
Mon, 23 Feb 2015 22:51:28 +0200 Matti Hamalainen Add new error code DMERR_DATA_ERROR.
Mon, 23 Feb 2015 22:42:13 +0200 Matti Hamalainen Rename a variable.
Mon, 23 Feb 2015 22:24:17 +0200 Matti Hamalainen Added support to gfxconv/view64 for unknown(?) bitmap format found on some
Mon, 23 Feb 2015 22:00:54 +0200 Matti Hamalainen Cosmetic.
Mon, 23 Feb 2015 22:00:44 +0200 Matti Hamalainen Some dummy code for encfunctions.
Mon, 23 Feb 2015 22:00:20 +0200 Matti Hamalainen Implement DT_BGCOLOR_SET decode op.
Mon, 23 Feb 2015 20:45:31 +0200 Matti Hamalainen Add separate X and Y scaling to gfxconv and libgfx outputters.
Mon, 23 Feb 2015 20:18:34 +0200 Matti Hamalainen Actually fix commit 16aa5955dfb5.
Mon, 23 Feb 2015 19:57:28 +0200 Matti Hamalainen Cleanup.
Mon, 23 Feb 2015 19:49:58 +0200 Matti Hamalainen Mangle new stb_image to our purposes.
Mon, 23 Feb 2015 19:49:37 +0200 Matti Hamalainen Add -lm to mod2wav link stage.
Mon, 23 Feb 2015 15:59:14 +0200 Matti Hamalainen Add some error handling.