aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/testbed.cpp
AgeCommit message (Collapse)Author
2015-11-28TESTBED: Sanity checkEugene Sandulenko
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-07TESTBED: Update some switch constructs for better control flow handlingJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration ↵Neeraj Kumar
specific static variables. 2. Modified code to handle the change 3. Updated the previously merged obsolete copy of branch gsoc2010-testbed. svn-id: r52973
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
svn-id: r52081
2010-08-14TESTBED: some more refinements with handling Quit events in GUINeeraj Kumar
svn-id: r52078
2010-08-10TESTBED: basic template for midi testsNeeraj Kumar
svn-id: r51957
2010-08-09TESTBED: Some more refinements to the GUI and mouse event testsNeeraj Kumar
svn-id: r51946
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
svn-id: r51945
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
svn-id: r51602
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and ↵Neeraj Kumar
option to rerun tests svn-id: r51507
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites ↵Neeraj Kumar
instead of entire list size svn-id: r51351
2010-07-26TESTBED: implemented some sample beeps using PCSpeaker emulator for testing ↵Neeraj Kumar
sound subsystem svn-id: r51333
2010-07-25TESTBED: minor addition of code to enable loggingNeeraj Kumar
svn-id: r51279
2010-07-24Implemented selection of tests using a config file, config file layout ↵Neeraj Kumar
resembles to that of .scummvmrc on linux svn-id: r51248
2010-07-19added code to display progress of the engine so farNeeraj Kumar
svn-id: r51038
2010-07-18a few more modifications in the testsuite selection widgetNeeraj Kumar
svn-id: r50983
2010-07-15separated testsuite configuration to another classNeeraj Kumar
svn-id: r50918
2010-07-14Some code formatting fixesJordi Vilalta Prat
svn-id: r50893
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
svn-id: r50885
2010-07-13Added code to enable testsuite selection using checkboxesNeeraj Kumar
svn-id: r50850
2010-07-10switched testbed detection code to advance detector, doesn't bails out when ↵Neeraj Kumar
game data not found svn-id: r50789
2010-07-08implemented rainbow palette rotationNeeraj Kumar
svn-id: r50748
2010-07-05made Quit and RTL features workingNeeraj Kumar
svn-id: r50711
2010-07-03added code for mouse and kbd eventsNeeraj Kumar
svn-id: r50633
2010-07-01testbed now keeps a list of executed testsuitesNeeraj Kumar
svn-id: r50545
2010-06-29removed all printfs, added logging feature in form of logPrintfNeeraj Kumar
svn-id: r50512
2010-06-28added code to test timers and mutexes, some issues with mutexes present althoughNeeraj Kumar
svn-id: r50444
2010-06-27added files for misc tests, implemented the datetime testNeeraj Kumar
svn-id: r50400
2010-06-26split testsuite.h into testsuite.cppNeeraj Kumar
svn-id: r50322
2010-06-26the ScummVM header included to all source filesNeeraj Kumar
svn-id: r50320
2010-06-26completed the savefile testsNeeraj Kumar
svn-id: r50319
2010-06-25added savegame testsNeeraj Kumar
svn-id: r50290
2010-06-24added palette rotation testNeeraj Kumar
svn-id: r50220
2010-06-22modified the filesystem test, added a script to directly create the ↵Neeraj Kumar
game-data-directory, no zip file required svn-id: r50140
2010-06-19some more changes with GFX and FS testsNeeraj Kumar
svn-id: r50064
2010-06-17few fixes in GFX tests, added template for FS testsNeeraj Kumar
svn-id: r49925
2010-06-10some minor changes in the testsuite structure, reduced no. of files per ↵Neeraj Kumar
testsuite, fixed some formatting svn-id: r49571
2010-06-06polished the interface to interact with testsuites, added code to report ↵Neeraj Kumar
test results svn-id: r49456
2010-06-02completed the basic testsuite classNeeraj Kumar
svn-id: r49392
2010-06-02enhanced the basic testsuite classNeeraj Kumar
svn-id: r49390
2010-06-01created the basic testsuite class, will use it to create the GFX testsuite ↵Neeraj Kumar
in graphics.h svn-id: r49379
2010-05-31the basic testbed skeleton, removed any trace of quuxNeeraj Kumar
svn-id: r49341
2010-05-24adding (missed) testbed to engines/, reverting TODONeeraj Kumar
svn-id: r49197