aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Expand)Author
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration speci...Neeraj Kumar
2010-09-18TESTBED: Fix warningsFilippos Karapetis
2010-09-16TESTBED: fixed detectionNeeraj Kumar
2010-09-12TESTBED: Title capitalization and consistencyMatthew Hoops
2010-09-12TESTBED: Fix warningsEugene Sandulenko
2010-08-16TESTBED: added a README file, some description fixesNeeraj Kumar
2010-08-16TESTBED: disable aspect ratio correction while running scaling testsNeeraj Kumar
2010-08-14TESTBED: modified the Keyboard test Look-up table to include all alphanumeric...Neeraj Kumar
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-12TESTBED: disable tests when required data is not foundNeeraj Kumar
2010-08-11TESTBED: enable playing MIDI through testbedNeeraj Kumar
2010-08-10TESTBED: basic template for midi testsNeeraj Kumar
2010-08-09TESTBED: Some more refinements to the GUI and mouse event testsNeeraj Kumar
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
2010-08-07TESTBED: added checks to make sure the object is acquired before use, fixed a...Neeraj Kumar
2010-08-07TESTBED: fixed default disabling of FS testsuite when game data files are not...Neeraj Kumar
2010-08-07TESTBED: fix in fs testsNeeraj Kumar
2010-08-06TESTBED: Merged changes from trunk to my branchNeeraj Kumar
2010-08-05TESTBED: playing audio output with variable sample ratesNeeraj Kumar
2010-08-03TESTBED: added audiocd test sound tracks as the testbed engine dataNeeraj Kumar
2010-08-03TESTBED: Implemented audioCD testsNeeraj 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: added code to enable the mixer to simultaneously play channels, paus...Neeraj Kumar
2010-07-30TESTBED: generalized the GUI, added code for the end text gui message and opt...Neeraj Kumar
2010-07-29TESTBED: implemented gui of Sound Subsystem testsNeeraj Kumar
2010-07-27TESTBED: added finish zone in mouse event testsNeeraj Kumar
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites in...Neeraj Kumar
2010-07-26TESTBED: implemented some sample beeps using PCSpeaker emulator for testing s...Neeraj Kumar
2010-07-25TETBED: fixed the boundary error in palette rotation, added colored progress ...Neeraj Kumar
2010-07-25TESTBED: minor addition of code to enable loggingNeeraj Kumar
2010-07-24TESTBED: removed unnecessary code from config file implementationNeeraj Kumar
2010-07-24TESTBED: added a test for checking cursor trails in the GUI, fixed some displ...Neeraj 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-20TESTBED: added preface to tests, can skip tests now.Neeraj Kumar
2010-07-19added code to display progress of the engine so farNeeraj Kumar
2010-07-19replaced use of snprintf by String::printfNeeraj Kumar
2010-07-18fixed some typosNeeraj Kumar
2010-07-18fixed a minor typoNeeraj 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
2010-07-14Fix warningsMax Horn