aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.cpp
AgeCommit message (Collapse)Author
2014-02-18TESTBED: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-07TESTBED: Cleanup boolean use in enable() function for fs and midi testsJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration ↵Neeraj Kumar
specific static variables. 2. Modified code to handle the change 3. Updated the previously merged obsolete copy of branch gsoc2010-testbed. svn-id: r52973
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
svn-id: r52081
2010-08-12TESTBED: display appropriate message at begining if game-data files are not ↵Neeraj Kumar
found svn-id: r52042
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-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-18Some more improvements in the TestbedListWidget and added description method ↵Neeraj Kumar
in testsuite class svn-id: r50984
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-10switched testbed detection code to advance detector, doesn't bails out when ↵Neeraj Kumar
game data not found svn-id: r50789
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-26the ScummVM header included to all source filesNeeraj Kumar
svn-id: r50320
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-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-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