aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
2010-06-17added a FS test to open and read a file from the game-data dirNeeraj Kumar
2010-06-17few fixes in GFX tests, added template for FS testsNeeraj Kumar
2010-06-16some changes in scaling and overlayNeeraj Kumar
2010-06-15some changes in the display textsNeeraj Kumar
2010-06-15added/fixed some features in palettized cursors/aspect ratio correction etc.Neeraj Kumar
2010-06-14added some features suggested by jordi, needs more work althoughNeeraj Kumar
2010-06-14some minor change as per CFCNeeraj Kumar
2010-06-13added code for testing shake, focus, overlay, scaling, need to fix more some ...Neeraj Kumar
2010-06-13removed obsolete commentsNeeraj Kumar
2010-06-13improved aspect ratio correction and cursor tests, added test for iconifying ...Neeraj Kumar
2010-06-11added code for ellipse drawing (Aspect ratio correction), fixed some more for...Neeraj Kumar
2010-06-10some minor changes in the testsuite structure, reduced no. of files per tests...Neeraj Kumar
2010-06-08added working test for palettized cursors, tests mouse events as wellNeeraj Kumar
2010-06-08updated my outdate copy of trunk, added couple of more tests in gfxtestsNeeraj Kumar
2010-06-07Fix gcc warning about an comparison which is always false due to data type ra...Johannes Schickel
2010-06-07Allow for the other audio36 patch naming schemes (Mac and some Torin ones).Matthew Hoops
2010-06-07Added extra positioning and dummy depths surface so that the introduction cut...Paul Gilbert
2010-06-07Changed a create call to setSize to fix compiler errorPaul Gilbert
2010-06-07Initial conversion of the AnimviewView class to use the expanded MadsAnimatio...Paul Gilbert
2010-06-07Some initial code for audio36 and sync36 patch supportFilippos Karapetis
2010-06-07Moved destruction of globals and resource manager to common M4 engine base cl...Paul Gilbert
2010-06-07SCI: Relax signature of kCreateTextBitmap.Walter van Niftrik
2010-06-07SCI: Adjust kGetSaveFiles for SCI32.Walter van Niftrik
2010-06-07Change some kString subops to use the raw string directly instead of through ...Matthew Hoops
2010-06-06Now that EngineState is not deleted when loading games, we can move some more...Filippos Karapetis
2010-06-06Throw a warning in kString(At) if the index is out-of-bounds instead of havin...Matthew Hoops
2010-06-06some minor modifications in function args,use of inline specifierNeeraj Kumar
2010-06-06add missing decodeNextAnimationFrame in default case for sequence 9Gregory Montoir
2010-06-06polished the interface to interact with testsuites, added code to report test...Neeraj Kumar
2010-06-06fix sequence frame numbering (decrement if getCurFrame now returns the last d...Gregory Montoir