log

age author description
Tue, 06 Aug 2013 14:59:44 +0300 Matti Hamalainen Cleanup.
Sun, 04 Aug 2013 11:48:09 +0300 Matti Hamalainen Fix compilation.
Sun, 04 Aug 2013 11:44:23 +0300 Matti Hamalainen Merged.
Sun, 04 Aug 2013 11:31:53 +0300 Matti Hamalainen Add audio sample size information into the engine structure.
Sat, 03 Aug 2013 23:48:46 +0300 Matti Hamalainen Cosmetics.
Sat, 03 Aug 2013 23:48:12 +0300 Matti Hamalainen Move a function implementation.
Tue, 30 Jul 2013 17:43:02 +0300 Matti Hamalainen Fix audio support.
Tue, 30 Jul 2013 15:31:12 +0300 Matti Hamalainen Fix the audio simulation code to actually compile.
Tue, 30 Jul 2013 15:29:19 +0300 Matti Hamalainen Add initial code for simulating audio playback while in no-sound situation.
Wed, 29 May 2013 15:16:43 +0300 Matti Hamalainen Cosmetics.
Fri, 24 May 2013 01:34:20 +0300 Matti Hamalainen Restore old note frequency calculation for now.
Fri, 24 May 2013 01:34:00 +0300 Matti Hamalainen Clean up the XM module loader a bit, add more error checking.
Fri, 24 May 2013 01:19:11 +0300 Matti Hamalainen Change JSSMOD loader to use DMResources.
Thu, 23 May 2013 23:48:24 +0300 Matti Hamalainen Adjust frequency computation formula.
Thu, 23 May 2013 23:47:21 +0300 Matti Hamalainen Silence some warnings.
Fri, 10 May 2013 12:38:07 +0300 Matti Hamalainen Merged.
Fri, 10 May 2013 12:37:51 +0300 Matti Hamalainen Return the power sum variable in the FFT conversion.
Fri, 10 May 2013 12:34:45 +0300 Matti Hamalainen Add some utility functions in the FFT module.
Fri, 10 May 2013 11:43:06 +0300 Matti Hamalainen Add some comments.
Fri, 10 May 2013 11:29:35 +0300 Matti Hamalainen Indentation cosmetics.
Thu, 09 May 2013 20:13:13 +0300 Matti Hamalainen Fix two 10L: forgot to rename these structure members here.
Thu, 09 May 2013 19:58:06 +0300 Matti Hamalainen Use SDL types.
Thu, 09 May 2013 19:37:25 +0300 Matti Hamalainen Remove dead code.
Thu, 09 May 2013 19:15:59 +0300 Matti Hamalainen Some more work. Still broken.
Thu, 09 May 2013 08:38:52 +0300 Matti Hamalainen Moar work.
Thu, 09 May 2013 08:28:39 +0300 Matti Hamalainen More work.
Thu, 09 May 2013 06:36:54 +0300 Matti Hamalainen Fix 10L in engine base code.
Thu, 09 May 2013 06:21:42 +0300 Matti Hamalainen Branch merge.
Thu, 09 May 2013 06:21:36 +0300 Matti Hamalainen Large cleanup, breaking everything. Yay.
Thu, 09 May 2013 06:18:52 +0300 Matti Hamalainen Use DMMutex and the appropriate function wrappers.
Thu, 09 May 2013 06:08:39 +0300 Matti Hamalainen Silence some warnings.
Thu, 09 May 2013 06:07:35 +0300 Matti Hamalainen Silence some warnings.
Wed, 08 May 2013 02:02:01 +0300 Matti Hamalainen Fix 24-bit surface conversions in image loader.
Sun, 05 May 2013 06:38:34 +0300 Matti Hamalainen Add some configurable texts to setup screen.
Sun, 05 May 2013 03:38:49 +0300 Matti Hamalainen Add mutex locking to audio stream stuff.
Sun, 05 May 2013 03:34:32 +0300 Matti Hamalainen Rename some variables.
Sun, 05 May 2013 03:06:48 +0300 Matti Hamalainen Add variable for detecting if we are in "native" video resolution.
Sun, 05 May 2013 01:28:51 +0300 Matti Hamalainen Improve packed by adding file exclusion option.
Sat, 04 May 2013 23:43:16 +0300 Matti Hamalainen Use DM_PI instead of M_PI.
Sat, 04 May 2013 23:41:57 +0300 Matti Hamalainen Add two more functions for converting FFT data to frequency and time
Sat, 04 May 2013 23:29:22 +0300 Matti Hamalainen Add FFT routines.
Sat, 04 May 2013 19:08:01 +0300 Matti Hamalainen Remove trailing empty lines.
Sat, 04 May 2013 05:32:52 +0300 Matti Hamalainen Rename some constants.
Sat, 04 May 2013 03:25:57 +0300 Matti Hamalainen Merged.
Sat, 04 May 2013 03:25:51 +0300 Matti Hamalainen Uppercase the strings in PPL for now.
Sat, 04 May 2013 03:25:29 +0300 Matti Hamalainen Add implementation of dm_strndup().
Sat, 04 May 2013 02:12:33 +0300 Matti Hamalainen Cosmetics.
Mon, 22 Apr 2013 17:00:01 +0300 Matti Hamalainen Add associativity types enum.
Mon, 22 Apr 2013 09:40:44 +0300 Matti Hamalainen Fix.
Mon, 22 Apr 2013 09:37:34 +0300 Matti Hamalainen More work on the evaluator. Still broken, of course.
Sun, 21 Apr 2013 20:40:54 +0300 Matti Hamalainen Fix more tests.
Sun, 21 Apr 2013 20:39:14 +0300 Matti Hamalainen API changes update.
Sun, 21 Apr 2013 20:33:48 +0300 Matti Hamalainen Handle preloading of resources that do not have rops.
Sun, 21 Apr 2013 20:16:16 +0300 Matti Hamalainen Set packfile fileops in the appropriate handles.
Sun, 21 Apr 2013 20:10:26 +0300 Matti Hamalainen Fix pack file writing.
Sun, 21 Apr 2013 20:07:27 +0300 Matti Hamalainen Add some debugging.
Sun, 21 Apr 2013 20:03:08 +0300 Matti Hamalainen Fix resource loading.
Sun, 21 Apr 2013 19:58:59 +0300 Matti Hamalainen More work.
Sun, 21 Apr 2013 19:46:52 +0300 Matti Hamalainen Work on getting the resource subsystem working again ..
Sun, 21 Apr 2013 19:29:00 +0300 Matti Hamalainen More work on resources API.