aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/resource.h
AgeCommit message (Expand)Author
2009-04-25SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudioWalter van Niftrik
2009-04-25WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ...Filippos Karapetis
2009-04-03Changed some references from "FreeSCI" to "SCI" or "ScummVM"Filippos Karapetis
2009-03-30Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks...Filippos Karapetis
2009-03-26SCI: Match signature of readResourceMapSCI0 and readResourceMapSCI1 (helpful ...Max Horn
2009-03-11ResourceManager: Greg Frieger
2009-03-11ResourceManager: Greg Frieger
2009-03-11SCI: Formatting changes (using astyle)Max Horn
2009-03-10Resource decompression functions moved to scicore\decompressor.cpp and turned...Greg 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-07Map/volume loader and version detection functions cleaned and reworked.Greg Frieger
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-04SCI: Fix warningsMax Horn
2009-03-03- ResourceManager uses HashMap to store and access resource info.Greg Frieger
2009-03-02Gave decompression methods more descriptive names. Some cleanupFilippos Karapetis
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-27Fix code formattingEugene Sandulenko
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn