aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Expand)Author
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
2010-07-14Some code formatting fixesJordi Vilalta Prat
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
2010-07-13Added code to enable testsuite selection using checkboxesNeeraj Kumar
2010-07-11improved the scaling test to have a rectangle of estimated size of scaled cur...Neeraj Kumar
2010-07-11a correction in palette rotationsNeeraj Kumar
2010-07-10switched testbed detection code to advance detector, doesn't bails out when g...Neeraj Kumar
2010-07-08restore initial palettes when done with rotationNeeraj Kumar
2010-07-08implemented rainbow palette rotationNeeraj Kumar
2010-07-07commented out rotation as of now, avoids 6s delay which shows blankNeeraj Kumar
2010-07-07Added code to draw rainbow palette using HSV and converting it to RGBNeeraj Kumar