aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/wagparser.cpp
AgeCommit message (Expand)Author
2016-02-02AGI: Fix formatting.Johannes Schickel
2015-11-27AGI: Removed excess checkEugene Sandulenko
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-06ALL: Fix typo (succesful -> successful)Willem Jan Palenstijn
2013-04-21AGI: Fix delete/delete[]Willem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-07-16Cleanup.Torbjörn Andersson
2010-01-21Silenced some cppcheck warnings.Torbjörn Andersson
2009-07-14Remove ioFailed() usage from AGI engine.Kari Salminen
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2008-10-23Pushed down some header depsMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30AGI: Simplify WagFileParser by not reading data into a memory stream first (t...Max Horn
2008-09-30AGI: Got rid of yet another unwarranted use of FSNode::getPathMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-14Patch #1735773: "WAG file parsing patch to AGI's fallback detector".Eugene Sandulenko