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
/
sword2
/
resman.cpp
Age
Commit message (
Expand
)
Author
2007-05-31
Re-added Revolution Software copyright to BS2 engine
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-01
Removed obsolete 'if' (resp. replaced it by an assert)
Max Horn
2007-03-01
Got rid of another use of File::incRef/decRef
Max Horn
2007-02-17
Removed some dead code, updated a warning message
Max Horn
2007-01-27
Stop movie lead-in/out when restarting the game (as I already claimed in a
Torbjörn Andersson
2007-01-26
Added separate function for playing cutscene lead-in/out sounds, and made sure
Torbjörn Andersson
2006-07-08
Slightly more verbose debug message.
Torbjörn Andersson
2006-05-24
Only check if the files on "CD 0" are present. The others are requested with
Torbjörn Andersson
2006-05-18
Initialise _resList to avoid crash (from freeing an invalid pointer) if the
Torbjörn Andersson
2006-04-26
Do not call static class methods as if they were instance methods
Max Horn
2006-04-26
If the resource manager fails to initialize itself properly, instead of
Torbjörn Andersson
2006-04-16
Do not override the 'directory' param when dumping BS2 resources
Max Horn
2006-04-01
Guard against too many entries in resource.inf, since there has been a TODO
Torbjörn Andersson
2006-04-01
Simplified the loading of resource.inf
Torbjörn Andersson
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-17
Removed includes from sword2.h so that (hopefully) there will eventually be
Torbjörn Andersson
2006-02-11
Moved engines to the new engines/ directory
Max Horn