aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/resman.cpp
AgeCommit message (Expand)Author
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-15SWORD2: Add assert()s prompted by code analysis warnings.Torbjörn Andersson
2010-10-15SWORD2: Fix some code analysis warnings (bug #3087857)Torbjörn Andersson
2010-01-03Change BS 1 & 2 to I & II (see discussion on -devel)Max Horn
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-10-01Fix free/delete/delete[] mismatches. Patch by salty-horseWillem Jan Palenstijn
2009-07-29SWORD1 & SWORD2: Replaced ioFailed by err+eosMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-04-18sword2: add support for BS2 PSX demoFabio Battaglia
2009-04-07Sword2: PSX version support, and GMM loading/savingFabio Battaglia
2008-12-03Changed readLine_OLD() to readLine_NEW(). I guess both this and the previousTorbjörn Andersson
2008-10-02Engine class changed:Max Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-13SWORD2 works with the new GMM implementationChristopher Page
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