aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.cpp
AgeCommit message (Expand)Author
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2016-09-10CLOUD: Move openUrl to OSystemThierry Crozat
2016-09-03JANITORIAL: Fix include statementsEugene Sandulenko
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
2016-08-24TESTBED: Add openUrl test in MiscTestsAlexander Tkachev
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-06-07TESTBED: Add const modifiers to some parameters/functionsJulien
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
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-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
2010-07-24Implemented selection of tests using a config file, config file layout resemb...Neeraj Kumar
2010-07-22TESTBED: some changes in interaction messages, couple of fixesNeeraj Kumar
2010-07-19replaced use of snprintf by String::printfNeeraj Kumar
2010-07-18fixed some typosNeeraj Kumar
2010-07-18Some more improvements in the TestbedListWidget and added description method ...Neeraj 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-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 template code for testing eventsNeeraj Kumar
2010-06-28completed the datetime/timer/mutex testsNeeraj 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