Age | Commit message (Expand) | Author |
2010-07-28 | SCI: Fix bug #3035737 - SCI Fan Games: Incorrect Version Detection | Matthew Hoops |
2010-07-25 | Fixed LSL6 hires resources, speech and lip sync work now (thanks to a discuss... | Filippos Karapetis |
2010-07-20 | SCI: Fixed an off-by-one error in the resource manager - it tried to load pat... | Filippos Karapetis |
2010-07-18 | Cleanup and simplify resource type remapping. | Matthew Hoops |
2010-07-18 | In SCI2.1, the type numbers inside resource maps/patches have changed slightl... | Matthew Hoops |
2010-07-17 | Add support for the altres.map/altres.000 map/volume pair in KQ7. | Matthew Hoops |
2010-07-16 | SCI: adding fixme and error() to fix crash when trying to run unmodified gk2 | Martin Kiewitz |
2010-06-25 | SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga... | Martin Kiewitz |
2010-06-20 | Cleaner fix for the QFG4 demo audio map problem. | Matthew Hoops |
2010-06-20 | Ignore the broken 65535x.map file in the QFG4 demo, mistakenly picked up when... | Matthew Hoops |
2010-06-19 | SCI: changing error to warning in ResMan::detectViewType() | Martin Kiewitz |
2010-06-18 | SCI: not using views coming from patch files anymore for detecting view type | Martin Kiewitz |
2010-06-18 | Don't throw a warning when we can't find hires content | Filippos Karapetis |
2010-06-18 | SCI: Unbreak diskdump console command, maybe others | Lars Skovlund |
2010-06-18 | SCI: changing error to warning inside detectHires() for gk1 to work again... | Martin Kiewitz |
2010-06-18 | SCI: reverting #49978, it worked correctly. the new values contain the full h... | Martin Kiewitz |
2010-06-18 | Fixed a bug in detectHires(), so that it actually works | Filippos Karapetis |
2010-06-17 | Renamed error -> errorNum to avoid name clashes with error() | Filippos Karapetis |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-16 | SCI: Avoid using g_sci in resman (as it might not yet be inited) | Max Horn |
2010-06-15 | SCI: Pass resman to scanSource() methods | Max Horn |
2010-06-15 | SCI: Add Resource::getNumber method | Max Horn |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | SCI: Make Resource::_id protected | Max Horn |
2010-06-15 | SCI: OOpify class ResourceId | Max Horn |
2010-06-15 | SCI: Add ResourceManager::getVolVersion() | Max Horn |
2010-06-15 | Reduce header dependencies | Max Horn |
2010-06-15 | SCI: Move decompress & readResourceInfo to Resource; more cleanup | Max Horn |
2010-06-15 | SCI: cleanup | Max Horn |
2010-06-15 | SCI: Move several methods from ResourceManager to Resource | Max Horn |
2010-06-15 | SCI: Add ResourceManager::updateResource(); change some code to use addResour... | Max Horn |
2010-06-15 | SCI: Move _associatedMap to VolumeResourceSource and make it const | Max Horn |
2010-06-15 | SCI: Move _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSource | Max Horn |
2010-06-15 | SCI: cleanup | Max Horn |
2010-06-15 | SCI: Get rid of ugly resMan params to ResourceSource methods | Max Horn |
2010-06-15 | SCI: Merge ResourceManager::checkIfAudioVolumeIsCompressed into AudioVolumeRe... | Max Horn |
2010-06-15 | SCI: Make ResourceSource::_resourceFile const | Max Horn |
2010-06-15 | SCI: Revise how ResourceManager is instantiated. | Max Horn |
2010-06-15 | SCI: Rename ResourceSource members to follow _camelCase convention | Max Horn |
2010-06-15 | SCI: Pass volume number to ResourceSource subclass constructors; make Resourc... | Max Horn |
2010-06-15 | SCI: Add loadResource impls for WaveResourceSource and AudioVolumeResourceSource | Max Horn |
2010-06-15 | SCI: Add loadResource impls to MacResourceForkResourceSource and PatchResourc... | Max Horn |
2010-06-15 | SCI: Move code from ResourceManager::loadResource to ResourceSource::loadReso... | Max Horn |
2010-06-15 | SCI: Rename ResourceSource::resourceFile to _resourceFile | Max Horn |
2010-06-15 | SCI: Merge MacResourceForkResourceSource::scanSource and ResourceManager::rea... | Max Horn |
2010-06-15 | SCI: Add virtual method ResourceSource::scanSource | Max Horn |
2010-06-15 | SCI: Change ResourceManager::getVolume() to use new classes | Max Horn |
2010-06-15 | SCI: Remove 'map' param from addSource, and let AudioVolumeResourceSource sub... | Max Horn |
2010-06-15 | SCI: Convert code to use ResourceSource subclasses | Max Horn |
2010-06-15 | SCI: Add ResourceSource subclasses, one for each type | Max Horn |