Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-07 | TESTBED: Remove dead code, unused arguments and unreferenced symbols | Julien | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-01 | COMMON: 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-02 | 1. 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-14 | TESTBED: formatting fix, deleted spaces/tabs at end of line | Neeraj Kumar | |
svn-id: r52081 | |||
2010-08-14 | TESTBED: some more refinements with handling Quit events in GUI | Neeraj Kumar | |
svn-id: r52078 | |||
2010-08-09 | TESTBED: Some refinemnts related to skipping tests and display in GUI | Neeraj Kumar | |
svn-id: r51945 | |||
2010-08-07 | TESTBED: fixed default disabling of FS testsuite when game data files are ↵ | Neeraj Kumar | |
not found svn-id: r51840 | |||
2010-08-01 | TESTBED: implemented the exit dialog using ListWidget | Neeraj Kumar | |
svn-id: r51602 | |||
2010-07-30 | TESTBED: added code to enable the mixer to simultaneously play channels, ↵ | Neeraj Kumar | |
pause/unpause some of them using GUI, couple of fixes as well svn-id: r51515 | |||
2010-07-30 | TESTBED: generalized the GUI, added code for the end text gui message and ↵ | Neeraj Kumar | |
option to rerun tests svn-id: r51507 | |||
2010-07-29 | TESTBED: implemented gui of Sound Subsystem tests | Neeraj Kumar | |
svn-id: r51468 | |||
2010-07-27 | TESTBED: Updated the progress bar to show count of enabled test/testsuites ↵ | Neeraj Kumar | |
instead of entire list size svn-id: r51351 | |||
2010-07-25 | TETBED: fixed the boundary error in palette rotation, added colored progress ↵ | Neeraj Kumar | |
bar now svn-id: r51284 | |||
2010-07-25 | TESTBED: minor addition of code to enable logging | Neeraj Kumar | |
svn-id: r51279 | |||
2010-07-24 | TESTBED: added a test for checking cursor trails in the GUI, fixed some ↵ | Neeraj Kumar | |
display stuff svn-id: r51263 | |||
2010-07-24 | Implemented selection of tests using a config file, config file layout ↵ | Neeraj Kumar | |
resembles to that of .scummvmrc on linux svn-id: r51248 | |||
2010-07-22 | TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ↵ | Neeraj Kumar | |
now all enabled by default svn-id: r51155 | |||
2010-07-19 | added code to display progress of the engine so far | Neeraj Kumar | |
svn-id: r51038 | |||
2010-07-14 | Some code formatting fixes | Jordi Vilalta Prat | |
svn-id: r50893 | |||
2010-07-14 | Whitespace cleanup (mainly spaces and tabs at the end of line) | Jordi Vilalta Prat | |
svn-id: r50885 | |||
2010-07-13 | Added code to enable testsuite selection using checkboxes | Neeraj Kumar | |
svn-id: r50850 | |||
2010-07-05 | made Quit and RTL features working | Neeraj Kumar | |
svn-id: r50711 | |||
2010-07-02 | added processing of quit event | Neeraj Kumar | |
svn-id: r50590 | |||
2010-07-01 | testbed now keeps a list of executed testsuites | Neeraj Kumar | |
svn-id: r50545 | |||
2010-06-29 | removed all printfs, added logging feature in form of logPrintf | Neeraj Kumar | |
svn-id: r50512 | |||
2010-06-26 | split testsuite.h into testsuite.cpp | Neeraj Kumar | |
svn-id: r50322 |