aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/decompress1.cpp
AgeCommit message (Expand)Author
2009-03-10Resource decompression functions moved to scicore\decompressor.cpp and turned...Greg Frieger
2009-03-06Cleanup and unification. Merged decryptinit3() inside decrypt3() Filippos Karapetis
2009-03-05Added a missing NULLingSven Hesse
2009-03-03Merged unpackDCL_hdyn() and unpackDCL() and removed some unused codeFilippos Karapetis
2009-03-02Gave decompression methods more descriptive names. Some cleanupFilippos Karapetis
2009-03-01SCI: Unified some of the decompression funcs (they share so much code, would ...Max Horn
2009-03-01SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ...Max Horn
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28clean up some warningsAndre Heider
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-22SCI: Resolve FIXME in decompression codeMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Untangling #include dependencies a bitMax Horn
2009-02-21SCI: Changed decompressors to take advantage of Common::ReadStream::readUint1...Max Horn
2009-02-21revert large parts of r38621. error() is for fatal errors and does not return...Willem Jan Palenstijn
2009-02-21replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIANJoost Peters
2009-02-21formatingPaweł Kołodziejski
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21SCI: Fixed more warningsMax Horn
2009-02-20Switch errors back to warnings, to fix SCI 1.1 regressions.Travis Howell
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
2009-02-20Used parentheses to indicate operator precedence (I hope I got them right)Filippos Karapetis
2009-02-20SCI: Started rewriting file handling. Warning: This will likely introduceMax Horn
2009-02-17Update headers. scicore/Eugene Sandulenko
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting G...Max Horn
2009-02-15- Remove some unneeded filesEugene Sandulenko