scummvm/engines/testbed
D G Turner 00c27a28f9 BUILD: Split engines/plugins_table header down to a file per engine.
This is the third and final commit enabling fully pluggable engines.

Now providing an engine folder contains a configure.engine, engine.mk
and engine-plugin.h file, it will be picked up automatically by the
configure script.
2013-11-24 00:48:01 +00:00
..
config-params.cpp TESTBED: Initialize variable. CID 1003374 2013-10-17 13:56:20 +03:00
config-params.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
config.cpp COMMON: Rename ConfigFile to INIFile. 2013-08-08 16:28:38 +02:00
config.h TESTBED: Fix uninitalized variable. CID 1002670 2013-10-17 13:58:02 +03:00
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
detection.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
engine-plugin.h BUILD: Split engines/plugins_table header down to a file per engine. 2013-11-24 00:48:01 +00:00
engine.mk BUILD: Split engines.mk down to a single file per engine. 2013-11-24 00:48:01 +00:00
events.cpp TESTBED: Remove logically dead code. CID 1004067 2013-10-17 13:54:27 +03:00
events.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
fs.cpp TESTBED: Cleanup boolean use in enable() function for fs and midi tests 2011-06-07 03:56:56 -04:00
fs.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
graphics.cpp TESTBED: Make code agonstic to OverlayColor. 2013-08-16 05:34:44 +02:00
graphics.h TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00
midi.cpp ALL: Fix typo (succesful -> successful) 2013-06-06 16:45:59 +02:00
midi.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
misc.cpp OSYSTEM: extended installTimerProc() with timer ID parameter 2011-08-06 11:28:35 +01:00
misc.h TESTBED: Add const modifiers to some parameters/functions 2011-06-07 03:52:15 -04:00
module.mk 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
savegame.cpp TESTBED: Rename error variable to err (was hiding error() symbol) 2011-06-07 03:56:52 -04:00
savegame.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
sound.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
sound.h TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00
template.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
testbed.cpp TESTBED: Update some switch constructs for better control flow handling 2011-06-07 03:56:54 -04:00
testbed.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
testsuite.cpp TESTBED: Fix "if" formatting. 2012-08-09 03:27:21 +02:00
testsuite.h TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00