aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/chunk.cpp
AgeCommit message (Collapse)Author
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10152
2003-06-21cleanupMax Horn
svn-id: r8589
2003-06-07adhere to our coding style conventions; removed some unneccessary codeMax Horn
svn-id: r8376
2003-05-25renamed ContChunk -> MemoryChunk; avoid code duplication by introducing ↵Max Horn
BaseChunk svn-id: r7935
2003-05-21yet more pedantic warning fixesMax Horn
svn-id: r7796
2003-04-30som changes to make Palm OS happyMax Horn
svn-id: r7216
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
svn-id: r6817
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more pedantic cleanupPaweł Kołodziejski
svn-id: r6707
2002-10-23don't use strdupMax Horn
svn-id: r5285
2002-09-15improved open function in File classPaweł Kołodziejski
svn-id: r4945
2002-09-13some changes to allow me to play The Dig directly from CD (be nice if upper ↵Max Horn
case names are used...) svn-id: r4936
2002-08-31fixed compilation on Mac OS X; some cleanup; moved header file ↵Max Horn
scumm/smusH/rect.h to common/rect.h svn-id: r4877
2002-08-30some cleanupPaweł Kołodziejski
svn-id: r4870
2002-08-25Yet another char issue, caused balance out of range errorRuediger Hanke
svn-id: r4859
2002-08-25fixed namesPaweł Kołodziejski
svn-id: r4854
2002-08-24changed name from Chunck to ChunkPaweł Kołodziejski
svn-id: r4829