Age | Commit message (Expand) | Author |
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 |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2014-10-28 | SCI: properly reversed color matching thanks wjp | Martin Kiewitz |
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 |
2014-01-30 | SCI: Remove LSL1 Spanish hack (to SCI1 MIDDLE) | Martin Kiewitz |
2013-12-10 | SCI: Add handling for the RAVE resource type, found in KQ6CD | Filippos Karapetis |
2013-04-20 | SCI: Fix resource type range checks | Willem Jan Palenstijn |
2013-04-17 | SCI: Remove useless delete | Willem Jan Palenstijn |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-05-15 | SCI: Resolve some resource related FIXMEs | Filippos Karapetis |
2012-05-13 | SCI: Add a few FIXMEs | Willem Jan Palenstijn |
2012-03-08 | SCI: Fix SCI1.1+ Mac games with resource fork container names | Matthew Hoops |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2012-01-15 | SCI: Clean up some memory management and loops | Willem Jan Palenstijn |
2012-01-15 | SCI: Plug a leak in ResourceManager::detectSciVersion() | Filippos Karapetis |