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
/
scumm
/
smush
/
chunk.h
Age
Commit message (
Expand
)
Author
2005-06-26
Avoid creating lots of file handles, reuse them instead (this relies on files...
Max Horn
2005-04-03
Removed reinit() and replaced with offsets of zero. We only need to skip type...
Travis Howell
2005-03-07
Allocate new file objects (and real new file handles) for subchunks/subfiles ...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-07-26
Load SMUSH files and NUT fonts from mac container files, too (done that by ad...
Max Horn
2004-06-28
Added simple ref-counting to the File class
Max Horn
2004-06-27
Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...
Max Horn
2004-01-25
Fixed plenty of bugs:
Eugene Sandulenko
2004-01-06
updated copyright notice
Max Horn
2003-12-08
First INSANE scene started to show up things. Actually you can control
Eugene Sandulenko
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-05-25
renamed ContChunk -> MemoryChunk; avoid code duplication by introducing BaseC...
Max Horn
2003-03-17
reorg/clenup, changed main loop in smush code
Paweł Kołodziejski
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more pedantic cleanup
Paweł Kołodziejski
2002-09-15
improved open function in File class
Paweł Kołodziejski
2002-08-30
some cleanup
Paweł Kołodziejski
2002-08-25
Yet another char issue, caused balance out of range error
Ruediger Hanke
2002-08-24
endian fixes; cleanup
Max Horn
2002-08-24
changed name from Chunck to Chunk
Paweł Kołodziejski