aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/wagparser.cpp
AgeCommit message (Collapse)Author
2010-07-16Cleanup.Torbjörn Andersson
svn-id: r50928
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
svn-id: r47427
2009-07-14Remove ioFailed() usage from AGI engine.Kari Salminen
svn-id: r42495
2009-01-30do not include common/debug.h from common/util.hMax Horn
svn-id: r36143
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / ↵Max Horn
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014
2008-10-23Pushed down some header depsMax Horn
svn-id: r34845
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-30AGI: Simplify WagFileParser by not reading data into a memory stream first ↵Max Horn
(this was there to improve performance on systems with slow seeking; those systems should use another approach, see scummvm-devel) svn-id: r34711
2008-09-30AGI: Got rid of yet another unwarranted use of FSNode::getPathMax Horn
svn-id: r34710
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-14Patch #1735773: "WAG file parsing patch to AGI's fallback detector".Eugene Sandulenko
Slightly modified, split into separate files. svn-id: r27401