aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore
AgeCommit message (Expand)Author
2009-03-11Formatting.Johannes Schickel
2009-03-11More clean-ups in decompression classesGreg Frieger
2009-03-11SCI: Formatting changes (using astyle)Max Horn
2009-03-11SCI: Fix warningMax Horn
2009-03-11Some clean-up of DecompressorComp3 classGreg Frieger
2009-03-10Yet another few tiny formatting fixes.Johannes Schickel
2009-03-10Formatting.Johannes Schickel
2009-03-10Made Decompressor's destructor virtual. (fixes compilation and should fix pos...Johannes Schickel
2009-03-10Resource decompression functions moved to scicore\decompressor.cpp and turned...Greg Frieger
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-08Added more missing NULLingSven Hesse
2009-03-08Restore potentially useful info deleted in r39188Willem Jan Palenstijn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-08SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header fileMax Horn
2009-03-08SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16Max Horn
2009-03-08SCI: Added new header gfx/font.h and removed some dead codeMax Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-07Removed unused codeFilippos Karapetis
2009-03-07Fixed crash when reading some SCI1 resource mapGreg Frieger
2009-03-07Added detection of SCI1.1 and SCI32 resource volumesGreg Frieger
2009-03-07Merged scicore/resource_map.cpp and scicore/resource_patch.cpp to scicore/res...Greg Frieger
2009-03-07Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1Greg Frieger
2009-03-07Use map/volume versions from detection.cpp if setGreg Frieger
2009-03-07Map/volume loader and version detection functions cleaned and reworked.Greg Frieger
2009-03-06Cleanup and unification. Merged decryptinit3() inside decrypt3() Filippos Karapetis
2009-03-05- Change Resource::LRU to use Common::ListGreg Frieger
2009-03-05Removed Resource.location_dir_nameGreg Frieger
2009-03-05readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-upsGreg Frieger
2009-03-05Added a missing NULLingSven Hesse
2009-03-04SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...Max Horn
2009-03-04SCI: Reduce header interdepsMax Horn
2009-03-04SCI: cleanupMax Horn
2009-03-04SCI: Fix warningsMax Horn
2009-03-03- ResourceManager uses HashMap to store and access resource info.Greg Frieger
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-02Slight cleanupFilippos Karapetis
2009-03-02Slight 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-03-01Fix warnings.Johannes Schickel
2009-03-01Added default kernel functions table to be used if vocab.999 can't be loaded ...Greg Frieger
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...Max Horn
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28clean up some warningsAndre Heider
2009-02-27Fix code formattingEugene Sandulenko
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn