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
/
testsuite.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-14
TESTBED: some more refinements with handling Quit events in GUI
Neeraj Kumar
2010-08-09
TESTBED: Some refinemnts related to skipping tests and display in GUI
Neeraj Kumar
2010-08-07
TESTBED: fixed default disabling of FS testsuite when game data files are not...
Neeraj Kumar
2010-08-01
TESTBED: implemented the exit dialog using ListWidget
Neeraj Kumar
2010-07-30
TESTBED: added code to enable the mixer to simultaneously play channels, paus...
Neeraj Kumar
2010-07-30
TESTBED: generalized the GUI, added code for the end text gui message and opt...
Neeraj Kumar
2010-07-29
TESTBED: implemented gui of Sound Subsystem tests
Neeraj Kumar
2010-07-27
TESTBED: Updated the progress bar to show count of enabled test/testsuites in...
Neeraj Kumar
2010-07-25
TETBED: fixed the boundary error in palette rotation, added colored progress ...
Neeraj Kumar
2010-07-25
TESTBED: minor addition of code to enable logging
Neeraj Kumar
2010-07-24
TESTBED: added a test for checking cursor trails in the GUI, fixed some displ...
Neeraj Kumar
2010-07-24
Implemented selection of tests using a config file, config file layout resemb...
Neeraj Kumar
2010-07-22
TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ...
Neeraj Kumar
2010-07-19
added code to display progress of the engine so far
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-13
Added code to enable testsuite selection using checkboxes
Neeraj Kumar
2010-07-05
made Quit and RTL features working
Neeraj Kumar
2010-07-02
added processing of quit event
Neeraj Kumar
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-26
split testsuite.h into testsuite.cpp
Neeraj Kumar