aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Expand)Author
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-04-13TESTBED: Include correct headerOri Avtalion
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2015-11-28TESTBED: Sanity checkEugene Sandulenko
2015-11-28TESTBED: Added safety checkEugene Sandulenko
2014-06-19TESTBED: Fix a typo in the sound tests: s/smaple/sampleEinar Johan Trøan Sømåen
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-10-17TESTBED: Fix uninitalized variable. CID 1002670Eugene Sandulenko
2013-10-17TESTBED: Initialize variable. CID 1003374Eugene Sandulenko
2013-10-17TESTBED: Remove logically dead code. CID 1004067Eugene Sandulenko
2013-08-16TESTBED: Make code agonstic to OverlayColor.Johannes Schickel
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2013-06-06ALL: Fix typo (succesful -> successful)Willem Jan Palenstijn
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-21TESTBED: Fix memory leak. CID 1003583Eugene Sandulenko
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2012-08-09TESTBED: Fix "if" formatting.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10TESTBED: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-07TESTBED: Fix GFXtests::HSVtoRGB() and callerJulien
2011-06-07TESTBED: Specialize call to enable() in MidiTestSuite constructorJulien
2011-06-07TESTBED: Cleanup boolean use in enable() function for fs and midi testsJulien
2011-06-07TESTBED: Update some switch constructs for better control flow handlingJulien
2011-06-07TESTBED: Rename error variable to err (was hiding error() symbol)Julien
2011-06-07TESTBED: Remove dead code, unused arguments and unreferenced symbolsJulien
2011-06-07TESTBED: Add const modifiers to some parameters/functionsJulien
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
2011-06-03TESTBED: Remove another static and a confusing commentWillem Jan Palenstijn
2011-06-03TESTBED: Get rid of static local variableWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-14ALL: centerd -> centeredMax Horn
2011-04-14ALL: centre -> centerMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-19TESTBED: Changed usage of PI to M_PI (normally defined in math.h)md5