aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
2010-07-06some minor fixes in cursor handlingNeeraj Kumar
2010-07-05added code to revert back to 8bpp from other formatsNeeraj Kumar
2010-07-05Added couple of checks in Event handlingNeeraj Kumar
2010-07-05made Quit and RTL features workingNeeraj Kumar
2010-07-04fixed a typo in keyborad eventsNeeraj Kumar
2010-07-03added code for mouse and kbd eventsNeeraj Kumar
2010-07-02added processing of quit eventNeeraj Kumar
2010-07-01testbed now keeps a list of executed testsuitesNeeraj Kumar
2010-06-29removed all printfs, added logging feature in form of logPrintfNeeraj Kumar
2010-06-28added template code for testing eventsNeeraj Kumar
2010-06-28completed the datetime/timer/mutex testsNeeraj Kumar
2010-06-28added code to test timers and mutexes, some issues with mutexes present althoughNeeraj Kumar
2010-06-27added files for misc tests, implemented the datetime testNeeraj Kumar
2010-06-26renamed the guards in header filesNeeraj Kumar
2010-06-26split testsuite.h into testsuite.cppNeeraj Kumar
2010-06-26the ScummVM header included to all source filesNeeraj Kumar
2010-06-26completed the savefile testsNeeraj Kumar
2010-06-25added savegame testsNeeraj Kumar
2010-06-25some more refinements to FS and GFX testsNeeraj Kumar
2010-06-25improved the pixel and other gfx testsNeeraj Kumar
2010-06-25added code to test 16+ bit pixel formatsNeeraj Kumar
2010-06-24added palette rotation testNeeraj Kumar
2010-06-22some more filesystem related tweaksNeeraj Kumar
2010-06-22modified the filesystem test, added a script to directly create the game-data...Neeraj Kumar
2010-06-21crash with 3x sacling with cursors of odd dimmensionsNeeraj Kumar
2010-06-21fixed couple of leaks in testbed/fs.cpp, removed some unecesarry code from gr...Neeraj Kumar
2010-06-19some more changes with GFX and FS testsNeeraj Kumar
2010-06-18added testcase for writing files in the filesystemNeeraj Kumar