log

age author description
Thu, 04 Oct 2012 03:43:43 +0300 Matti Hamalainen Increase delay here a bit.
Thu, 04 Oct 2012 03:43:09 +0300 Matti Hamalainen Merged.
Thu, 04 Oct 2012 03:38:04 +0300 Matti Hamalainen Move DM_SWAP() macro to dmlib.h
Thu, 04 Oct 2012 03:28:06 +0300 Matti Hamalainen Correct help of 'packed' utility.
Wed, 03 Oct 2012 14:37:17 +0300 Matti Hamalainen s/dmClip10/dmClamp10/g
Wed, 03 Oct 2012 13:47:41 +0300 Matti Hamalainen Prettify pack content listing output.
Wed, 03 Oct 2012 13:47:26 +0300 Matti Hamalainen Add functions for converting resource flags to symbolic string form and back.
Wed, 03 Oct 2012 10:27:13 +0300 Matti Hamalainen Fix some warnings.
Wed, 03 Oct 2012 10:24:46 +0300 Matti Hamalainen Add Tremor stuff to default Makefiles.
Wed, 03 Oct 2012 10:20:00 +0300 Matti Hamalainen Oops, another 10L.
Wed, 03 Oct 2012 10:15:45 +0300 Matti Hamalainen Fixes to make the JSS audio subsystem support work again in the engine framework.
Wed, 03 Oct 2012 09:57:05 +0300 Matti Hamalainen Implement fullscrene toggling via alt+enter
Wed, 03 Oct 2012 09:39:15 +0300 Matti Hamalainen Move some lerp functions to the header as static inline functions.
Wed, 03 Oct 2012 09:29:29 +0300 Matti Hamalainen Cleanups.
Wed, 03 Oct 2012 09:19:08 +0300 Matti Hamalainen Added a new inline function, dmClip10() to clamp values between 0.0 and 1.0.
Wed, 03 Oct 2012 09:16:26 +0300 Matti Hamalainen Beging merging of dmsimple2-fork into the main "engine".
Wed, 03 Oct 2012 08:30:32 +0300 Matti Hamalainen Few nasty bugs fixed in TSFONT loading.
Wed, 03 Oct 2012 08:28:29 +0300 Matti Hamalainen Add variable rdataSize to DMResource.
Tue, 02 Oct 2012 20:34:53 +0300 Matti Hamalainen Oops, 100L :(
Tue, 02 Oct 2012 20:33:32 +0300 Matti Hamalainen Oops, 10L.
Tue, 02 Oct 2012 20:33:01 +0300 Matti Hamalainen Add a function for setting bitmapped font palette.
Tue, 02 Oct 2012 20:26:08 +0300 Matti Hamalainen Various minor improvements in PPL.
Tue, 02 Oct 2012 20:25:04 +0300 Matti Hamalainen Fix XM loading. Oops.
Tue, 02 Oct 2012 20:18:39 +0300 Matti Hamalainen Fix building with debug mode.
Tue, 02 Oct 2012 18:52:28 +0300 Matti Hamalainen Urgh .. use memset to silence some bogus GCC warnings about using
Tue, 02 Oct 2012 18:51:16 +0300 Matti Hamalainen Add unscaled blitting functions.
Tue, 02 Oct 2012 18:14:44 +0300 Matti Hamalainen Change some function names, etc.
Tue, 02 Oct 2012 18:13:05 +0300 Matti Hamalainen Add simple (and buggy / not really working) debug mode.
Tue, 02 Oct 2012 18:12:07 +0300 Matti Hamalainen Fix a warning.
Tue, 02 Oct 2012 17:50:28 +0300 Matti Hamalainen Various improvements in the bitmapped font loading and saving functions.
Tue, 02 Oct 2012 16:37:58 +0300 Matti Hamalainen Move some very tiny gfx functions to the dmlib header as static inline ones.
Tue, 02 Oct 2012 15:52:44 +0300 Matti Hamalainen Various improvements in bitmapped font support, and addition of legacy
Tue, 02 Oct 2012 14:25:47 +0300 Matti Hamalainen Cleanups.
Tue, 02 Oct 2012 10:50:44 +0300 Matti Hamalainen Cosmetics.
Tue, 02 Oct 2012 10:28:54 +0300 Matti Hamalainen Use a cast.
Tue, 02 Oct 2012 10:23:42 +0300 Matti Hamalainen Rename some macros.
Tue, 02 Oct 2012 10:23:29 +0300 Matti Hamalainen Oops, another fix for dmf_create_stdio() changes.
Tue, 02 Oct 2012 09:57:38 +0300 Matti Hamalainen Cleanups and correct the dmf_create_stdio() issue here as well.
Tue, 02 Oct 2012 09:44:24 +0300 Matti Hamalainen Cosmetics.
Tue, 02 Oct 2012 09:44:18 +0300 Matti Hamalainen Fix 8to8 saturated scaled blit function.
Tue, 02 Oct 2012 05:55:28 +0300 Matti Hamalainen Better error messages.
Tue, 02 Oct 2012 05:54:01 +0300 Matti Hamalainen Oops, missed one s/m/mod/ .. fixed.
Tue, 02 Oct 2012 05:53:18 +0300 Matti Hamalainen PPL now looks a bit saner, but does not do anything interesting yet.
Tue, 02 Oct 2012 05:52:35 +0300 Matti Hamalainen Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Tue, 02 Oct 2012 05:51:25 +0300 Matti Hamalainen Cleanups, cosmetics.
Tue, 02 Oct 2012 05:51:08 +0300 Matti Hamalainen Initial implementation of loading and saving of bitmap fonts.
Tue, 02 Oct 2012 05:49:50 +0300 Matti Hamalainen Add file mode to dmf_create_stdio().
Mon, 01 Oct 2012 14:18:35 +0300 Matti Hamalainen Add function for saving a bitmap font.
Mon, 01 Oct 2012 14:17:47 +0300 Matti Hamalainen Improve and finish write functions in resource subsystem.
Mon, 01 Oct 2012 13:43:09 +0300 Matti Hamalainen Add a simplistic skeleton of a module player with SDL-based view.
Mon, 01 Oct 2012 13:42:47 +0300 Matti Hamalainen Make BM text work, a bit at least.
Mon, 01 Oct 2012 13:42:20 +0300 Matti Hamalainen Add jssClose() in the shutdown.
Mon, 01 Oct 2012 13:42:06 +0300 Matti Hamalainen Cleanups.
Mon, 01 Oct 2012 13:32:18 +0300 Matti Hamalainen Cleanups.
Mon, 01 Oct 2012 11:52:42 +0300 Matti Hamalainen Oops, some function arguments were reversed.
Mon, 01 Oct 2012 11:20:56 +0300 Matti Hamalainen Implement some new functions for bitmapped font handling.
Mon, 01 Oct 2012 11:03:10 +0300 Matti Hamalainen More work on the text subsystem.
Mon, 01 Oct 2012 10:42:56 +0300 Matti Hamalainen More work on the text support.
Mon, 01 Oct 2012 09:50:43 +0300 Matti Hamalainen Do include "dmtext.h" where necessary.
Mon, 01 Oct 2012 09:49:10 +0300 Matti Hamalainen Silence some "unused parameter" warnings.