log

age author description
Mon, 01 Oct 2012 09:46:56 +0300 Matti Hamalainen Initial work for bitmapped fonts and text drawing. Also moved TTF header
Mon, 01 Oct 2012 07:51:08 +0300 Matti Hamalainen Add resource writing functions (only work for stdio backend)
Mon, 01 Oct 2012 07:09:37 +0300 Matti Hamalainen Cleanup.
Mon, 01 Oct 2012 07:01:38 +0300 Matti Hamalainen Silly interpolation in mixing.
Mon, 01 Oct 2012 06:59:00 +0300 Matti Hamalainen Remove the floating point mixing .. it wasn't so good idea after all.
Mon, 01 Oct 2012 06:28:29 +0300 Matti Hamalainen Initial round of cleaning up the player code a bit.
Mon, 01 Oct 2012 04:18:15 +0300 Matti Hamalainen Cosmetics.
Mon, 01 Oct 2012 04:18:03 +0300 Matti Hamalainen No need to allocate with dmCalloc, when a plain dmMalloc is fine.
Mon, 01 Oct 2012 04:17:42 +0300 Matti Hamalainen Fix an assert check.
Mon, 01 Oct 2012 03:48:21 +0300 Matti Hamalainen A non-working implementation of floating point audio mixing.
Mon, 01 Oct 2012 03:46:10 +0300 Matti Hamalainen Cleanups.
Mon, 01 Oct 2012 02:51:41 +0300 Matti Hamalainen Restructure module playing, removing 8bit sample mixing (output can still be
Mon, 01 Oct 2012 01:29:26 +0300 Matti Hamalainen Renamed.
Mon, 01 Oct 2012 01:18:28 +0300 Matti Hamalainen Renamed again, bah.
Mon, 01 Oct 2012 01:11:59 +0300 Matti Hamalainen Rename another template file.
Mon, 01 Oct 2012 01:07:19 +0300 Matti Hamalainen Rename mixing template.
Sun, 30 Sep 2012 23:23:08 +0300 Matti Hamalainen Add new functions, jssConvertSampleFromFP() and jssConvertSampleToFP().
Sun, 30 Sep 2012 23:20:22 +0300 Matti Hamalainen Cleanups.
Sun, 30 Sep 2012 19:38:17 +0300 Matti Hamalainen Typofix.
Sun, 30 Sep 2012 19:13:51 +0300 Matti Hamalainen Move SDL_PauseAudio(0) to the "engine" instead of the demo code.
Sun, 30 Sep 2012 19:13:06 +0300 Matti Hamalainen Modularize progress meter.
Sat, 29 Sep 2012 20:47:08 +0300 Matti Hamalainen More cosmetics.
Sat, 29 Sep 2012 20:47:02 +0300 Matti Hamalainen Oops, fix a stupid bug in -s option .. it was setting the wrong variable. :|
Sat, 29 Sep 2012 20:43:22 +0300 Matti Hamalainen Cosmetics.
Sat, 29 Sep 2012 20:41:36 +0300 Matti Hamalainen Change DMFixedPoint types and appropriate JSS functions back to using signed
Sat, 29 Sep 2012 20:33:27 +0300 Matti Hamalainen Another fix, related to 7908061da010.
Sat, 29 Sep 2012 20:31:10 +0300 Matti Hamalainen Fix building of JSS mixer parts.
Sat, 29 Sep 2012 18:51:09 +0300 Matti Hamalainen Silence a minor warning.
Sat, 29 Sep 2012 16:59:46 +0300 Matti Hamalainen Added a simple demo engine core.
Sat, 29 Sep 2012 08:42:15 +0300 Matti Hamalainen This ugly trick won't work under MinGW, so disable it there.
Sat, 29 Sep 2012 07:41:26 +0300 Matti Hamalainen Cosmetics.
Sat, 29 Sep 2012 07:19:53 +0300 Matti Hamalainen Modularize some more and fix a nasty bug when raw data is not preloaded but
Sat, 29 Sep 2012 06:52:59 +0300 Matti Hamalainen Fix build process for jmix_c.c dependancy.
Sat, 29 Sep 2012 06:00:26 +0300 Matti Hamalainen Modularize the resource system a bit.
Sat, 29 Sep 2012 05:29:38 +0300 Matti Hamalainen Implement rudimentary resource system.
Fri, 28 Sep 2012 15:45:50 +0300 Matti Hamalainen Merged.
Fri, 28 Sep 2012 15:45:23 +0300 Matti Hamalainen Silence some warnings.
Fri, 28 Sep 2012 15:15:41 +0300 Matti Hamalainen Add test for line drawing.
Fri, 28 Sep 2012 15:15:33 +0300 Matti Hamalainen Initial fixes for getting the line drawing functions "working".
Fri, 28 Sep 2012 14:52:40 +0300 Matti Hamalainen Cleanups.
Fri, 28 Sep 2012 14:52:34 +0300 Matti Hamalainen Moar testing!
Fri, 28 Sep 2012 14:51:21 +0300 Matti Hamalainen Add function prototypes for two special case scaled blit functions.
Fri, 28 Sep 2012 14:50:58 +0300 Matti Hamalainen Add dmScaledBlitSurface32to32TransparentGA().
Fri, 28 Sep 2012 14:50:14 +0300 Matti Hamalainen Add register clobbers to SIMD inline asm.
Fri, 28 Sep 2012 14:47:54 +0300 Matti Hamalainen Add new scaled blit template parameters in order to implement global alpha.
Fri, 28 Sep 2012 11:11:15 +0300 Matti Hamalainen Fix input file reading of mod2wav utility.
Fri, 28 Sep 2012 10:48:57 +0300 Matti Hamalainen Bitshift less in dmScaledBlitSurface32to32TransparentX()
Fri, 28 Sep 2012 10:25:38 +0300 Matti Hamalainen Optimize the scaled RGBA alpha blit MMX version further.
Fri, 28 Sep 2012 09:35:25 +0300 Matti Hamalainen MMX-version of scaled 32-bit RGBA alpha blending blit works now.
Fri, 28 Sep 2012 09:32:45 +0300 Matti Hamalainen Improve benchmarking.
Fri, 28 Sep 2012 06:06:40 +0300 Matti Hamalainen Some initial twiddling on trying to get the MMX version of scaled blit to
Fri, 28 Sep 2012 05:07:20 +0300 Matti Hamalainen Various improvements in xm2jss output.
Fri, 28 Sep 2012 04:47:10 +0300 Matti Hamalainen Fix JSSMod loading in viewmod and testpl.
Fri, 28 Sep 2012 04:37:57 +0300 Matti Hamalainen Fix "efu" test, use dmImage instead of SDL_image.
Fri, 28 Sep 2012 04:34:41 +0300 Matti Hamalainen Fix blittest, remove useless code.
Fri, 28 Sep 2012 04:31:57 +0300 Matti Hamalainen Default executable binpath changed back to ./
Fri, 28 Sep 2012 03:45:02 +0300 Matti Hamalainen Mask out bits from resFlags that should not be there after initialization.
Fri, 28 Sep 2012 02:24:40 +0300 Matti Hamalainen Enable out of tree building.
Fri, 28 Sep 2012 02:20:31 +0300 Matti Hamalainen Various improvements in the build system to add granularity
Fri, 28 Sep 2012 02:08:17 +0300 Matti Hamalainen Improve buildsystem to support more flexible builds.