aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/testbed.cpp
AgeCommit message (Expand)Author
2019-09-01TESTBED: Move the TTS tests after the critical componentsThierry Crozat
2019-09-01TESTBET: Add TTS testsJaromir Wysoglad
2019-08-24TESTBED: Move encoding conversion tests to testbedJaromir Wysoglad
2017-10-29TESTBED: Only build cloud tests if libcurl is available tooWillem Jan Palenstijn
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-04-30TESTBED: Fix building with --disable-cloud (#938)Tarek Soliman
2016-08-24TESTBED: Add Webserver test suiteAlexander Tkachev
2016-08-24TESTBED: Add first Cloud testsAlexander Tkachev
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
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration speci...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-10TESTBED: basic template for midi testsNeeraj Kumar
2010-08-09TESTBED: Some more refinements to the GUI and mouse event testsNeeraj Kumar
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and opt...Neeraj Kumar
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites in...Neeraj Kumar
2010-07-26TESTBED: implemented some sample beeps using PCSpeaker emulator for testing s...Neeraj Kumar
2010-07-25TESTBED: minor addition of code to enable loggingNeeraj Kumar
2010-07-24Implemented selection of tests using a config file, config file layout resemb...Neeraj Kumar
2010-07-19added code to display progress of the engine so farNeeraj Kumar
2010-07-18a few more modifications in the testsuite selection widgetNeeraj Kumar
2010-07-15separated testsuite configuration to another classNeeraj Kumar
2010-07-14Some code formatting fixesJordi Vilalta Prat
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
2010-07-13Added code to enable testsuite selection using checkboxesNeeraj Kumar
2010-07-10switched testbed detection code to advance detector, doesn't bails out when g...Neeraj Kumar
2010-07-08implemented rainbow palette rotationNeeraj Kumar
2010-07-05made Quit and RTL features workingNeeraj Kumar
2010-07-03added code for mouse and kbd eventsNeeraj Kumar
2010-07-01testbed now keeps a list of executed testsuitesNeeraj Kumar
2010-06-29removed all printfs, added logging feature in form of logPrintfNeeraj Kumar
2010-06-28added code to test timers and mutexes, some issues with mutexes present althoughNeeraj Kumar
2010-06-27added files for misc tests, implemented the datetime testNeeraj Kumar
2010-06-26split testsuite.h into testsuite.cppNeeraj Kumar
2010-06-26the ScummVM header included to all source filesNeeraj Kumar
2010-06-26completed the savefile testsNeeraj Kumar
2010-06-25added savegame testsNeeraj Kumar
2010-06-24added palette rotation testNeeraj Kumar
2010-06-22modified the filesystem test, added a script to directly create the game-data...Neeraj Kumar
2010-06-19some more changes with GFX and FS testsNeeraj Kumar
2010-06-17few fixes in GFX tests, added template for FS testsNeeraj Kumar
2010-06-10some minor changes in the testsuite structure, reduced no. of files per tests...Neeraj Kumar
2010-06-06polished the interface to interact with testsuites, added code to report test...Neeraj Kumar