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.
Fri, 18 Aug 2017 14:08:08 +0300 Matti Hamalainen Make libgfx error mode a global variable, at least for now.
Fri, 18 Aug 2017 03:09:26 +0300 Matti Hamalainen More work on PCX loader.
Fri, 18 Aug 2017 02:52:35 +0300 Matti Hamalainen Oops, forgot to adjust the writing and reading when adding two members to
Fri, 18 Aug 2017 02:15:51 +0300 Matti Hamalainen Improve fgets() implementation in dmres.
Fri, 18 Aug 2017 02:12:22 +0300 Matti Hamalainen Use define instead of magic number.
Fri, 18 Aug 2017 02:05:25 +0300 Matti Hamalainen Bump version and copyright.
Fri, 18 Aug 2017 02:03:15 +0300 Matti Hamalainen Somewhat improve PCX read support in libgfx.
Fri, 18 Aug 2017 00:43:48 +0300 Matti Hamalainen Fix a segfault by initializing the cfmt struct pointer to NULL. Duh.
Fri, 21 Apr 2017 18:39:32 +0300 Matti Hamalainen Update copyright.
Thu, 16 Mar 2017 17:13:46 +0200 Matti Hamalainen Fix and silence some (useless) gcc warnings.
Mon, 03 Oct 2016 09:24:42 +0300 Matti Hamalainen Oops, do not default to -march=corei7 :S
Mon, 03 Oct 2016 09:19:40 +0300 Matti Hamalainen Clarify certain initialization failure situations.
Mon, 03 Oct 2016 09:06:01 +0300 Matti Hamalainen Improve error handling and reporting slightly.
Thu, 19 May 2016 12:08:16 +0300 Matti Hamalainen Fix build process.
Wed, 03 Jun 2015 17:00:07 +0300 Matti Hamalainen Cosmetic.
Wed, 03 Jun 2015 16:36:25 +0300 Matti Hamalainen Update copyright.
Wed, 03 Jun 2015 16:17:04 +0300 Matti Hamalainen Comments, cleanups.
Mon, 01 Jun 2015 03:34:16 +0300 Matti Hamalainen Update TODO for miniJSS.
Wed, 27 May 2015 01:15:59 +0300 Matti Hamalainen Fix handling of -x option in packed.
Mon, 25 May 2015 12:58:37 +0300 Matti Hamalainen Merged.
Mon, 25 May 2015 12:58:23 +0300 Matti Hamalainen Improve IFF FORM validity error message.
Mon, 25 May 2015 12:58:02 +0300 Matti Hamalainen Oops, when did I break this? IFF ILBM reader should now work again.
Fri, 22 May 2015 20:41:53 +0300 Matti Hamalainen Fix audio sync with nosound.
Thu, 21 May 2015 13:41:38 +0300 Matti Hamalainen Merged.
Thu, 21 May 2015 13:41:23 +0300 Matti Hamalainen Improve error messages for resource not found situations.
Tue, 10 Mar 2015 11:49:38 +0200 Matti Hamalainen Only initialize defpannings up to nchannels.
Tue, 10 Mar 2015 11:49:22 +0200 Matti Hamalainen Cosmetics.
Mon, 09 Mar 2015 19:00:13 +0200 Matti Hamalainen Add some extra error checking.
Mon, 09 Mar 2015 18:46:12 +0200 Matti Hamalainen Cosmetics.
Mon, 09 Mar 2015 17:43:09 +0200 Matti Hamalainen Rename variable.
Sun, 08 Mar 2015 01:59:52 +0200 Matti Hamalainen Some work on JSSMOD loader.
Sun, 08 Mar 2015 01:15:09 +0200 Matti Hamalainen Add extra sanity checking to 16-bit sample instruments in XM loader.
Sat, 07 Mar 2015 21:24:17 +0200 Matti Hamalainen Change one JSSMOD struct type Sint16 -> Uint16.
Sat, 07 Mar 2015 19:53:13 +0200 Matti Hamalainen Cleanup.
Sat, 07 Mar 2015 19:45:51 +0200 Matti Hamalainen Update copyright.
Sat, 07 Mar 2015 19:37:35 +0200 Matti Hamalainen Some more work on the loader.
Sat, 07 Mar 2015 19:25:35 +0200 Matti Hamalainen Use jsetDefaultRows here.
Sat, 07 Mar 2015 19:25:03 +0200 Matti Hamalainen Add define for default number of rows in pattern.
Sat, 07 Mar 2015 18:57:18 +0200 Matti Hamalainen Some work on refactoring the JSSMOD loader.
Sat, 07 Mar 2015 18:19:43 +0200 Matti Hamalainen Work on improved module conversion.
Sat, 07 Mar 2015 17:58:06 +0200 Matti Hamalainen Cleanups, more consistent error messages.
Sat, 07 Mar 2015 15:29:37 +0200 Matti Hamalainen Improve module optimization.
Sat, 07 Mar 2015 15:23:13 +0200 Matti Hamalainen Cleanups in JSSMOD writing.
Sat, 07 Mar 2015 14:37:24 +0200 Matti Hamalainen Cleanups.
Sat, 07 Mar 2015 14:29:29 +0200 Matti Hamalainen Fix hasData handling and include dmfile.h header.
Fri, 06 Mar 2015 20:48:27 +0200 Matti Hamalainen Change a JSSMOD struct member type.
Fri, 06 Mar 2015 18:45:13 +0200 Matti Hamalainen Cosmetics.
Fri, 06 Mar 2015 18:14:03 +0200 Matti Hamalainen Cosmetics.
Fri, 06 Mar 2015 16:37:15 +0200 Matti Hamalainen Add sanity check to order list writing.
Fri, 06 Mar 2015 16:36:10 +0200 Matti Hamalainen Work on JSSMOD format.
Fri, 06 Mar 2015 13:40:47 +0200 Matti Hamalainen Remove trailing whitespace.
Fri, 06 Mar 2015 13:38:53 +0200 Matti Hamalainen Cosmetics.
Fri, 06 Mar 2015 13:14:02 +0200 Matti Hamalainen Add some sanity checks.
Fri, 06 Mar 2015 13:02:54 +0200 Matti Hamalainen Cleanup.
Fri, 06 Mar 2015 12:34:35 +0200 Matti Hamalainen Cosmetics.
Fri, 06 Mar 2015 11:00:23 +0200 Matti Hamalainen Bump JSSMOD version.
Fri, 06 Mar 2015 11:00:08 +0200 Matti Hamalainen Change some JSSMOD struct member types.
Fri, 06 Mar 2015 10:26:31 +0200 Matti Hamalainen Update notes.
Fri, 06 Mar 2015 10:11:24 +0200 Matti Hamalainen Simplify jssFreeModule() by using jssFree*() functions for freeing parts of
Fri, 06 Mar 2015 10:04:11 +0200 Matti Hamalainen Rename some function arguments to better reflect their meaning.
Fri, 06 Mar 2015 10:00:54 +0200 Matti Hamalainen Use module->npatterns instead of jsetMaxPatterns for the special empty pattern.
Fri, 06 Mar 2015 09:56:21 +0200 Matti Hamalainen Add functions jssFreeInstrument(), jssFreeExtInstrument() and jssFreePattern().
Fri, 06 Mar 2015 09:54:30 +0200 Matti Hamalainen Add function argument names to prototypes.
Fri, 06 Mar 2015 09:53:39 +0200 Matti Hamalainen Rename some variables.
Fri, 06 Mar 2015 09:52:20 +0200 Matti Hamalainen Change sizes of some JSSMOD structure members.
Fri, 06 Mar 2015 09:50:11 +0200 Matti Hamalainen Bump up some JSS limits.
Fri, 06 Mar 2015 09:45:55 +0200 Matti Hamalainen Merged.
Fri, 06 Mar 2015 09:45:13 +0200 Matti Hamalainen Add a sanity check for JSSMOD header values.
Thu, 05 Mar 2015 23:28:58 +0200 Matti Hamalainen Improve some comments.
Thu, 05 Mar 2015 23:22:38 +0200 Matti Hamalainen Cosmetic.
Thu, 05 Mar 2015 23:14:15 +0200 Matti Hamalainen Bump up some maximum values for JSS module data.
Thu, 05 Mar 2015 23:13:13 +0200 Matti Hamalainen s/%i/%d/g.
Thu, 05 Mar 2015 23:12:37 +0200 Matti Hamalainen Rename variable, improve two error messages.
Thu, 05 Mar 2015 22:23:51 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 21:52:04 +0200 Matti Hamalainen Cleanup.
Thu, 05 Mar 2015 21:48:22 +0200 Matti Hamalainen Rename pattern note packing flag COMP_* constants to JM_COMP_*.
Thu, 05 Mar 2015 21:47:07 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 21:24:12 +0200 Matti Hamalainen Remove some code duplication.
Thu, 05 Mar 2015 21:23:47 +0200 Matti Hamalainen Rename function arguments.
Thu, 05 Mar 2015 20:14:06 +0200 Matti Hamalainen Rename one module under tests/
Thu, 05 Mar 2015 17:56:31 +0200 Matti Hamalainen Oops, left in an unused variable.
Thu, 05 Mar 2015 17:00:18 +0200 Matti Hamalainen Do the file probing stuff here as well.
Thu, 05 Mar 2015 16:57:27 +0200 Matti Hamalainen Use dmfreset() instead of dmfseek() to seek to stream start.
Thu, 05 Mar 2015 16:57:03 +0200 Matti Hamalainen Add note about stereo/panning stuff to be implemented in mixer.
Thu, 05 Mar 2015 16:51:34 +0200 Matti Hamalainen Comments.
Thu, 05 Mar 2015 16:51:08 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 16:22:11 +0200 Matti Hamalainen Improve use of probing in dumpmod, mod2wav and ppl.
Thu, 05 Mar 2015 16:14:40 +0200 Matti Hamalainen Improve probing.
Thu, 05 Mar 2015 16:02:02 +0200 Matti Hamalainen Rename variables.
Thu, 05 Mar 2015 15:58:52 +0200 Matti Hamalainen Cosmetics.