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
/
scumm
/
smush
/
chunk.cpp
Age
Commit message (
Expand
)
Author
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-10-28
SCUMM: Take advantage of the fact that Chunk now is a ReadStream subclass
Max Horn
2006-10-28
SCUMM: Fix what I believe is a long-standing bug in FileChunk::reseek()
Max Horn
2006-10-28
SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableR...
Max Horn
2006-10-15
Replaced Chunk::ChunkString by tag2str
Max Horn
2006-10-14
Reenable INSANE warning. No check is required.
Eugene Sandulenko
2006-10-13
Oops. rv last commit.
Eugene Sandulenko
2006-10-13
Reenable incorrectly compressed files warning
Eugene Sandulenko
2006-10-07
Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...
Max Horn
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-05-18
Give more feedback to users who misused our SAN compression tool and ignored
Eugene Sandulenko
2006-04-23
Change some uses of ScummFile to the more generic BaseScummFile
Max Horn
2006-04-23
Modified openFile and openResourceFile to take a Common::String instead of a ...
Max Horn
2006-03-03
Moved ScummFile etc. to the new file.cpp / file.h
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn