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