log dmsimple.c @ 578:cf5d44b36851

age author description
Fri, 12 Apr 2013 04:44:25 +0300 Matti Hamalainen Add some initial code for video setup screen.
Fri, 05 Apr 2013 03:02:37 +0300 Matti Hamalainen Fix some error messages.
Fri, 05 Apr 2013 00:32:06 +0300 Matti Hamalainen Make timeline stuff optional.
Sun, 17 Feb 2013 08:26:39 +0200 Matti Hamalainen Work with no sound as well.
Wed, 17 Oct 2012 00:23:36 +0300 Matti Hamalainen Re-entrancy.
Tue, 16 Oct 2012 23:31:19 +0300 Matti Hamalainen Work towards re-entrancy.
Tue, 16 Oct 2012 23:16:42 +0300 Matti Hamalainen Work towards base engine re-entrancy.
Tue, 16 Oct 2012 21:53:53 +0300 Matti Hamalainen Fix engine breakage.
Tue, 16 Oct 2012 21:25:46 +0300 Matti Hamalainen Make resource management re-entrant.
Tue, 16 Oct 2012 01:49:15 +0300 Matti Hamalainen More work on editor, etc.
Tue, 16 Oct 2012 01:20:00 +0300 Matti Hamalainen Should've used engineGetTick() instead of engineGetTime(). Fixed.
Mon, 15 Oct 2012 23:13:40 +0300 Matti Hamalainen Work towards timeline support.
Mon, 15 Oct 2012 21:25:51 +0300 Matti Hamalainen Separate some demo engine parts to two different modules.
Mon, 15 Oct 2012 14:34:06 +0300 Matti Hamalainen Add 'F' key to fullscreen toggling, in addition to alt+enter.
Mon, 15 Oct 2012 13:35:16 +0300 Matti Hamalainen Fix remains of the debug/devel changes.
Mon, 15 Oct 2012 13:28:00 +0300 Matti Hamalainen Rename DM_DEBUG compile time define to DM_DEVEL, for development mode.
Mon, 15 Oct 2012 13:17:12 +0300 Matti Hamalainen Clean up video (re)initialization.
Sat, 13 Oct 2012 07:36:32 +0300 Matti Hamalainen Adjust audio buffer size.
Fri, 12 Oct 2012 13:15:26 +0300 Matti Hamalainen Change startup messages.
Fri, 12 Oct 2012 11:38:40 +0300 Matti Hamalainen Fix includes in the dmsimple engine.
Wed, 10 Oct 2012 22:18:05 +0300 Matti Hamalainen Improve locking.
Wed, 10 Oct 2012 22:17:55 +0300 Matti Hamalainen Add two new functions to the simple demoengine for getting some information
Thu, 04 Oct 2012 06:23:13 +0300 Matti Hamalainen Various improvements in modularity.
Thu, 04 Oct 2012 06:04:43 +0300 Matti Hamalainen Allow setting audio format settings.
Thu, 04 Oct 2012 05:38:08 +0300 Matti Hamalainen Add a blurb about used features/3rd party code (zlib, Tremor, SDL).
Thu, 04 Oct 2012 05:37:03 +0300 Matti Hamalainen Add engine startup messages showing prod name and "TNSP simple demoengine blurb".
Thu, 04 Oct 2012 05:36:32 +0300 Matti Hamalainen Add some verbose engine startup messages.
Thu, 04 Oct 2012 05:36:06 +0300 Matti Hamalainen Move option handling to the simple demo engine.
Wed, 03 Oct 2012 10:27:13 +0300 Matti Hamalainen Fix some warnings.
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:16:26 +0300 Matti Hamalainen Beging merging of dmsimple2-fork into the main "engine".
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.
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 16:59:46 +0300 Matti Hamalainen Added a simple demo engine core.