Age | Commit message (Expand) | Author |
2017-09-08 | SCI: Use SCI32 naming convention for Audio36/Sync36 patch files in SCI32 | Colin Snover |
2017-09-08 | SCI: Add method to get resource patch file extensions | Colin Snover |
2017-08-04 | SCI32: Fix loading audio resources from RESSCI.PAT | Colin Snover |
2017-07-24 | SCI32: Fix ResourceManager::changeAudioDirectory | Colin Snover |
2017-07-23 | SCI: Blacklist certain audio map patch files | Colin Snover |
2017-06-09 | SCI: Add serialization for ResourceId | Colin Snover |
2017-05-13 | SCI: Suppress resource warnings when running fallback detection | Colin Snover |
2017-05-13 | SCI: Dispose uncached volume file streams | Colin Snover |
2017-05-10 | SCI: Fix reading of Rave data from compressed KQ6 audio volumes | Colin Snover |
2017-05-08 | SCI: Fix unnecessary copy of Common::String | Colin Snover |
2017-05-08 | SCI: Improve detection and reporting of resource errors | Colin Snover |
2017-04-23 | SCI: Implement fallback detection for SCI3 | Colin Snover |
2017-04-22 | SCI: Add alloc_list command to debugger | Colin Snover |
2017-03-30 | SCI: Protect and clarify the purpose of Resource _header data | Colin Snover |
2017-03-30 | SCI32: Fix audio, wave, VMD, Duck, CLUT, TGA, ZZZ, Etc patches | Colin Snover |
2017-03-30 | SCI32: Ignore invalid audio map entries in GK2 | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2017-01-09 | SCI32: Fix kSetLanguage | Colin Snover |
2016-12-03 | SCI: Remove use of snprintf | Colin Snover |
2016-11-02 | SCI: Remove old SCI32 hires detection heuristic | Colin Snover |
2016-08-19 | SCI32: Enable multi-disc audio resources | Colin Snover |
2016-08-19 | SCI32: Partially implement kCD | Colin Snover |
2016-06-20 | SCI32: Rewrite digital audio engine | Colin Snover |
2016-02-20 | SCI: Fix a regression in the fallback detector. Some cleanup | Filippos Karapetis |
2016-02-18 | SCI: Increase LRU resource cache for SCI32 games | Colin Snover |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2015-02-15 | SCI: Use sound resource priority by default for songs | Willem Jan Palenstijn |
2014-10-18 | SCI: Separate the rest of the detection-only functions | Filippos Karapetis |
2014-10-18 | SCI: Rename the version of addAppropriateSources() used in detection | Filippos Karapetis |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-12-31 | SCI: Rewrite MIDI channel remapping | Willem Jan Palenstijn |
2013-12-10 | SCI: Add handling for the RAVE resource type, found in KQ6CD | Filippos Karapetis |
2013-11-23 | SCI: Janitorial - Fix spacing errors | Strangerke |
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 |