aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
2010-08-07SCI: Changed a warning into a debugCFilippos Karapetis
2010-08-03SCI: Hopefully fix signedness warning with some compilersMatthew Hoops
2010-08-03SCI: Add support for SCI2.1 chunk resourcesMatthew Hoops
2010-08-02SCI: Fix leaks in ResourceManager::listResources caller code.Johannes Schickel
2010-08-02SCI: Cleanup SCI0 late version detectionMatthew Hoops
2010-08-02SCI: Fix bug #3037055: Jones in the Fast Lane EGA - fails to startMatthew Hoops
2010-07-28SCI: Fix bug #3035737 - SCI Fan Games: Incorrect Version DetectionMatthew Hoops
2010-07-25Fixed LSL6 hires resources, speech and lip sync work now (thanks to a discuss...Filippos Karapetis
2010-07-20SCI: Fixed an off-by-one error in the resource manager - it tried to load pat...Filippos Karapetis
2010-07-18Cleanup and simplify resource type remapping.Matthew Hoops
2010-07-18In SCI2.1, the type numbers inside resource maps/patches have changed slightl...Matthew Hoops
2010-07-17Add support for the altres.map/altres.000 map/volume pair in KQ7.Matthew Hoops
2010-07-16SCI: adding fixme and error() to fix crash when trying to run unmodified gk2Martin Kiewitz
2010-06-25SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga...Martin Kiewitz
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