aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
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
2016-09-29SCI32: Fix incorrect warnings about unlocking type 140Colin Snover
2016-08-22SCI32: Fix fallback detector for SCI32 games againFilippos Karapetis
2016-08-19SCI: Avoid attempts to use exe/txt/dll files as patchesColin Snover
2016-08-19SCI32: Enable multi-disc audio resourcesColin Snover
2016-08-19SCI32: Partially implement kCDColin Snover
2016-07-24SCI: Fix memory leaks in ResourceManagerColin Snover
2016-06-21SCI: Add an explanation about LRU removals when fetching resourcesColin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-06-14SCI: Fix memory leaks in resource patcherColin Snover
2016-03-01SCI: Cleanup: Use Common::StringArray instead of custom type.Johannes Schickel
2016-03-01SCI: Fix Macintosh game sources listing.Johannes Schickel
2016-03-01SCI: Use MacResManager when checking for Mac resource forks.Johannes Schickel
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2016-02-20SCI: Fix a regression in the fallback detector. Some cleanupFilippos Karapetis
2016-02-18SCI: Increase LRU resource cache for SCI32 gamesColin Snover
2016-02-18SCI: Fix broken LRU debuggingColin Snover
2016-02-12SCI: Fix fallback detector crashing on BE regress.Martin Kiewitz
2015-12-29SCI32: version detection - don't remove constMartin Kiewitz
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-10-28SCI: properly reversed color matching thanks wjpMartin Kiewitz
2014-10-18SCI: Separate the rest of the detection-only functionsFilippos Karapetis
2014-10-18SCI: Rename the version of addAppropriateSources() used in detectionFilippos Karapetis