log

age author description
Sun, 20 Aug 2017 01:54:54 +0300 Matti Hamalainen Fix jssmod sample conversion flags storing .. urgh.
Sun, 20 Aug 2017 01:47:45 +0300 Matti Hamalainen Cleanups.
Sun, 20 Aug 2017 01:38:36 +0300 Matti Hamalainen Cleanups.
Sun, 20 Aug 2017 01:20:56 +0300 Matti Hamalainen Clearer flag check.
Sun, 20 Aug 2017 01:01:40 +0300 Matti Hamalainen Fixes to jssmod loader.
Sun, 20 Aug 2017 01:01:12 +0300 Matti Hamalainen Add some blocks, cosmetics.
Sat, 19 Aug 2017 15:27:43 +0300 Matti Hamalainen Move bitstream reading functions to libgfx, as they were only used there.
Sat, 19 Aug 2017 15:21:41 +0300 Matti Hamalainen Update header blurps and copyrights.
Sat, 19 Aug 2017 15:18:29 +0300 Matti Hamalainen Moved libgfx to tools/ as it's not really a very generic piece of code that
Sat, 19 Aug 2017 13:02:34 +0300 Matti Hamalainen Remove SSE2 SIMD vector math paths, apparently they no longer work (segfault).. maybe a 32bit/64bit issue.
Sat, 19 Aug 2017 12:45:24 +0300 Matti Hamalainen A macro was missing a \ .. fixed.
Sat, 19 Aug 2017 12:15:01 +0300 Matti Hamalainen Fix a warning about potentially clobbered variable due to setjmp() use.
Sat, 19 Aug 2017 11:54:20 +0300 Matti Hamalainen Cleanups.
Sat, 19 Aug 2017 11:46:49 +0300 Matti Hamalainen Now with "almost" working 24bit PCX output. Almost.
Sat, 19 Aug 2017 04:25:02 +0300 Matti Hamalainen Constify.
Sat, 19 Aug 2017 03:57:15 +0300 Matti Hamalainen "Fix" the PNG/ILBM decoding to not use actual bitdepths for indexed images, but force 8bits.
Sat, 19 Aug 2017 03:40:49 +0300 Matti Hamalainen Aaand some more work on PCX loader. Actually works with 4/1 planes/bpp images now.
Sat, 19 Aug 2017 03:20:02 +0300 Matti Hamalainen Some cleanups.
Sat, 19 Aug 2017 02:17:02 +0300 Matti Hamalainen More work on PCX writer.
Sat, 19 Aug 2017 01:32:46 +0300 Matti Hamalainen More work on PCX reader.
Fri, 18 Aug 2017 23:11:08 +0300 Matti Hamalainen Fix isPaletted check in PCX reader :P
Fri, 18 Aug 2017 21:35:09 +0300 Matti Hamalainen Improve error checking in PCX writer.
Fri, 18 Aug 2017 20:04:31 +0300 Matti Hamalainen Oops, two options were overlapping, fixed.
Fri, 18 Aug 2017 19:44:27 +0300 Matti Hamalainen Cleanup.
Fri, 18 Aug 2017 18:56:09 +0300 Matti Hamalainen More work on libgfx etc.
Fri, 18 Aug 2017 17:47:30 +0300 Matti Hamalainen Rename struct DMImageSpec to DMImageConvSpec.
Fri, 18 Aug 2017 17:34:33 +0300 Matti Hamalainen Fix.
Fri, 18 Aug 2017 17:32:19 +0300 Matti Hamalainen More work on libgfx.
Fri, 18 Aug 2017 15:27:36 +0300 Matti Hamalainen Adjust debug messages and debug message levels in libgfx.
Fri, 18 Aug 2017 15:20:44 +0300 Matti Hamalainen Work on libgfx.