aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/chunk.cpp
AgeCommit message (Expand)Author
2008-09-13SCUMM: Got rid of class ChunkMax Horn
2008-09-13SCUMM: Merged class Chunk & FileChunkMax Horn
2008-09-13SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunkMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-10-28SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclassMax Horn
2006-10-28SCUMM: Fix what I believe is a long-standing bug in FileChunk::reseek()Max Horn
2006-10-28SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableR...Max Horn
2006-10-15Replaced Chunk::ChunkString by tag2strMax Horn
2006-10-14Reenable INSANE warning. No check is required.Eugene Sandulenko
2006-10-13Oops. rv last commit.Eugene Sandulenko
2006-10-13Reenable incorrectly compressed files warningEugene Sandulenko
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-05-18Give more feedback to users who misused our SAN compression tool and ignoredEugene Sandulenko
2006-04-23Change some uses of ScummFile to the more generic BaseScummFileMax Horn
2006-04-23Modified openFile and openResourceFile to take a Common::String instead of a ...Max Horn
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn