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.cpp
Age
Commit message (
Expand
)
Author
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-28
Partial fix for bug #885488 (Some INSANE trouble)
Eugene Sandulenko
2004-01-25
Fixed plenty of bugs:
Eugene Sandulenko
2004-01-06
updated copyright notice
Max Horn
2003-12-18
o Merged some variables into array, so simplifying the code
Eugene Sandulenko
2003-12-15
o Outstanding seeking bug is fixed
Eugene Sandulenko
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-10-02
renamed namespace ScummVM to Common
Max Horn
2003-09-24
Whitespace changes
Torbjörn Andersson
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h
Max Horn
2003-06-21
cleanup
Max Horn
2003-06-07
adhere to our coding style conventions; removed some unneccessary code
Max Horn
2003-05-25
renamed ContChunk -> MemoryChunk; avoid code duplication by introducing BaseC...
Max Horn
2003-05-21
yet more pedantic warning fixes
Max Horn
2003-04-30
som changes to make Palm OS happy
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-10-23
don't use strdup
Max Horn
2002-09-15
improved open function in File class
Paweł Kołodziejski
2002-09-13
some changes to allow me to play The Dig directly from CD (be nice if upper c...
Max Horn
2002-08-31
fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/re...
Max Horn
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-25
fixed names
Paweł Kołodziejski
2002-08-24
changed name from Chunck to Chunk
Paweł Kołodziejski