aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/decompressor.cpp
AgeCommit message (Expand)Author
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
2017-11-19SCI: Fix UB shifting negative integersColin Snover
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-02SCI: Fix potential (but probably very unlikely) memory leakTorbjörn Andersson
2011-06-25SCI: Fix incorrect usage of sizeofWillem Jan Palenstijn
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
2011-01-21COMMON: Move SCI's DCL decompression code to commonMatthew Hoops
2010-06-23SCI: dont write palette in reorderView() if there is no palette :PMartin Kiewitz
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-02-17SCI: Reduce header interdependenciesMax Horn
2010-01-06SCI: Fix overflow in LZS decompressorWalter van Niftrik
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-08-30SCI: CleanupWalter van Niftrik
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-05-20removed trailing whitespacesMax Horn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis