Age | Commit message (Expand) | Author |
2010-06-28 | added code to test timers and mutexes, some issues with mutexes present although | Neeraj Kumar |
2010-06-27 | added files for misc tests, implemented the datetime test | Neeraj Kumar |
2010-06-26 | renamed the guards in header files | Neeraj Kumar |
2010-06-26 | split testsuite.h into testsuite.cpp | Neeraj Kumar |
2010-06-26 | the ScummVM header included to all source files | Neeraj Kumar |
2010-06-26 | completed the savefile tests | Neeraj Kumar |
2010-06-25 | added savegame tests | Neeraj Kumar |
2010-06-25 | some more refinements to FS and GFX tests | Neeraj Kumar |
2010-06-25 | improved the pixel and other gfx tests | Neeraj Kumar |
2010-06-25 | added code to test 16+ bit pixel formats | Neeraj Kumar |
2010-06-24 | added palette rotation test | Neeraj Kumar |
2010-06-22 | some more filesystem related tweaks | Neeraj Kumar |
2010-06-22 | modified the filesystem test, added a script to directly create the game-data... | Neeraj Kumar |
2010-06-21 | crash with 3x sacling with cursors of odd dimmensions | Neeraj Kumar |
2010-06-21 | fixed couple of leaks in testbed/fs.cpp, removed some unecesarry code from gr... | Neeraj Kumar |
2010-06-21 | added a zip file and a script to create desired directory structure | Neeraj Kumar |
2010-06-20 | added data-directory for testbed | Neeraj Kumar |
2010-06-19 | some more changes with GFX and FS tests | Neeraj Kumar |
2010-06-18 | added testcase for writing files in the filesystem | Neeraj Kumar |
2010-06-17 | added a FS test to open and read a file from the game-data dir | Neeraj Kumar |
2010-06-17 | few fixes in GFX tests, added template for FS tests | Neeraj Kumar |
2010-06-16 | some changes in scaling and overlay | Neeraj Kumar |
2010-06-15 | some changes in the display texts | Neeraj Kumar |
2010-06-15 | added/fixed some features in palettized cursors/aspect ratio correction etc. | Neeraj Kumar |
2010-06-14 | added some features suggested by jordi, needs more work although | Neeraj Kumar |
2010-06-14 | some minor change as per CFC | Neeraj Kumar |
2010-06-13 | added code for testing shake, focus, overlay, scaling, need to fix more some ... | Neeraj Kumar |
2010-06-13 | removed obsolete comments | Neeraj Kumar |
2010-06-13 | improved aspect ratio correction and cursor tests, added test for iconifying ... | Neeraj Kumar |
2010-06-11 | added code for ellipse drawing (Aspect ratio correction), fixed some more for... | Neeraj Kumar |
2010-06-10 | some minor changes in the testsuite structure, reduced no. of files per tests... | Neeraj Kumar |
2010-06-08 | added working test for palettized cursors, tests mouse events as well | Neeraj Kumar |
2010-06-08 | updated my outdate copy of trunk, added couple of more tests in gfxtests | Neeraj Kumar |
2010-06-07 | PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed... | Yotam Barnoy |
2010-06-07 | Fix gcc warning about an comparison which is always false due to data type ra... | Johannes Schickel |
2010-06-07 | Allow for the other audio36 patch naming schemes (Mac and some Torin ones). | Matthew Hoops |
2010-06-07 | Added extra positioning and dummy depths surface so that the introduction cut... | Paul Gilbert |
2010-06-07 | Changed a create call to setSize to fix compiler error | Paul Gilbert |
2010-06-07 | Initial conversion of the AnimviewView class to use the expanded MadsAnimatio... | Paul Gilbert |
2010-06-07 | Some initial code for audio36 and sync36 patch support | Filippos Karapetis |
2010-06-07 | Moved destruction of globals and resource manager to common M4 engine base cl... | Paul Gilbert |
2010-06-07 | SCI: Relax signature of kCreateTextBitmap. | Walter van Niftrik |
2010-06-07 | SCI: Adjust kGetSaveFiles for SCI32. | Walter van Niftrik |
2010-06-07 | Change some kString subops to use the raw string directly instead of through ... | Matthew Hoops |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |
2010-06-06 | Throw a warning in kString(At) if the index is out-of-bounds instead of havin... | Matthew Hoops |
2010-06-06 | some minor modifications in function args,use of inline specifier | Neeraj Kumar |
2010-06-06 | add missing decodeNextAnimationFrame in default case for sequence 9 | Gregory Montoir |
2010-06-06 | PSP: faster way of getting file size | Yotam Barnoy |
2010-06-06 | polished the interface to interact with testsuites, added code to report test... | Neeraj Kumar |