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.