Age | Commit message (Expand) | Author |
2017-08-04 | SCI32: Fix loading audio resources from RESSCI.PAT | Colin Snover |
2017-07-23 | SCI: Blacklist certain audio map patch files | Colin Snover |
2017-07-23 | SCI: Keep audio maps out of the LRU cache | Colin Snover |
2017-07-23 | SCI32: Detect multi-disc audio by RESSCI files instead of RESAUD | Colin Snover |
2017-06-09 | SCI: Get LRU from list directly, instead of from a reverse iterator | Colin Snover |
2017-06-08 | SCI32: Clarify code comment about Steam GK2 RESMAP.001 | Colin Snover |
2017-05-20 | SCI: Ignore patch resources with .DOS and .WIN extensions | 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-10 | SCI: Fix support for ScummVM compressed audio volumes | Colin Snover |
2017-05-09 | SCI: Add ifdef for SCI32 types in processPatch | Colin Snover |
2017-05-08 | SCI: Fix SCI1.1 patch resources | Colin Snover |
2017-05-08 | SCI: Fix Audio36 patch suffix matching against lowercase extensions | Colin Snover |
2017-05-08 | SCI: Fix some issues with ChunkResourceSource | Colin Snover |
2017-05-08 | SCI: Improve detection and reporting of resource errors | Colin Snover |
2017-05-01 | SCI32: Add support for Shivers interactive demo | Colin Snover |
2017-04-23 | SCI32: Remove SCI3 TODO | Colin Snover |
2017-04-23 | SCI32: Allow resource maps with missing corresponding volumes | Colin Snover |
2017-04-23 | SCI: Always search for .CSC script patches | Colin Snover |
2017-04-23 | SCI: Implement fallback detection for SCI3 | Colin Snover |
2017-04-23 | SCI32: Remove incomplete SCI3 detection warning | Colin Snover |
2017-03-30 | SCI32: Fix audio, wave, VMD, Duck, CLUT, TGA, ZZZ, Etc patches | Colin Snover |
2017-03-30 | SCI32: Support reading sound effects from normal resource bundles | Colin Snover |
2017-03-30 | SCI: Update formatting strings to match updated Span API | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2017-02-18 | SCI: Fix unaligned read | Willem Jan Palenstijn |
2017-01-09 | SCI32: Ignore .OLD extension when searching Audio36 patches | Colin Snover |
2016-12-03 | SCI: Remove unnecessary indirection in Resource::loadPatch | Colin Snover |
2016-11-20 | SCI32: Fix reading view, pic, and palette patches | Colin Snover |
2016-11-02 | SCI: Remove old SCI32 hires detection heuristic | Colin Snover |
2016-09-29 | SCI32: Increase resource manager LRU cache size | Colin Snover |
2016-09-29 | SCI32: Fix incorrect warnings about unlocking type 140 | Colin Snover |
2016-08-22 | SCI32: Fix fallback detector for SCI32 games again | Filippos Karapetis |
2016-08-19 | SCI: Avoid attempts to use exe/txt/dll files as patches | Colin Snover |
2016-08-19 | SCI32: Enable multi-disc audio resources | Colin Snover |
2016-08-19 | SCI32: Partially implement kCD | Colin Snover |
2016-07-24 | SCI: Fix memory leaks in ResourceManager | Colin Snover |
2016-06-21 | SCI: Add an explanation about LRU removals when fetching resources | Colin Snover |
2016-06-20 | SCI32: Rewrite digital audio engine | Colin Snover |
2016-06-14 | SCI: Fix memory leaks in resource patcher | Colin Snover |
2016-03-01 | SCI: Cleanup: Use Common::StringArray instead of custom type. | Johannes Schickel |
2016-03-01 | SCI: Fix Macintosh game sources listing. | Johannes Schickel |
2016-03-01 | SCI: Use MacResManager when checking for Mac resource forks. | Johannes Schickel |
2016-03-01 | SCI: Use uint32 instead of unsigned int | Filippos Karapetis |
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 |
2016-02-18 | SCI: Fix broken LRU debugging | Colin Snover |
2016-02-12 | SCI: Fix fallback detector crashing on BE regress. | Martin Kiewitz |
2015-12-29 | SCI32: version detection - don't remove const | Martin Kiewitz |