log

age author description
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.