aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/chunk.cpp
AgeCommit message (Collapse)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-10-28SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclassMax Horn
svn-id: r24546
2006-10-28SCUMM: Fix what I believe is a long-standing bug in FileChunk::reseek()Max Horn
svn-id: r24545
2006-10-28SCUMM: Changed class Chunk (and subclasses) to inherit from ↵Max Horn
Common::SeekableReadStream svn-id: r24544
2006-10-15Replaced Chunk::ChunkString by tag2strMax Horn
svn-id: r24325
2006-10-14Reenable INSANE warning. No check is required.Eugene Sandulenko
svn-id: r24309
2006-10-13Oops. rv last commit.Eugene Sandulenko
svn-id: r24291
2006-10-13Reenable incorrectly compressed files warningEugene Sandulenko
svn-id: r24290
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵Max Horn
ScummEngine_v6 in a few cases) svn-id: r24169
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-05-18Give more feedback to users who misused our SAN compression tool and ignoredEugene Sandulenko
FLU index for cideos which are used by INSANE. svn-id: r22506
2006-04-23Change some uses of ScummFile to the more generic BaseScummFileMax Horn
svn-id: r22113
2006-04-23Modified openFile and openResourceFile to take a Common::String instead of a ↵Max Horn
char pointer svn-id: r22112
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
svn-id: r21038
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582