aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
AgeCommit message (Collapse)Author
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
2010-07-03added code for mouse and kbd eventsNeeraj Kumar
svn-id: r50633
2010-07-02added processing of quit eventNeeraj Kumar
svn-id: r50590
2010-07-01testbed now keeps a list of executed testsuitesNeeraj Kumar
svn-id: r50545
2010-06-29removed all printfs, added logging feature in form of logPrintfNeeraj Kumar
svn-id: r50512
2010-06-28added template code for testing eventsNeeraj Kumar
svn-id: r50459
2010-06-28completed the datetime/timer/mutex testsNeeraj Kumar
svn-id: r50455
2010-06-28added code to test timers and mutexes, some issues with mutexes present althoughNeeraj Kumar
svn-id: r50444
2010-06-27added files for misc tests, implemented the datetime testNeeraj Kumar
svn-id: r50400
2010-06-26renamed the guards in header filesNeeraj Kumar
svn-id: r50344
2010-06-26split testsuite.h into testsuite.cppNeeraj Kumar
svn-id: r50322
2010-06-26the ScummVM header included to all source filesNeeraj Kumar
svn-id: r50320
2010-06-26completed the savefile testsNeeraj Kumar
svn-id: r50319
2010-06-25added savegame testsNeeraj Kumar
svn-id: r50290
2010-06-25some more refinements to FS and GFX testsNeeraj Kumar
svn-id: r50286
2010-06-25improved the pixel and other gfx testsNeeraj Kumar
svn-id: r50264
2010-06-25added code to test 16+ bit pixel formatsNeeraj Kumar
svn-id: r50257
2010-06-24added palette rotation testNeeraj Kumar
svn-id: r50220
2010-06-22some more filesystem related tweaksNeeraj Kumar
svn-id: r50167
2010-06-22modified the filesystem test, added a script to directly create the ↵Neeraj Kumar
game-data-directory, no zip file required svn-id: r50140
2010-06-21crash with 3x sacling with cursors of odd dimmensionsNeeraj Kumar
svn-id: r50123
2010-06-21fixed couple of leaks in testbed/fs.cpp, removed some unecesarry code from ↵Neeraj Kumar
graphics.cpp/graphics.h svn-id: r50119
2010-06-19some more changes with GFX and FS testsNeeraj Kumar
svn-id: r50064
2010-06-18added testcase for writing files in the filesystemNeeraj Kumar
svn-id: r50009
2010-06-17added a FS test to open and read a file from the game-data dirNeeraj Kumar
svn-id: r49948
2010-06-17few fixes in GFX tests, added template for FS testsNeeraj Kumar
svn-id: r49925
2010-06-16some changes in scaling and overlayNeeraj Kumar
svn-id: r49904