aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
2010-06-20Cleaner fix for the QFG4 demo audio map problem.Matthew Hoops
2010-06-20Ignore the broken 65535x.map file in the QFG4 demo, mistakenly picked up when...Matthew Hoops
2010-06-19SCI: changing error to warning in ResMan::detectViewType()Martin Kiewitz
2010-06-18SCI: not using views coming from patch files anymore for detecting view typeMartin Kiewitz
2010-06-18Don't throw a warning when we can't find hires contentFilippos Karapetis
2010-06-18SCI: Unbreak diskdump console command, maybe othersLars Skovlund
2010-06-18SCI: changing error to warning inside detectHires() for gk1 to work again...Martin Kiewitz
2010-06-18SCI: reverting #49978, it worked correctly. the new values contain the full h...Martin Kiewitz
2010-06-18Fixed a bug in detectHires(), so that it actually worksFilippos Karapetis
2010-06-17Renamed error -> errorNum to avoid name clashes with error()Filippos Karapetis
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-16SCI: Avoid using g_sci in resman (as it might not yet be inited)Max Horn
2010-06-15SCI: Pass resman to scanSource() methodsMax Horn
2010-06-15SCI: Add Resource::getNumber methodMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15SCI: Make Resource::_id protectedMax Horn
2010-06-15SCI: OOpify class ResourceIdMax Horn
2010-06-15SCI: Add ResourceManager::getVolVersion()Max Horn
2010-06-15Reduce header dependenciesMax Horn
2010-06-15SCI: Move decompress & readResourceInfo to Resource; more cleanupMax Horn
2010-06-15SCI: cleanupMax Horn
2010-06-15SCI: Move several methods from ResourceManager to ResourceMax Horn
2010-06-15SCI: Add ResourceManager::updateResource(); change some code to use addResour...Max Horn
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