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
2019-03-09
JANITORIAL: Update all scummvm.org URLS to use https
Cameron Cawley
2016-09-10
CLOUD: Move openUrl to OSystem
Thierry Crozat
2016-09-03
JANITORIAL: Fix include statements
Eugene Sandulenko
2016-08-24
JANITORIAL: Remove spaces at the end of the line
Alexander Tkachev
2016-08-24
TESTBED: Add openUrl test in MiscTests
Alexander Tkachev
2014-02-18
TESTBED: Make GPL headers consistent in themselves.
Johannes Schickel
2011-08-06
OSYSTEM: extended installTimerProc() with timer ID parameter
Eugene Sandulenko
2011-06-07
TESTBED: Add const modifiers to some parameters/functions
Julien
2011-06-03
TESTBED: Remove another static and a confusing comment
Willem Jan Palenstijn
2011-06-03
TESTBED: Get rid of static local variable
Willem Jan Palenstijn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
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