log

age author description
Fri, 27 Feb 2015 05:22:20 +0200 Matti Hamalainen Rename a function argument.
Fri, 27 Feb 2015 05:21:29 +0200 Matti Hamalainen Oops, bugfix.
Fri, 27 Feb 2015 04:59:38 +0200 Matti Hamalainen Initialize variables so that we don't get garbage in error situations.
Fri, 27 Feb 2015 04:56:12 +0200 Matti Hamalainen Fix dmsimple.
Fri, 27 Feb 2015 04:46:25 +0200 Matti Hamalainen Remove the zlib implementation from stb_image.
Fri, 27 Feb 2015 04:46:13 +0200 Matti Hamalainen Clean up dmzlib and use it in stb_image.
Fri, 27 Feb 2015 04:44:48 +0200 Matti Hamalainen Remove vptest.
Fri, 27 Feb 2015 03:58:25 +0200 Matti Hamalainen Add error code parameter to dmError() and dmErrorVA().
Fri, 27 Feb 2015 02:21:57 +0200 Matti Hamalainen Oops, forgot to add const in the actual function .. 100L.
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.