log

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