aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Collapse)Author
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
svn-id: r51945
2010-08-07TESTBED: added checks to make sure the object is acquired before use, fixed ↵Neeraj Kumar
a typo svn-id: r51841
2010-08-07TESTBED: fixed default disabling of FS testsuite when game data files are ↵Neeraj Kumar
not found svn-id: r51840
2010-08-07TESTBED: fix in fs testsNeeraj Kumar
svn-id: r51837
2010-08-06TESTBED: Merged changes from trunk to my branchNeeraj Kumar
svn-id: r51798
2010-08-05TESTBED: playing audio output with variable sample ratesNeeraj Kumar
svn-id: r51766
2010-08-03TESTBED: added audiocd test sound tracks as the testbed engine dataNeeraj Kumar
svn-id: r51713
2010-08-03TESTBED: Implemented audioCD testsNeeraj Kumar
svn-id: r51711
2010-08-01TESTBED: implemented the exit dialog using ListWidgetNeeraj Kumar
svn-id: r51602
2010-08-01TESTBED: fixed a typo, due to which the config file size was increasing if a ↵Neeraj Kumar
rerun is made from the current menu svn-id: r51568
2010-07-30TESTBED: 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-30TESTBED: generalized the GUI, added code for the end text gui message and ↵Neeraj Kumar
option to rerun tests svn-id: r51507
2010-07-29TESTBED: implemented gui of Sound Subsystem testsNeeraj Kumar
svn-id: r51468
2010-07-27TESTBED: added finish zone in mouse event testsNeeraj Kumar
svn-id: r51365
2010-07-27TESTBED: Updated the progress bar to show count of enabled test/testsuites ↵Neeraj Kumar
instead of entire list size svn-id: r51351
2010-07-26TESTBED: implemented some sample beeps using PCSpeaker emulator for testing ↵Neeraj Kumar
sound subsystem svn-id: r51333
2010-07-25TETBED: fixed the boundary error in palette rotation, added colored progress ↵Neeraj Kumar
bar now svn-id: r51284
2010-07-25TESTBED: minor addition of code to enable loggingNeeraj Kumar
svn-id: r51279
2010-07-24TESTBED: removed unnecessary code from config file implementationNeeraj Kumar
svn-id: r51267
2010-07-24TESTBED: added a test for checking cursor trails in the GUI, fixed some ↵Neeraj Kumar
display stuff svn-id: r51263
2010-07-24TESTBED: reimplemented the config functionality using ConfigFile ClassNeeraj Kumar
svn-id: r51258
2010-07-24Implemented selection of tests using a config file, config file layout ↵Neeraj Kumar
resembles to that of .scummvmrc on linux svn-id: r51248
2010-07-22TESTBED: some changes in interaction messages, couple of fixesNeeraj Kumar
svn-id: r51160
2010-07-22TESTBED: added deselect capabilty in GUI, removed redundant code, testsuites ↵Neeraj Kumar
now all enabled by default svn-id: r51155
2010-07-20TESTBED: added preface to tests, can skip tests now.Neeraj Kumar
svn-id: r51073
2010-07-19added code to display progress of the engine so farNeeraj Kumar
svn-id: r51038
2010-07-19replaced use of snprintf by String::printfNeeraj Kumar
svn-id: r51030
2010-07-18fixed some typosNeeraj Kumar
svn-id: r51000
2010-07-18fixed a minor typoNeeraj Kumar
svn-id: r50986
2010-07-18Selected entries are now marked as '(selected)', toggled by double clickNeeraj Kumar
svn-id: r50985
2010-07-18Some more improvements in the TestbedListWidget and added description method ↵Neeraj Kumar
in testsuite class svn-id: r50984
2010-07-18a few more modifications in the testsuite selection widgetNeeraj Kumar
svn-id: r50983
2010-07-17Implemented scrollable checkbox like behaviour using ListWidgetNeeraj Kumar
svn-id: r50971
2010-07-15separated testsuite configuration to another classNeeraj Kumar
svn-id: r50918
2010-07-14Fix warningsMax Horn
svn-id: r50899
2010-07-14Some code formatting fixesJordi Vilalta Prat
svn-id: r50893
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
svn-id: r50885
2010-07-13Added code to enable testsuite selection using checkboxesNeeraj Kumar
svn-id: r50850
2010-07-11improved the scaling test to have a rectangle of estimated size of scaled ↵Neeraj Kumar
cursor the scaled cursor should entirely cover that estimated rectangle svn-id: r50802
2010-07-11a correction in palette rotationsNeeraj Kumar
svn-id: r50797
2010-07-10switched testbed detection code to advance detector, doesn't bails out when ↵Neeraj Kumar
game data not found svn-id: r50789
2010-07-08restore initial palettes when done with rotationNeeraj Kumar
svn-id: r50749
2010-07-08implemented rainbow palette rotationNeeraj Kumar
svn-id: r50748
2010-07-07commented out rotation as of now, avoids 6s delay which shows blankNeeraj Kumar
svn-id: r50740
2010-07-07Added code to draw rainbow palette using HSV and converting it to RGBNeeraj Kumar
svn-id: r50739
2010-07-06some minor fixes in cursor handlingNeeraj Kumar
svn-id: r50726
2010-07-05added code to revert back to 8bpp from other formatsNeeraj Kumar
svn-id: r50714
2010-07-05Added couple of checks in Event handlingNeeraj Kumar
svn-id: r50713
2010-07-05made Quit and RTL features workingNeeraj Kumar
svn-id: r50711
2010-07-04fixed a typo in keyborad eventsNeeraj Kumar
svn-id: r50658