aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/resman.cpp
AgeCommit message (Expand)Author
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-31Re-added Revolution Software copyright to BS2 engineMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-01Removed obsolete 'if' (resp. replaced it by an assert)Max Horn
2007-03-01Got rid of another use of File::incRef/decRefMax Horn
2007-02-17Removed some dead code, updated a warning messageMax Horn
2007-01-27Stop movie lead-in/out when restarting the game (as I already claimed in aTorbjörn Andersson
2007-01-26Added separate function for playing cutscene lead-in/out sounds, and made sureTorbjörn Andersson
2006-07-08Slightly more verbose debug message.Torbjörn Andersson
2006-05-24Only check if the files on "CD 0" are present. The others are requested withTorbjörn Andersson
2006-05-18Initialise _resList to avoid crash (from freeing an invalid pointer) if theTorbjörn Andersson
2006-04-26Do not call static class methods as if they were instance methodsMax Horn
2006-04-26If the resource manager fails to initialize itself properly, instead ofTorbjörn Andersson
2006-04-16Do not override the 'directory' param when dumping BS2 resourcesMax Horn
2006-04-01Guard against too many entries in resource.inf, since there has been a TODOTorbjörn Andersson
2006-04-01Simplified the loading of resource.infTorbjörn Andersson
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-17Removed includes from sword2.h so that (hopefully) there will eventually beTorbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn