index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
testbed
/
fs.cpp
Age
Commit message (
Expand
)
Author
2011-06-07
TESTBED: Cleanup boolean use in enable() function for fs and midi tests
Julien
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-10-02
1. Added ConfigParams Singelton class to eliminate use of configuration speci...
Neeraj Kumar
2010-08-14
TESTBED: formatting fix, deleted spaces/tabs at end of line
Neeraj Kumar
2010-08-12
TESTBED: display appropriate message at begining if game-data files are not f...
Neeraj Kumar
2010-08-09
TESTBED: Some refinemnts related to skipping tests and display in GUI
Neeraj Kumar
2010-08-07
TESTBED: added checks to make sure the object is acquired before use, fixed a...
Neeraj Kumar
2010-08-07
TESTBED: fixed default disabling of FS testsuite when game data files are not...
Neeraj Kumar
2010-08-07
TESTBED: fix in fs tests
Neeraj Kumar
2010-07-30
TESTBED: added code to enable the mixer to simultaneously play channels, paus...
Neeraj Kumar
2010-07-18
Some more improvements in the TestbedListWidget and added description method ...
Neeraj Kumar
2010-07-14
Some code formatting fixes
Jordi Vilalta Prat
2010-07-14
Whitespace cleanup (mainly spaces and tabs at the end of line)
Jordi Vilalta Prat
2010-07-10
switched testbed detection code to advance detector, doesn't bails out when g...
Neeraj Kumar
2010-07-01
testbed now keeps a list of executed testsuites
Neeraj Kumar
2010-06-29
removed all printfs, added logging feature in form of logPrintf
Neeraj Kumar
2010-06-26
the ScummVM header included to all source files
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-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
fixed couple of leaks in testbed/fs.cpp, removed some unecesarry code from gr...
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