aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/decompress01.cpp
AgeCommit message (Collapse)Author
2009-02-21SCI: Changed getUInt16->READ_UINT16 and putInt16->WRITE_UINT16 in ↵Max Horn
scicore/decompress01.cpp svn-id: r38738
2009-02-21SCI: Changed decompressors to take advantage of ↵Max Horn
Common::ReadStream::readUint16LE; cleanup svn-id: r38733
2009-02-21revert large parts of r38621. error() is for fatal errors and does not ↵Willem Jan Palenstijn
return. warning() is not for debugging status messages. svn-id: r38696
2009-02-21replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIANJoost Peters
svn-id: r38689
2009-02-21formatingPaweł Kołodziejski
svn-id: r38688
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
svn-id: r38676
2009-02-21SCI: Fixed more warningsMax Horn
svn-id: r38658
2009-02-20Changed more messages to warnings/errorsFilippos Karapetis
svn-id: r38621
2009-02-20SCI: Started rewriting file handling. Warning: This will likely introduceMax Horn
regressions, but we just have to start somewhere. - factored out some common code in engine/kfile.cpp into a separate func - replaced many uses of chdir, getcwd, sci_init_dir etc. by equivalent or better functionality from SearchMan etc. - replaced many uses of sci_open and sci_fopen by using Common::File and Common::Stream - C++ified some stuff - simplified ResourceSource a bit (loosing some unused functionality) svn-id: r38597
2009-02-17Update headers. scicore/Eugene Sandulenko
svn-id: r38411
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: scicore dir svn-id: r38318
2009-02-15cleanup, fixed warningsMax Horn
svn-id: r38282
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227