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.
Sun, 21 Apr 2013 18:34:13 +0300 Matti Hamalainen Merged.
Sun, 21 Apr 2013 18:34:06 +0300 Matti Hamalainen More work on resource handling cleanup.
Sun, 21 Apr 2013 17:01:38 +0300 Matti Hamalainen Fix function name.
Sun, 21 Apr 2013 18:32:49 +0300 Matti Hamalainen Cosmetics.
Sun, 21 Apr 2013 18:32:24 +0300 Matti Hamalainen Add new header file dmevalw.h
Sun, 21 Apr 2013 18:29:38 +0300 Matti Hamalainen Move dm_print_optree() to dmevalw.c
Sun, 21 Apr 2013 16:46:03 +0300 Matti Hamalainen Update to match API changes.
Sun, 21 Apr 2013 16:42:35 +0300 Matti Hamalainen Merge.
Sun, 21 Apr 2013 16:40:45 +0300 Matti Hamalainen Rename many pack & resource handling functions.
Fri, 19 Apr 2013 20:26:38 +0300 Matti Hamalainen Rename a variable.
Fri, 19 Apr 2013 19:26:15 +0300 Matti Hamalainen Sanitize some more includes.
Fri, 19 Apr 2013 19:25:04 +0300 Matti Hamalainen Remove unused include.
Thu, 18 Apr 2013 00:01:50 +0300 Matti Hamalainen Slightly optimize h/v-line routines.
Wed, 17 Apr 2013 21:54:34 +0300 Matti Hamalainen Make pre-built header versions of assets not depend on fontconv and
Wed, 17 Apr 2013 20:11:04 +0300 Matti Hamalainen Fix path to evaltest binary.
Wed, 17 Apr 2013 19:29:16 +0300 Matti Hamalainen Improve build system by adding support for separate binary paths for
Wed, 17 Apr 2013 07:50:14 +0300 Matti Hamalainen Don't remove the test source/binary files.
Wed, 17 Apr 2013 07:47:30 +0300 Matti Hamalainen Add tests.
Wed, 17 Apr 2013 07:47:21 +0300 Matti Hamalainen Increase benchmark rounds.
Wed, 17 Apr 2013 06:07:40 +0300 Matti Hamalainen Cleanups.
Tue, 16 Apr 2013 22:39:43 +0300 Matti Hamalainen Add XOR operator (^, caret) to the parser .. was implemented already otherwise.
Tue, 16 Apr 2013 22:33:26 +0300 Matti Hamalainen Cleanups.
Tue, 16 Apr 2013 22:08:47 +0300 Matti Hamalainen Simplify by merging several pass functions.
Tue, 16 Apr 2013 22:01:51 +0300 Matti Hamalainen Another testcase.
Tue, 16 Apr 2013 22:01:43 +0300 Matti Hamalainen Remove some remnants of Lua mode.
Tue, 16 Apr 2013 22:01:16 +0300 Matti Hamalainen Fix bitshift << >> operator precedence reordering.
Tue, 16 Apr 2013 21:42:28 +0300 Matti Hamalainen Disable spurious debugging for now.
Tue, 16 Apr 2013 21:41:47 +0300 Matti Hamalainen More fixes in reordering.
Tue, 16 Apr 2013 21:34:41 +0300 Matti Hamalainen Add some debugging.
Tue, 16 Apr 2013 21:29:37 +0300 Matti Hamalainen Add output file stream argument to dm_print_optree().
Tue, 16 Apr 2013 21:03:52 +0300 Matti Hamalainen Constify.
Tue, 16 Apr 2013 21:00:25 +0300 Matti Hamalainen Free some structures in the test program.
Tue, 16 Apr 2013 20:56:40 +0300 Matti Hamalainen Work towards plugging memory leaks.
Tue, 16 Apr 2013 20:31:32 +0300 Matti Hamalainen Cleanup.
Tue, 16 Apr 2013 19:50:48 +0300 Matti Hamalainen Few more tests.
Tue, 16 Apr 2013 19:50:39 +0300 Matti Hamalainen Improve reordering some more, produce less nesting.
Tue, 16 Apr 2013 19:02:42 +0300 Matti Hamalainen More work on evaluator reordering pass.
Tue, 16 Apr 2013 17:28:32 +0300 Matti Hamalainen Fix & precedence vs +.
Tue, 16 Apr 2013 17:05:38 +0300 Matti Hamalainen Reset keytime and update screen on F2.
Tue, 16 Apr 2013 16:54:42 +0300 Matti Hamalainen Added Auval with removed Lua dependancy, using dmeval only.
Tue, 16 Apr 2013 16:38:25 +0300 Matti Hamalainen Add testing script.
Tue, 16 Apr 2013 16:31:16 +0300 Matti Hamalainen Do not free the temporary reordering result.
Tue, 16 Apr 2013 16:17:46 +0300 Matti Hamalainen Set node->subexpr to NULL in free, as we are paranoidly cargo-culting a bit.
Tue, 16 Apr 2013 16:16:47 +0300 Matti Hamalainen No need to process up to DM_MAX_ARGS, we know the actual number of arguments there can be.
Tue, 16 Apr 2013 16:02:03 +0300 Matti Hamalainen Cosmetics.
Tue, 16 Apr 2013 15:58:43 +0300 Matti Hamalainen Remove PARSE_WS, it's not used anymore.
Tue, 16 Apr 2013 15:56:11 +0300 Matti Hamalainen Moar work.
Tue, 16 Apr 2013 15:31:56 +0300 Matti Hamalainen Ok, remove the default formula too.
Tue, 16 Apr 2013 15:29:22 +0300 Matti Hamalainen Lessen verbosity.
Tue, 16 Apr 2013 15:24:20 +0300 Matti Hamalainen More work.
Tue, 16 Apr 2013 15:13:37 +0300 Matti Hamalainen Moar work.
Tue, 16 Apr 2013 15:06:43 +0300 Matti Hamalainen Cleanups.
Tue, 16 Apr 2013 15:05:43 +0300 Matti Hamalainen Set result variables to zero.
Tue, 16 Apr 2013 15:04:40 +0300 Matti Hamalainen Improve parsing.
Tue, 16 Apr 2013 15:04:02 +0300 Matti Hamalainen Cosmetics.
Tue, 16 Apr 2013 15:03:44 +0300 Matti Hamalainen Add some comments.
Tue, 16 Apr 2013 15:03:29 +0300 Matti Hamalainen Set default formula.
Tue, 16 Apr 2013 12:01:54 +0300 Matti Hamalainen And another fix.
Tue, 16 Apr 2013 11:34:23 +0300 Matti Hamalainen And another fix to parsing.
Tue, 16 Apr 2013 11:30:52 +0300 Matti Hamalainen More work on evaluator.