Age | Commit message (Expand) | Author |
2012-05-15 | SCI: Resolve some resource related FIXMEs | Filippos Karapetis |
2012-05-13 | SCI: Add a few FIXMEs | Willem Jan Palenstijn |
2012-01-15 | SCI: Clean up some memory management and loops | Willem Jan Palenstijn |
2011-10-19 | SCI: Move the palette merging checking code inside the GfxPalette class | Filippos Karapetis |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-04 | SCI: Some palette related changes | md5 |
2011-02-16 | SCI: Add support for the KQ5 FM Towns resource format | Matthew Hoops |
2011-02-10 | SCI: Added resource manager support for changing the audio directory dynamica... | Filippos Karapetis |
2011-02-10 | SCI: Renamed addInternalSources -> addAudioSources and separated the script ... | Filippos Karapetis |
2010-11-13 | SCI: Update resource types for SCI2.1/3 | Matthew Hoops |
2010-11-09 | SCI: Fixed the fallback detector again | Filippos Karapetis |
2010-11-09 | SCI: Add resource manager support for SCI3 games. | Lars Skovlund |
2010-09-10 | SCI: Some changes regarding resources | Filippos Karapetis |
2010-09-09 | SCI: Fix digital track regression from r52662. | Walter van Niftrik |
2010-09-09 | SCI: Fix last MIDI channel number for adlib driver | Walter van Niftrik |
2010-09-04 | SCI: doing detectDoSoundType() properly sci0early | Martin Kiewitz |
2010-08-19 | SCI: Added checking for the existence of a GM track, to determine if device I... | Filippos Karapetis |
2010-08-03 | SCI: Add support for SCI2.1 chunk resources | Matthew Hoops |
2010-07-26 | SCI: Fixed bug #3034536 - "AMIGAOS4: SCI - Compiler error". | Filippos Karapetis |
2010-07-18 | Fix typo. | Matthew Hoops |
2010-07-18 | In SCI2.1, the type numbers inside resource maps/patches have changed slightl... | Matthew Hoops |
2010-07-02 | Added handling for kLock called with resource id -1 (unlock all resources of ... | Filippos Karapetis |
2010-06-26 | SCI: do boundary checking when loading sci1 sounds and mixing them together. ... | Martin Kiewitz |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga... | Martin Kiewitz |
2010-06-17 | Added handling of VMD video files in kResCheck, fixes video playing in GK2 | Filippos Karapetis |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-16 | SCI: Avoid using g_sci in resman (as it might not yet be inited) | Max Horn |
2010-06-15 | SCI: Add FIXME regarding audio specific code in Resource(Source) | Max Horn |
2010-06-15 | SCI: Add Resource::getNumber method | 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 | cleanup | 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: 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 _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSource | 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: Doxygen fixes | 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: Merge MacResourceForkResourceSource::scanSource and ResourceManager::rea... | Max Horn |
2010-06-15 | SCI: Add virtual method ResourceSource::scanSource | Max Horn |