aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Expand)Author
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
2010-09-18TESTBED: Fix warningsFilippos Karapetis
2010-09-16TESTBED: fixed detectionNeeraj Kumar
2010-09-12TESTBED: Title capitalization and consistencyMatthew Hoops
2010-09-12TESTBED: Fix warningsEugene Sandulenko
2010-08-16TESTBED: added a README file, some description fixesNeeraj Kumar
2010-08-16TESTBED: disable aspect ratio correction while running scaling testsNeeraj Kumar
2010-08-14TESTBED: modified the Keyboard test Look-up table to include all alphanumeric...Neeraj Kumar
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
2010-08-14TESTBED: some more refinements with handling Quit events in GUINeeraj Kumar
2010-08-12TESTBED: display appropriate message at begining if game-data files are not f...Neeraj Kumar
2010-08-12TESTBED: disable tests when required data is not foundNeeraj Kumar