aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/testsuite.cpp
AgeCommit message (Expand)Author
2019-07-01TESTBED: Correctly reset the number of skipped testsCameron Cawley
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2015-11-28TESTBED: Added safety checkEugene Sandulenko
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2012-08-09TESTBED: Fix "if" formatting.Johannes Schickel
2011-06-07TESTBED: Remove dead code, unused arguments and unreferenced symbolsJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
2010-08-07TESTBED: fixed default disabling of FS testsuite when game data files are not...Neeraj Kumar
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
2010-07-30TESTBED: added code to enable the mixer to simultaneously play channels, paus...Neeraj Kumar
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and opt...Neeraj Kumar
2010-07-29TESTBED: implemented gui of Sound Subsystem testsNeeraj Kumar
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites in...Neeraj Kumar
2010-07-25TETBED: fixed the boundary error in palette rotation, added colored progress ...Neeraj Kumar
2010-07-25TESTBED: minor addition of code to enable loggingNeeraj Kumar
2010-07-24TESTBED: added a test for checking cursor trails in the GUI, fixed some displ...Neeraj Kumar
2010-07-24Implemented selection of tests using a config file, config file layout resemb...Neeraj Kumar
2010-07-22TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ...Neeraj Kumar
2010-07-19added code to display progress of the engine so farNeeraj 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-05made Quit and RTL features workingNeeraj Kumar
2010-07-02added processing of quit eventNeeraj 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-26split testsuite.h into testsuite.cppNeeraj Kumar