index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
testbed
/
misc.cpp
Age
Commit message (
Expand
)
Author
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-10-02
1. Added ConfigParams Singelton class to eliminate use of configuration speci...
Neeraj Kumar
2010-08-14
TESTBED: formatting fix, deleted spaces/tabs at end of line
Neeraj Kumar
2010-08-09
TESTBED: Some refinemnts related to skipping tests and display in GUI
Neeraj Kumar
2010-07-24
Implemented selection of tests using a config file, config file layout resemb...
Neeraj Kumar
2010-07-22
TESTBED: some changes in interaction messages, couple of fixes
Neeraj Kumar
2010-07-19
replaced use of snprintf by String::printf
Neeraj Kumar
2010-07-18
fixed some typos
Neeraj Kumar
2010-07-18
Some more improvements in the TestbedListWidget and added description method ...
Neeraj Kumar
2010-07-14
Some code formatting fixes
Jordi Vilalta Prat
2010-07-14
Whitespace cleanup (mainly spaces and tabs at the end of line)
Jordi Vilalta Prat
2010-07-01
testbed now keeps a list of executed testsuites
Neeraj Kumar
2010-06-29
removed all printfs, added logging feature in form of logPrintf
Neeraj Kumar
2010-06-28
added template code for testing events
Neeraj Kumar
2010-06-28
completed the datetime/timer/mutex tests
Neeraj Kumar
2010-06-28
added code to test timers and mutexes, some issues with mutexes present although
Neeraj Kumar
2010-06-27
added files for misc tests, implemented the datetime test
Neeraj Kumar