aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/decompressor.cpp
AgeCommit message (Collapse)Author
2011-06-25SCI: Fix incorrect usage of sizeofWillem Jan Palenstijn
Thanks to salty-horse for the reports.
2011-06-23SCI: Allocate decompression buffers on the heapJulien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-01-21COMMON: Move SCI's DCL decompression code to commonMatthew Hoops
svn-id: r55367
2010-06-23SCI: dont write palette in reorderView() if there is no palette :PMartin Kiewitz
svn-id: r50184
2010-05-04Move DebugChannel related code to new headerMax Horn
svn-id: r48935
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
svn-id: r48821
2010-02-17SCI: Reduce header interdependenciesMax Horn
svn-id: r48086
2010-01-06SCI: Fix overflow in LZS decompressorWalter van Niftrik
svn-id: r47090
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
svn-id: r46379
2009-08-30SCI: CleanupWalter van Niftrik
svn-id: r43811
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-26Turned some static tables into static const tables; added some FIXME ↵Max Horn
comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) svn-id: r40908
2009-05-20removed trailing whitespacesMax Horn
svn-id: r40742
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
- Moved /scicore/sciconsole.h into /engine, and renamed /engine/scriptconsole.cpp to /engine/sciconsole.cpp svn-id: r40608