aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/config.cpp
AgeCommit message (Expand)Author
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-06-07TESTBED: Update some switch constructs for better control flow handlingJulien
2011-06-07TESTBED: Remove dead code, unused arguments and unreferenced symbolsJulien
2011-06-07TESTBED: Add const modifiers to some parameters/functionsJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration speci...Neeraj Kumar
2010-09-18TESTBED: Fix warningsFilippos Karapetis
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
2010-08-14TESTBED: some more refinements with handling Quit events in GUINeeraj Kumar
2010-08-12TESTBED: display appropriate message at begining if game-data files are not f...Neeraj Kumar
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
2010-08-07TESTBED: fixed default disabling of FS testsuite when game data files are not...Neeraj Kumar
2010-08-06TESTBED: Merged changes from trunk to my branchNeeraj Kumar
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
2010-08-01TESTBED: fixed a typo, due to which the config file size was increasing if a ...Neeraj Kumar
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and opt...Neeraj Kumar
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites in...Neeraj Kumar
2010-07-24TESTBED: removed unnecessary code from config file implementationNeeraj Kumar
2010-07-24TESTBED: reimplemented the config functionality using ConfigFile ClassNeeraj Kumar
2010-07-24Implemented selection of tests using a config file, config file layout resemb...Neeraj Kumar
2010-07-22TESTBED: some changes in interaction messages, couple of fixesNeeraj Kumar
2010-07-22TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ...Neeraj Kumar
2010-07-18Selected entries are now marked as '(selected)', toggled by double clickNeeraj Kumar
2010-07-18Some more improvements in the TestbedListWidget and added description method ...Neeraj Kumar
2010-07-18a few more modifications in the testsuite selection widgetNeeraj Kumar
2010-07-17Implemented scrollable checkbox like behaviour using ListWidgetNeeraj Kumar
2010-07-15separated testsuite configuration to another classNeeraj Kumar