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.
Thu, 05 Mar 2015 15:58:24 +0200 Matti Hamalainen Use %d instead of %i in formats.
Thu, 05 Mar 2015 15:58:12 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 15:48:33 +0200 Matti Hamalainen Bump copyright.
Thu, 05 Mar 2015 13:32:11 +0200 Matti Hamalainen Some work on the 0x0102 pattern loader.
Thu, 05 Mar 2015 13:10:36 +0200 Matti Hamalainen Fix error message to reflect reality better.
Thu, 05 Mar 2015 13:10:16 +0200 Matti Hamalainen Add a NULL pointer check here.
Thu, 05 Mar 2015 13:06:40 +0200 Matti Hamalainen Adjust mixing macros.
Thu, 05 Mar 2015 12:48:58 +0200 Matti Hamalainen Clean up the pattern header parsing.
Thu, 05 Mar 2015 12:14:43 +0200 Matti Hamalainen Initialize return variable.
Thu, 05 Mar 2015 12:08:56 +0200 Matti Hamalainen It seems that the number of rows in XM format version 0x0102 needs + 1.
Thu, 05 Mar 2015 11:36:00 +0200 Matti Hamalainen Version 0x0102 has slightly different pattern header than 0x0104.
Thu, 05 Mar 2015 11:35:02 +0200 Matti Hamalainen Rename a variable.
Thu, 05 Mar 2015 11:34:07 +0200 Matti Hamalainen Move jssXMLoadPatterns() closer to the pattern unpacking functions.
Thu, 05 Mar 2015 11:33:22 +0200 Matti Hamalainen Oops, 100L.
Thu, 05 Mar 2015 11:31:12 +0200 Matti Hamalainen Mostly cosmetic change.
Thu, 05 Mar 2015 10:29:28 +0200 Matti Hamalainen Some preliminary code for 0x0102 format pattern support.
Thu, 05 Mar 2015 10:28:48 +0200 Matti Hamalainen Move variable definitions closer to where they are used.
Thu, 05 Mar 2015 10:02:17 +0200 Matti Hamalainen Oops, forgot to commit this change to add the conversion table to
Thu, 05 Mar 2015 09:58:07 +0200 Matti Hamalainen Some support for 0x0102 version of the XM format. Does not work fully yet,
Thu, 05 Mar 2015 09:57:02 +0200 Matti Hamalainen Revamp instrument sample loading somewhat.
Thu, 05 Mar 2015 09:32:58 +0200 Matti Hamalainen Rename a variable.
Thu, 05 Mar 2015 09:18:35 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 08:24:46 +0200 Matti Hamalainen Remove unused build rule.
Thu, 05 Mar 2015 07:52:31 +0200 Matti Hamalainen Check for DM_HAVE_STRING_H.
Thu, 05 Mar 2015 07:52:09 +0200 Matti Hamalainen Assume that sample type 3 is basically misinterpretation of the field as a
Thu, 05 Mar 2015 07:49:33 +0200 Matti Hamalainen Use dmMemset().
Thu, 05 Mar 2015 07:47:42 +0200 Matti Hamalainen Eliminate string.h from here.
Thu, 05 Mar 2015 07:45:28 +0200 Matti Hamalainen Oops, these build system changes didn't fly. Often CC is set to "cc" by
Thu, 05 Mar 2015 07:37:35 +0200 Matti Hamalainen Use dmMemset().
Thu, 05 Mar 2015 07:36:51 +0200 Matti Hamalainen Add dmMemset().
Thu, 05 Mar 2015 07:27:54 +0200 Matti Hamalainen Use dmMemset, dmMalloc, dmRealloc and dmFree directly.
Thu, 05 Mar 2015 07:22:23 +0200 Matti Hamalainen Get rid of string.h dependency in stb_image.
Thu, 05 Mar 2015 07:19:05 +0200 Matti Hamalainen Bump copyright years.
Thu, 05 Mar 2015 07:12:17 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 07:01:42 +0200 Matti Hamalainen Check header size against the known values. Bail out if it's too small, and
Thu, 05 Mar 2015 07:00:58 +0200 Matti Hamalainen Add XM format version check.
Thu, 05 Mar 2015 07:00:27 +0200 Matti Hamalainen Add a meaningful error message for instrument header read failure.
Thu, 05 Mar 2015 07:00:02 +0200 Matti Hamalainen Rename a function.
Thu, 05 Mar 2015 06:59:45 +0200 Matti Hamalainen Clean up the sample data loading a bit.
Thu, 05 Mar 2015 06:12:06 +0200 Matti Hamalainen Change direct assignments to ?=, so that those Makefile variables can be
Thu, 05 Mar 2015 05:25:45 +0200 Matti Hamalainen Add note about the 24-bit RGBA masks being different.
Thu, 05 Mar 2015 05:23:19 +0200 Matti Hamalainen Move RGBA mask definitions to static global variables that are
Thu, 05 Mar 2015 05:21:42 +0200 Matti Hamalainen Comments, cosmetics.
Thu, 05 Mar 2015 05:06:23 +0200 Matti Hamalainen This should not be needed, actually.
Thu, 05 Mar 2015 05:00:50 +0200 Matti Hamalainen Add extra debugging to resource node de-allocation by checking refcount
Thu, 05 Mar 2015 04:59:40 +0200 Matti Hamalainen Fix use-after-free case.
Thu, 05 Mar 2015 04:59:29 +0200 Matti Hamalainen Rename some function arguments for clarity. One letter variable names are
Thu, 05 Mar 2015 04:59:01 +0200 Matti Hamalainen Comments and cosmetics.
Thu, 05 Mar 2015 02:37:33 +0200 Matti Hamalainen Use DM_PRI* format specifiers here.
Thu, 05 Mar 2015 02:37:23 +0200 Matti Hamalainen Plurality.
Thu, 05 Mar 2015 02:37:10 +0200 Matti Hamalainen MinGW does not define PRI* format specifiers, so define them ourselves :S
Thu, 05 Mar 2015 02:35:21 +0200 Matti Hamalainen Use DM_WINDOWS check here instead of _WIN32.
Thu, 05 Mar 2015 02:34:50 +0200 Matti Hamalainen Check if we are compiling for Windows and if we are compiling under MINGW.
Thu, 05 Mar 2015 02:33:39 +0200 Matti Hamalainen Add necessary flag substitutions to where they are needed.
Thu, 05 Mar 2015 02:32:59 +0200 Matti Hamalainen Remove useless linker flags from SDL_LDFLAGS.
Wed, 04 Mar 2015 11:28:21 +0200 Matti Hamalainen Cross-build process fixes.
Wed, 04 Mar 2015 11:18:22 +0200 Matti Hamalainen Do not specify certain linker flags by default.
Wed, 04 Mar 2015 09:28:42 +0200 Matti Hamalainen Define STBI_ASSERT(x) as dummy if DM_DEBUG is not enabled.
Wed, 04 Mar 2015 08:59:33 +0200 Matti Hamalainen Add #ifdef guards for stbi__get{16,32}le() for cases where they are
Wed, 04 Mar 2015 08:52:24 +0200 Matti Hamalainen Oops, duped a macro argument name. Fixed.
Wed, 04 Mar 2015 08:50:08 +0200 Matti Hamalainen Disable formats other than PNG and JPEG from stb_image.
Wed, 04 Mar 2015 08:38:19 +0200 Matti Hamalainen Various fixes for issues reported by clang static analyzer.
Wed, 04 Mar 2015 07:16:06 +0200 Matti Hamalainen #ifdef out code that is not needed or used if JSS_LIGHT is defined.
Wed, 04 Mar 2015 07:00:27 +0200 Matti Hamalainen Modularize some more.
Wed, 04 Mar 2015 06:37:04 +0200 Matti Hamalainen Split envelope reading to tiny helper function.
Wed, 04 Mar 2015 06:32:19 +0200 Matti Hamalainen Split instrument sample data loading to another function in XM loader.
Wed, 04 Mar 2015 06:31:54 +0200 Matti Hamalainen Change API of jssDecodeSample{8,16}() functions to return dmlib error codes
Wed, 04 Mar 2015 06:11:58 +0200 Matti Hamalainen Add informative message to packed.
Wed, 04 Mar 2015 06:11:37 +0200 Matti Hamalainen Cosmetics pass, remove excess and trailing whitespace.
Wed, 04 Mar 2015 06:08:22 +0200 Matti Hamalainen Cosmetics.
Wed, 04 Mar 2015 06:08:11 +0200 Matti Hamalainen Bump copyright.
Wed, 04 Mar 2015 06:01:26 +0200 Matti Hamalainen Modularize the XM loader somewhat by splitting to more functions.
Wed, 04 Mar 2015 04:42:38 +0200 Matti Hamalainen Oops, 100L in dmzlib context init in image loader .. fixed.
Wed, 04 Mar 2015 04:38:39 +0200 Matti Hamalainen Cosmetics.
Wed, 04 Mar 2015 04:37:58 +0200 Matti Hamalainen Rename some dmzlib functions and add context init/close functions.
Wed, 04 Mar 2015 03:53:22 +0200 Matti Hamalainen Fix '-n' option handling for packed.
Wed, 04 Mar 2015 03:46:23 +0200 Matti Hamalainen Enable some error messages also in not-debug-build.
Wed, 04 Mar 2015 03:33:25 +0200 Matti Hamalainen Fix sNumForNotes conversion/handling in JSSMOD loader and xm2jss.
Wed, 04 Mar 2015 03:30:28 +0200 Matti Hamalainen Improve dumpmod output some more.
Wed, 04 Mar 2015 02:04:40 +0200 Matti Hamalainen Cosmetics.
Wed, 04 Mar 2015 02:04:31 +0200 Matti Hamalainen Rename a variable.
Wed, 04 Mar 2015 01:51:00 +0200 Matti Hamalainen Free the source module data at end.
Wed, 04 Mar 2015 01:50:49 +0200 Matti Hamalainen Comments, cosmetics, combine one error message.
Wed, 04 Mar 2015 01:29:02 +0200 Matti Hamalainen Various improvements in dumpmod output.
Wed, 04 Mar 2015 01:15:17 +0200 Matti Hamalainen Adjust messages to show user-visible (1 based) instrument numbers.
Wed, 04 Mar 2015 01:10:35 +0200 Matti Hamalainen Improve output of dumpmod.
Wed, 04 Mar 2015 00:58:25 +0200 Matti Hamalainen Comment.
Wed, 04 Mar 2015 00:50:53 +0200 Matti Hamalainen More fixes.
Wed, 04 Mar 2015 00:49:47 +0200 Matti Hamalainen Minor fix.
Wed, 04 Mar 2015 00:40:15 +0200 Matti Hamalainen Hmm .. back out the Sint64 changes for now.
Wed, 04 Mar 2015 00:00:11 +0200 Matti Hamalainen Fix ZLIB decompressor mode.
Tue, 03 Mar 2015 23:56:12 +0200 Matti Hamalainen Add header skip option to the dmzlib test.
Tue, 03 Mar 2015 23:54:38 +0200 Matti Hamalainen Fix use of DM_FSEEK64().
Tue, 03 Mar 2015 23:22:36 +0200 Matti Hamalainen Cosmetics pass: Remove excess whitespace.
Tue, 03 Mar 2015 22:32:34 +0200 Matti Hamalainen Improve messages.
Tue, 03 Mar 2015 22:32:27 +0200 Matti Hamalainen Improve comments.
Tue, 03 Mar 2015 22:15:26 +0200 Matti Hamalainen Cleanup.
Tue, 03 Mar 2015 22:06:29 +0200 Matti Hamalainen Cleanup.
Tue, 03 Mar 2015 02:36:45 +0200 Matti Hamalainen Code cleanup, in preparation for bug hunting.
Tue, 03 Mar 2015 02:35:36 +0200 Matti Hamalainen Bump copyright year.
Tue, 03 Mar 2015 02:11:52 +0200 Matti Hamalainen Do not enable JSS_DEBUG when DM_DEBUG is enabled, it's a bit too spammy even
Tue, 03 Mar 2015 01:58:32 +0200 Matti Hamalainen Cosmetics.
Tue, 03 Mar 2015 01:40:56 +0200 Matti Hamalainen Cosmetic.
Tue, 03 Mar 2015 01:40:52 +0200 Matti Hamalainen Change dumpmod short format sample instrument output.
Mon, 02 Mar 2015 20:30:25 +0200 Matti Hamalainen Move functions around for saner order.
Mon, 02 Mar 2015 20:28:25 +0200 Matti Hamalainen Cosmetic.
Mon, 02 Mar 2015 20:25:44 +0200 Matti Hamalainen Cleanup, rename some variables, etc.
Mon, 02 Mar 2015 20:16:43 +0200 Matti Hamalainen Cleanups for file endianess read/write helper functions.
Mon, 02 Mar 2015 20:10:44 +0200 Matti Hamalainen Cosmetic.
Mon, 02 Mar 2015 20:10:36 +0200 Matti Hamalainen Constify.
Mon, 02 Mar 2015 20:00:08 +0200 Matti Hamalainen Add missing C++ guard.
Mon, 02 Mar 2015 19:16:13 +0200 Matti Hamalainen The module header description was incorrect (due to copypaste), fixed.
Mon, 02 Mar 2015 19:14:23 +0200 Matti Hamalainen Silence a warning.
Mon, 02 Mar 2015 05:36:47 +0200 Matti Hamalainen Make one error message debug.
Mon, 02 Mar 2015 05:30:30 +0200 Matti Hamalainen Make bspline functions more flexible.
Mon, 02 Mar 2015 05:00:50 +0200 Matti Hamalainen Change message to debug.
Mon, 02 Mar 2015 04:57:18 +0200 Matti Hamalainen Make the built in setup font/screen image/bar bitmap optional.
Mon, 02 Mar 2015 04:47:27 +0200 Matti Hamalainen Check for end of input data, there might be no "final" bit set in the
Mon, 02 Mar 2015 04:47:03 +0200 Matti Hamalainen Cosmetics.
Mon, 02 Mar 2015 04:46:34 +0200 Matti Hamalainen Also initialize DMZLibContext.inBufferStart where needed.
Mon, 02 Mar 2015 04:17:30 +0200 Matti Hamalainen Comments, cosmetics.
Mon, 02 Mar 2015 04:13:56 +0200 Matti Hamalainen Rename dmzlib structure members.
Mon, 02 Mar 2015 04:01:26 +0200 Matti Hamalainen No need to handle literal copy of length zero.
Mon, 02 Mar 2015 04:01:05 +0200 Matti Hamalainen Error message improvement.
Mon, 02 Mar 2015 03:54:41 +0200 Matti Hamalainen Use size_t here.
Mon, 02 Mar 2015 03:09:10 +0200 Matti Hamalainen Improve error handling.
Mon, 02 Mar 2015 02:56:37 +0200 Matti Hamalainen Comments, cleanups.
Mon, 02 Mar 2015 02:12:47 +0200 Matti Hamalainen Oops, fix a nasty bug.
Mon, 02 Mar 2015 02:10:38 +0200 Matti Hamalainen Initialize output and input size variables.
Mon, 02 Mar 2015 02:09:08 +0200 Matti Hamalainen Cosmetics.
Mon, 02 Mar 2015 02:08:36 +0200 Matti Hamalainen Work on testdmzlib.
Mon, 02 Mar 2015 01:49:14 +0200 Matti Hamalainen Add dmzlib / zlib test utility.
Mon, 02 Mar 2015 01:46:19 +0200 Matti Hamalainen Adjust program banner printing.
Mon, 02 Mar 2015 00:03:13 +0200 Matti Hamalainen Add some constants and make initialization one-time only.
Mon, 02 Mar 2015 00:02:24 +0200 Matti Hamalainen Clarify.
Mon, 02 Mar 2015 00:02:05 +0200 Matti Hamalainen Rename constants.
Mon, 02 Mar 2015 00:01:14 +0200 Matti Hamalainen Rename a variable.
Sun, 01 Mar 2015 23:28:40 +0200 Matti Hamalainen Rename a macro.
Sun, 01 Mar 2015 23:15:20 +0200 Matti Hamalainen Fix init messages.
Sun, 01 Mar 2015 22:58:55 +0200 Matti Hamalainen Oops, remove debugging code.
Sun, 01 Mar 2015 22:44:02 +0200 Matti Hamalainen Improve error handling.
Sun, 01 Mar 2015 22:37:39 +0200 Matti Hamalainen Work on dmzlib.
Sun, 01 Mar 2015 22:27:08 +0200 Matti Hamalainen Add some clarifying comments.
Sun, 01 Mar 2015 22:06:58 +0200 Matti Hamalainen Corner case fix in resource preloading.
Sun, 01 Mar 2015 22:01:05 +0200 Matti Hamalainen Typofix.
Sun, 01 Mar 2015 18:31:29 +0200 Matti Hamalainen Cleanups.
Sun, 01 Mar 2015 18:16:10 +0200 Matti Hamalainen Make more error message fall under DM_DEBUG.
Sun, 01 Mar 2015 18:13:01 +0200 Matti Hamalainen Finishing touches to the DM_DEBUG stuff.
Sun, 01 Mar 2015 18:09:20 +0200 Matti Hamalainen Move DM_FSEEK64() and DM_FTELL64() macro definitions to dmlib.h
Sun, 01 Mar 2015 18:03:08 +0200 Matti Hamalainen Add special debug error message function/macro that can be
Sun, 01 Mar 2015 17:47:50 +0200 Matti Hamalainen Improve error message.
Sun, 01 Mar 2015 17:47:35 +0200 Matti Hamalainen Sanitize resource data freeing.
Sun, 01 Mar 2015 17:46:27 +0200 Matti Hamalainen Cleanups.
Sun, 01 Mar 2015 17:31:48 +0200 Matti Hamalainen Image resources may get decoded multiple times, so seek to node start.
Sun, 01 Mar 2015 17:17:52 +0200 Matti Hamalainen Cosmetic.
Sun, 01 Mar 2015 17:17:36 +0200 Matti Hamalainen Work on resource handling.
Sun, 01 Mar 2015 17:03:50 +0200 Matti Hamalainen Remember to set the "compressed" size field for raw nodes too, as we check
Sun, 01 Mar 2015 17:00:17 +0200 Matti Hamalainen Oops, 100L.
Sun, 01 Mar 2015 16:59:00 +0200 Matti Hamalainen Change PACK file format to use 64 bit fileoffsets. Also switch some
Sun, 01 Mar 2015 16:57:50 +0200 Matti Hamalainen Use 64bit file offsets.
Sun, 01 Mar 2015 16:41:01 +0200 Matti Hamalainen Oops, add a missing semicolon.
Sun, 01 Mar 2015 16:39:59 +0200 Matti Hamalainen Cosmetics.
Sun, 01 Mar 2015 16:39:46 +0200 Matti Hamalainen Change handling of filename field in PACKs.
Sun, 01 Mar 2015 16:27:05 +0200 Matti Hamalainen Implement raw uncompressed data copy.
Sun, 01 Mar 2015 16:26:47 +0200 Matti Hamalainen Cleanup, remove debug code.
Sun, 01 Mar 2015 16:20:44 +0200 Matti Hamalainen Oops.
Sun, 01 Mar 2015 16:14:03 +0200 Matti Hamalainen Add DMF_COMPRESSED flag to compressed entry node flags.
Sun, 01 Mar 2015 16:08:53 +0200 Matti Hamalainen Remove practically dead line of code.
Sun, 01 Mar 2015 16:08:36 +0200 Matti Hamalainen Add option for setting the zlib compression level.
Sun, 01 Mar 2015 16:07:45 +0200 Matti Hamalainen Clean up the pack file node adding/extracting.
Sun, 01 Mar 2015 16:05:50 +0200 Matti Hamalainen Comments, cosmetics.
Sun, 01 Mar 2015 16:02:46 +0200 Matti Hamalainen Use dmMalloc0() instead of dmCalloc(1, ...)
Sun, 01 Mar 2015 16:00:55 +0200 Matti Hamalainen Oops, missed this from a previous commit. :S
Sun, 01 Mar 2015 15:55:32 +0200 Matti Hamalainen Cleanup.
Sun, 01 Mar 2015 15:55:13 +0200 Matti Hamalainen Oops .. the file exclusion option wasn't working correctly due to a silly
Sun, 01 Mar 2015 15:53:14 +0200 Matti Hamalainen Cosmetics.
Sun, 01 Mar 2015 05:26:11 +0200 Matti Hamalainen Rename some variables.
Sun, 01 Mar 2015 04:56:00 +0200 Matti Hamalainen Cosmetic.
Sun, 01 Mar 2015 04:47:43 +0200 Matti Hamalainen Add DMF_COMPRESSED flag for resource nodes and support for raw data nodes.
Sun, 01 Mar 2015 04:46:41 +0200 Matti Hamalainen Comments.
Sun, 01 Mar 2015 04:46:23 +0200 Matti Hamalainen Error handling consistency.
Sun, 01 Mar 2015 04:45:23 +0200 Matti Hamalainen Rename variables for consistency.
Sun, 01 Mar 2015 04:43:10 +0200 Matti Hamalainen Bump copyright.
Sun, 01 Mar 2015 04:42:04 +0200 Matti Hamalainen Cleanups and improve error handling.
Sun, 01 Mar 2015 04:34:54 +0200 Matti Hamalainen Set default verbosity of 'packed' to none.
Sun, 01 Mar 2015 03:58:05 +0200 Matti Hamalainen Rename label.
Sun, 01 Mar 2015 03:57:33 +0200 Matti Hamalainen Cosmetic.
Sun, 01 Mar 2015 03:29:05 +0200 Matti Hamalainen Remove an old hack.
Sun, 01 Mar 2015 03:27:17 +0200 Matti Hamalainen Oops, a stray fclose() had been left in, causing a double free.
Sun, 01 Mar 2015 03:21:46 +0200 Matti Hamalainen Use attribute packed.
Sun, 01 Mar 2015 03:10:03 +0200 Matti Hamalainen Oops, missed this.
Sun, 01 Mar 2015 03:09:46 +0200 Matti Hamalainen Cosmetic.
Sun, 01 Mar 2015 03:09:24 +0200 Matti Hamalainen Rename a function argument.
Sun, 01 Mar 2015 03:07:39 +0200 Matti Hamalainen Rename some variables.
Sun, 01 Mar 2015 03:05:17 +0200 Matti Hamalainen Fix error checking and propagation. 10L.
Sun, 01 Mar 2015 03:03:44 +0200 Matti Hamalainen Rename a variable.
Sun, 01 Mar 2015 03:02:19 +0200 Matti Hamalainen Rename a function argument.
Sun, 01 Mar 2015 03:00:12 +0200 Matti Hamalainen Rename bitreverse functions.
Sun, 01 Mar 2015 02:58:53 +0200 Matti Hamalainen Cosmetics.
Sun, 01 Mar 2015 02:40:21 +0200 Matti Hamalainen Also here.
Sun, 01 Mar 2015 02:39:18 +0200 Matti Hamalainen Move and rename a constant define.
Sat, 28 Feb 2015 15:59:39 +0200 Matti Hamalainen Clean up packed a bit.
Sat, 28 Feb 2015 05:43:31 +0200 Matti Hamalainen Some work towards dmzlib decompression support for resources.
Sat, 28 Feb 2015 05:06:55 +0200 Matti Hamalainen Improve error message slightly.
Sat, 28 Feb 2015 05:06:44 +0200 Matti Hamalainen Cosmetics.
Sat, 28 Feb 2015 05:06:36 +0200 Matti Hamalainen Fix one function name.
Sat, 28 Feb 2015 04:24:13 +0200 Matti Hamalainen Indentation cosmetic.
Fri, 27 Feb 2015 20:18:53 +0200 Matti Hamalainen Change 'make clean' rule so that it ignores possible errors.
Fri, 27 Feb 2015 20:16:49 +0200 Matti Hamalainen Cleanup gfxconv option help a bit.
Fri, 27 Feb 2015 20:15:34 +0200 Matti Hamalainen Begin process of making zlib optional for some things.
Fri, 27 Feb 2015 18:12:38 +0200 Matti Hamalainen Merged.
Fri, 27 Feb 2015 18:12:20 +0200 Matti Hamalainen Comment cleanups.
Fri, 27 Feb 2015 18:06:23 +0200 Matti Hamalainen Improve help.
Fri, 27 Feb 2015 17:49:10 +0200 Matti Hamalainen Oops. 100L fix to bitmapped text rendering.
Fri, 27 Feb 2015 16:30:56 +0200 Matti Hamalainen Add missing include.
Fri, 27 Feb 2015 16:25:02 +0200 Matti Hamalainen Move dmClamp*() functions back to dmlib.h
Fri, 27 Feb 2015 16:24:42 +0200 Matti Hamalainen Curve macros are needed in dmperlin module.
Fri, 27 Feb 2015 16:20:24 +0200 Matti Hamalainen Move lerp functions from dmlerp.c to dmcurves.c, too.
Fri, 27 Feb 2015 16:18:08 +0200 Matti Hamalainen Include dmcurves.h in dmengine.h.
Fri, 27 Feb 2015 16:16:59 +0200 Matti Hamalainen Add new module dmcurves, that will contain functions for spline generation
Fri, 27 Feb 2015 14:49:02 +0200 Matti Hamalainen Cosmetics.
Fri, 27 Feb 2015 14:18:28 +0200 Matti Hamalainen Fix a possibly uninitialized variable warning.
Fri, 27 Feb 2015 14:17:24 +0200 Matti Hamalainen Bump gfxconv version.
Fri, 27 Feb 2015 14:17:12 +0200 Matti Hamalainen Error handling cleanups/fixes.
Fri, 27 Feb 2015 06:10:16 +0200 Matti Hamalainen Rename DMRGBA32 struct to DMColor and remove the original redundant DMColor
Fri, 27 Feb 2015 05:33:48 +0200 Matti Hamalainen Cosmetics.
Fri, 27 Feb 2015 05:32:07 +0200 Matti Hamalainen Rename some functions.
Fri, 27 Feb 2015 05:27:43 +0200 Matti Hamalainen Fix error message.
Fri, 27 Feb 2015 05:23:38 +0200 Matti Hamalainen Remember to initialize dmzlib in the engine.
Fri, 27 Feb 2015 05:23:25 +0200 Matti Hamalainen Fixes and cleanups.
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.
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.
Mon, 23 Feb 2015 15:44:33 +0200 Matti Hamalainen Fix perling noise usage.
Mon, 23 Feb 2015 15:41:27 +0200 Matti Hamalainen Oops, fix argument handling.
Tue, 17 Feb 2015 06:01:07 +0200 Matti Hamalainen Merged.
Thu, 05 Feb 2015 04:21:30 +0200 Matti Hamalainen Import newer version of stb_image.
Thu, 05 Feb 2015 04:20:22 +0200 Matti Hamalainen Update license with exception for stb_image.c
Tue, 17 Feb 2015 06:00:29 +0200 Matti Hamalainen Link to -lm and fix to match changes in dmperlin.
Thu, 05 Feb 2015 00:24:30 +0200 Matti Hamalainen Remove license duplicate from README.
Wed, 04 Feb 2015 23:45:21 +0200 Matti Hamalainen Move perlin noise functions to dmperlin.[ch] and make the API re-entrant.
Wed, 04 Feb 2015 23:44:53 +0200 Matti Hamalainen Add new header file.
Wed, 04 Feb 2015 23:25:21 +0200 Matti Hamalainen Fix build system for empty DEMO_BIN target.
Wed, 04 Feb 2015 23:22:13 +0200 Matti Hamalainen Reorder for clarity.
Wed, 04 Feb 2015 23:00:50 +0200 Matti Hamalainen Change fontconv -s option syntax.
Wed, 04 Feb 2015 22:34:03 +0200 Matti Hamalainen API changes to be used in future.
Wed, 04 Feb 2015 22:31:15 +0200 Matti Hamalainen Remove unused function declaration.
Wed, 04 Feb 2015 22:29:37 +0200 Matti Hamalainen Cosmetics.
Wed, 04 Feb 2015 21:15:27 +0200 Matti Hamalainen Update ignores.
Wed, 04 Feb 2015 19:47:34 +0200 Matti Hamalainen Improve build system.
Wed, 04 Feb 2015 19:09:42 +0200 Matti Hamalainen Comments, etc.
Wed, 04 Feb 2015 19:08:44 +0200 Matti Hamalainen Rename Makefile.w32 to more logical Makefile.cross-mingw
Wed, 04 Feb 2015 19:07:16 +0200 Matti Hamalainen Use ?= in the Makefiles to accept preset values.
Wed, 04 Feb 2015 18:00:48 +0200 Matti Hamalainen Use pkg-config for Tremor.
Wed, 04 Feb 2015 17:55:38 +0200 Matti Hamalainen Cleanup.
Wed, 04 Feb 2015 17:49:04 +0200 Matti Hamalainen Cleanups in fontconv.
Tue, 03 Feb 2015 20:59:22 +0200 Matti Hamalainen Oops. 10L.
Tue, 03 Feb 2015 20:58:34 +0200 Matti Hamalainen Assume we always have 64bit type.
Tue, 03 Feb 2015 20:27:12 +0200 Matti Hamalainen Make value type of dmGetIntVal() unsigned.
Tue, 03 Feb 2015 20:07:38 +0200 Matti Hamalainen Modify stb_image so that we can eventually lift out the zlib functionality.
Tue, 03 Feb 2015 19:39:29 +0200 Matti Hamalainen Update copyrights.
Tue, 03 Feb 2015 11:45:18 +0200 Matti Hamalainen Possibly improve audio synchronization.
Thu, 08 Jan 2015 03:49:56 +0200 Matti Hamalainen Portability warning fixes.
Thu, 08 Jan 2015 03:41:35 +0200 Matti Hamalainen Re-do some portability things.
Mon, 05 Jan 2015 23:10:49 +0200 Matti Hamalainen Use struct packing and specific types for JSSMOD data.
Mon, 05 Jan 2015 23:03:11 +0200 Matti Hamalainen Portability fixes.
Thu, 01 Jan 2015 09:23:03 +0200 Matti Hamalainen Update copyrights.
Sun, 23 Nov 2014 01:33:18 +0200 Matti Hamalainen Some updates in README.txt
Sat, 22 Nov 2014 23:33:36 +0200 Matti Hamalainen Oops, few dmargs* API changes related fixes were missing.
Sat, 22 Nov 2014 18:50:07 +0200 Matti Hamalainen The argument handling API in dmargs* was synced with th-libs.
Sat, 22 Nov 2014 18:45:12 +0200 Matti Hamalainen Oops, "DM_USE_C" was missing here.
Fri, 21 Nov 2014 17:37:25 +0200 Matti Hamalainen Fix potential longjmp clobbering of variable.
Fri, 21 Nov 2014 17:36:15 +0200 Matti Hamalainen Fix c64 multicolor bitmap conversion for !doubleMC case.
Fri, 21 Nov 2014 16:57:08 +0200 Matti Hamalainen Fix some brain farts in instrument remapping.
Thu, 23 Oct 2014 02:14:15 +0300 Matti Hamalainen Merge.
Thu, 23 Oct 2014 02:12:54 +0300 Matti Hamalainen Add some code for parsing crop mode option, but the logic itself is not yet
Thu, 23 Oct 2014 02:11:44 +0300 Matti Hamalainen Cleanup some parsing logic.
Thu, 23 Oct 2014 02:09:52 +0300 Matti Hamalainen Rename a const.
Tue, 21 Oct 2014 20:42:57 +0300 Matti Hamalainen Merged.
Tue, 21 Oct 2014 20:21:23 +0300 Matti Hamalainen Simplify a bit.
Tue, 21 Oct 2014 20:42:31 +0300 Matti Hamalainen Effects API changes.
Tue, 21 Oct 2014 20:10:27 +0300 Matti Hamalainen Add setup data options for menu bar position/size adjustments.
Tue, 21 Oct 2014 16:29:18 +0300 Matti Hamalainen Add "enter to start" text for the setup screen.
Tue, 21 Oct 2014 10:42:08 +0300 Matti Hamalainen Cleanups.
Tue, 21 Oct 2014 10:31:03 +0300 Matti Hamalainen Fix audio playback.
Tue, 21 Oct 2014 09:34:20 +0300 Matti Hamalainen Oops, -DDM_USE_C was not in the build process ...
Tue, 21 Oct 2014 09:33:59 +0300 Matti Hamalainen Add a better error for no mixing routines compiled in.
Mon, 14 Jul 2014 00:46:53 +0300 Matti Hamalainen Remove obsolete configuration setting.
Mon, 14 Jul 2014 00:09:12 +0300 Matti Hamalainen Improve build process.
Sun, 13 Jul 2014 23:56:55 +0300 Matti Hamalainen Add flag variables for SDL_ttf.
Sun, 13 Jul 2014 23:32:38 +0300 Matti Hamalainen Cleanups.
Sun, 13 Jul 2014 17:44:55 +0300 Matti Hamalainen Bitmap format specifying option changes.
Sun, 13 Jul 2014 17:42:40 +0300 Matti Hamalainen Cosmetics.
Sun, 13 Jul 2014 17:41:47 +0300 Matti Hamalainen Fix reallocation.