aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
2019-10-11SCI32: Enable Mac code (remove ENABLE_SCI32_MAC)sluicebox
2019-06-09SCI: Create message workaround systemsluicebox
2019-04-15SCI: Fix diskdump patch file headerssluicebox
2019-03-03SCI: Fix sync36 patch files not being loadedsluicebox
2018-12-30SCI: Don't try to validate resources added from a Mac resource forkFilippos Karapetis
2018-12-05SCI: Silence more incorrect audio patch type warningsColin Snover
2018-08-27SCI: Load the correct sound effects in Hoyle 4Filippos Karapetis
2018-01-02SCI32: Fix segfault when SCI3 vocab isn't foundDan Church
2017-11-19SCI: Fix UB shifting negative integersColin Snover
2017-09-29SCI32: Fix extremely broken patch for RAMA RESOURCE.SFXColin Snover
2017-09-29SCI32: Improve RESOURCE.SFX fallback for RAMAColin Snover
2017-09-24SCI32: Disable all SCI32 Mac codeColin Snover
2017-09-19SCI32: Support RAMA's single sound effects volumeColin Snover
2017-09-10SCI: Remove dead codeColin Snover
2017-09-08SCI: Add method to get resource patch file extensionsColin Snover
2017-09-08SCI: Improve array bounds safety checkColin Snover
2017-09-03SCI32: Make audio resource size mismatch non-fatalColin Snover
2017-08-25SCI32: Stop blacklisting 37.MAP from PhantasmagoriaColin Snover
2017-08-04SCI32: Fix loading audio resources from RESSCI.PATColin Snover
2017-07-23SCI: Blacklist certain audio map patch filesColin Snover
2017-07-23SCI: Keep audio maps out of the LRU cacheColin Snover
2017-07-23SCI32: Detect multi-disc audio by RESSCI files instead of RESAUDColin Snover
2017-06-09SCI: Get LRU from list directly, instead of from a reverse iteratorColin Snover
2017-06-08SCI32: Clarify code comment about Steam GK2 RESMAP.001Colin Snover
2017-05-20SCI: Ignore patch resources with .DOS and .WIN extensionsColin Snover
2017-05-13SCI: Suppress resource warnings when running fallback detectionColin Snover
2017-05-13SCI: Dispose uncached volume file streamsColin Snover
2017-05-10SCI: Fix reading of Rave data from compressed KQ6 audio volumesColin Snover
2017-05-10SCI: Fix support for ScummVM compressed audio volumesColin Snover
2017-05-09SCI: Add ifdef for SCI32 types in processPatchColin Snover
2017-05-08SCI: Fix SCI1.1 patch resourcesColin Snover
2017-05-08SCI: Fix Audio36 patch suffix matching against lowercase extensionsColin Snover
2017-05-08SCI: Fix some issues with ChunkResourceSourceColin Snover
2017-05-08SCI: Improve detection and reporting of resource errorsColin Snover
2017-05-01SCI32: Add support for Shivers interactive demoColin Snover
2017-04-23SCI32: Remove SCI3 TODOColin Snover
2017-04-23SCI32: Allow resource maps with missing corresponding volumesColin Snover
2017-04-23SCI: Always search for .CSC script patchesColin Snover
2017-04-23SCI: Implement fallback detection for SCI3Colin Snover
2017-04-23SCI32: Remove incomplete SCI3 detection warningColin Snover
2017-03-30SCI32: Fix audio, wave, VMD, Duck, CLUT, TGA, ZZZ, Etc patchesColin Snover
2017-03-30SCI32: Support reading sound effects from normal resource bundlesColin Snover
2017-03-30SCI: Update formatting strings to match updated Span APIColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-02-18SCI: Fix unaligned readWillem Jan Palenstijn
2017-01-09SCI32: Ignore .OLD extension when searching Audio36 patchesColin Snover
2016-12-03SCI: Remove unnecessary indirection in Resource::loadPatchColin Snover
2016-11-20SCI32: Fix reading view, pic, and palette patchesColin Snover
2016-11-02SCI: Remove old SCI32 hires detection heuristicColin Snover
2016-09-29SCI32: Increase resource manager LRU cache sizeColin Snover