aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/chunk.cpp
AgeCommit message (Expand)Author
2005-06-26Avoid creating lots of file handles, reuse them instead (this relies on files...Max Horn
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-04-03Removed reinit() and replaced with offsets of zero. We only need to skip type...Travis Howell
2005-04-02_data is a ScummFile, not a chunk, so it should use SEEK_SET, notTorbjörn Andersson
2005-04-01Seek from start pos, not cur pos.Travis Howell
2005-04-01Checked code against disasm., an offset of 8 is correct when rewinding san vi...Travis Howell
2005-03-07Allocate new file objects (and real new file handles) for subchunks/subfiles ...Max Horn
2005-01-01Updated copyrightMax Horn
2004-07-26Load SMUSH files and NUT fonts from mac container files, too (done that by ad...Max Horn
2004-06-28Added simple ref-counting to the File classMax Horn
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...Max Horn
2004-01-28Partial fix for bug #885488 (Some INSANE trouble)Eugene Sandulenko
2004-01-25Fixed plenty of bugs:Eugene Sandulenko
2004-01-06updated copyright noticeMax Horn
2003-12-18o Merged some variables into array, so simplifying the codeEugene Sandulenko
2003-12-15 o Outstanding seeking bug is fixedEugene Sandulenko
2003-12-08First INSANE scene started to show up things. Actually you can controlEugene Sandulenko
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-06-21cleanupMax Horn
2003-06-07adhere to our coding style conventions; removed some unneccessary codeMax Horn
2003-05-25renamed ContChunk -> MemoryChunk; avoid code duplication by introducing BaseC...Max Horn
2003-05-21yet more pedantic warning fixesMax Horn
2003-04-30som changes to make Palm OS happyMax Horn
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more pedantic cleanupPaweł Kołodziejski
2002-10-23don't use strdupMax Horn
2002-09-15improved open function in File classPaweł Kołodziejski
2002-09-13some changes to allow me to play The Dig directly from CD (be nice if upper c...Max Horn
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/re...Max Horn
2002-08-30some cleanupPaweł Kołodziejski
2002-08-25Yet another char issue, caused balance out of range errorRuediger Hanke
2002-08-25fixed namesPaweł Kołodziejski
2002-08-24changed name from Chunck to ChunkPaweł Kołodziejski