log

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