aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Expand)Author
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
2011-03-04TESTBED: Update rotatePalette() to use an RGB palettemd5
2011-02-20TESTBED: Adapt documentation to the palette RGBA->RGB change.Johannes Schickel
2011-02-14TESTBED: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-07ENGINES: Unify code layout of all ADParams instancesMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration speci...Neeraj Kumar