aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
2010-06-15SCI: Move _associatedMap to VolumeResourceSource and make it constMax Horn
2010-06-15SCI: Move _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSourceMax Horn
2010-06-15SCI: cleanupMax Horn
2010-06-15SCI: Get rid of ugly resMan params to ResourceSource methodsMax Horn
2010-06-15SCI: Merge ResourceManager::checkIfAudioVolumeIsCompressed into AudioVolumeRe...Max Horn
2010-06-15SCI: Make ResourceSource::_resourceFile constMax Horn
2010-06-15SCI: Revise how ResourceManager is instantiated.Max Horn
2010-06-15SCI: Rename ResourceSource members to follow _camelCase conventionMax Horn
2010-06-15SCI: Pass volume number to ResourceSource subclass constructors; make Resourc...Max Horn
2010-06-15SCI: Add loadResource impls for WaveResourceSource and AudioVolumeResourceSourceMax Horn
2010-06-15SCI: Add loadResource impls to MacResourceForkResourceSource and PatchResourc...Max Horn
2010-06-15SCI: Move code from ResourceManager::loadResource to ResourceSource::loadReso...Max Horn
2010-06-15SCI: Rename ResourceSource::resourceFile to _resourceFileMax Horn
2010-06-15SCI: Merge MacResourceForkResourceSource::scanSource and ResourceManager::rea...Max Horn
2010-06-15SCI: Add virtual method ResourceSource::scanSourceMax Horn
2010-06-15SCI: Change ResourceManager::getVolume() to use new classesMax Horn
2010-06-15SCI: Remove 'map' param from addSource, and let AudioVolumeResourceSource sub...Max Horn
2010-06-15SCI: Convert code to use ResourceSource subclassesMax Horn
2010-06-15SCI: Add ResourceSource subclasses, one for each typeMax Horn
2010-06-15SCI: Changed some 'const char *' to Common::StringMax Horn
2010-06-15SCI: Change ResourceSource to a class, further OOPify it.Max Horn
2010-06-15SCI: Only use MacResManager if needed; start to OOPify ResourceSourceMax Horn
2010-06-15SCI: Move ResourceSource to new header resource_intern.hMax Horn
2010-06-13Added a default constructor for the ResourceSource structFilippos Karapetis
2010-06-12Initialize compression-related variables when loading external patch files. F...Filippos Karapetis
2010-06-10Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a...Matthew Hoops
2010-06-08SCI: check for SOL header in audio36 patchesMartin Kiewitz
2010-06-08Fixed compilation when the SCI32 code is disabledFilippos Karapetis
2010-06-08SCI: use base36 sync/audio patches for sci1.1 as well and also check if patch...Martin Kiewitz
2010-06-08Add a version check for base36 encoded patches - they were introduced in SCI2Filippos Karapetis
2010-06-07SCI: slight cleanup on processPatch, etc.Martin Kiewitz
2010-06-07SCI: fix regression from #49484, we were ignoring 65535 patches and this brok...Martin Kiewitz
2010-06-07Added support for SCI2+ base36 encoded patches (audio36 and sync36)Filippos Karapetis
2010-06-07Fix gcc warning about an comparison which is always false due to data type ra...Johannes Schickel
2010-06-07Allow for the other audio36 patch naming schemes (Mac and some Torin ones).Matthew Hoops
2010-06-07Some initial code for audio36 and sync36 patch supportFilippos Karapetis
2010-06-06Now opening all files via getVolumeFile()Filippos Karapetis
2010-06-05Rewrote the remaining parts of the ResourceManager class to work with file st...Filippos Karapetis
2010-06-02- Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b...Filippos Karapetis
2010-06-02If we can't find the game object or game ID in fallback detection, break out ...Matthew Hoops
2010-06-02Fix warningMax Horn
2010-06-01Fixed the detection of SCI2.1 games in the fallback detectorFilippos Karapetis
2010-06-01Add support for SCI2.1 resource patches to the fallback detectorFilippos Karapetis
2010-05-30Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1...Filippos Karapetis
2010-05-30Fixed findGameObject() for SCI11 gamesFilippos Karapetis
2010-05-29Removed the hack inside findGameObject(), and replaced it with code from the ...Filippos Karapetis
2010-05-29Fixed regression in SCI2-SCI21 games from commit 49308Filippos Karapetis
2010-05-29Added a method to the resource manager, to limit the places where script expo...Filippos Karapetis
2010-05-27Added an explanation for audio36 and sync36 external patchesFilippos Karapetis
2010-05-27Split all of the audio-related functions of the resource manager in a separat...Filippos Karapetis