aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.cpp
AgeCommit message (Collapse)Author
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
It's not only against our coding guidelines, but also breaks running the mutex test multiple times. It may or may not also be responsible for a MSVC9 build failure reported on IRC.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
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-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
svn-id: r51945
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-22TESTBED: some changes in interaction messages, couple of fixesNeeraj Kumar
svn-id: r51160
2010-07-19replaced use of snprintf by String::printfNeeraj Kumar
svn-id: r51030
2010-07-18fixed some typosNeeraj Kumar
svn-id: r51000
2010-07-18Some more improvements in the TestbedListWidget and added description method ↵Neeraj Kumar
in testsuite class svn-id: r50984
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-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 template code for testing eventsNeeraj Kumar
svn-id: r50459
2010-06-28completed the datetime/timer/mutex testsNeeraj Kumar
svn-id: r50455
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