aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2017-05-09SCI: Add ifdef for SCI32 types in processPatchColin Snover
2017-05-08SCI: Fix SCI1.1 patch resourcesColin Snover
2017-05-08SCI32: Add workaround for KQ7Colin Snover
2017-05-08SCI: Add missing files in POTFILESThierry Crozat
2017-05-08SCI: Fix unnecessary copy of Common::StringColin 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: Translate messages passed to dialoguesColin Snover
2017-05-08SCI: Improve detection and reporting of resource errorsColin Snover
2017-05-06SCI32: Add workaround for KQ7Colin Snover
2017-05-06SCI32: Add missing ifdef for EngineState::_eventCounterColin Snover
2017-05-06SCI32: Add Spanish Windows KQ7 to detection tableColin Snover
2017-05-06SCI32: Detect and handle tight loops around kGetEventColin Snover
2017-05-06SCI32: Update cursor even when position appears unchangedColin Snover
2017-05-06SCI32: Add some missing onFrame hooks for the debuggerColin Snover
2017-05-06SCI32: Disable VMD kPlayFlagBlackPalette flagColin Snover
2017-05-06SCI32: Fix terrible rendering performance when vsync is enabledColin Snover
2017-05-06SCI32: Fix missing/incorrect game features detectionColin Snover
2017-05-06SCI32: Centralize handling of pixel format switchesColin Snover
2017-05-06SCI32: Micro-optimize speedRoom comparisonColin Snover
2017-05-05SCI32: Set a savegame description if none was enteredTarek Soliman
2017-05-04SCI32: Disable game script video benchmarkingColin Snover
2017-05-04SCI32: Fix comment about Phantasmagoria 2 changes between EN+DE/FRMartin Kiewitz
2017-05-03SCI32: Add Italian KQ7 detection entryColin Snover
2017-05-03SCI32: Fix Japanese Phantasmagoria 2 detection entryMartin Kiewitz
2017-05-03SCI32: Add Japanese Phantasmagoria 2 detection dataMartin Kiewitz
2017-05-03SCI32: Add detecton for KQ7 1.65c FrenchBastien Bouclet
2017-05-02SCI32: Add detection entry for French ShiversColin Snover
2017-05-02SCI32: Fix incorrect arguments to readPixel in kCelInfoColin Snover
2017-05-01Revert "SCI32: Add debugging calls to GfxCursor32"Colin Snover
2017-05-01SCI32: Add debugging calls to GfxCursor32Colin Snover
2017-05-01SCI32: Add support for Shivers interactive demoColin Snover
2017-05-01SCI32: Add detection for KQ7 German 1.65cColin Snover
2017-04-30SCI: Clean up ugly syncBaseObject callColin Snover
2017-04-30SCI: Hold script data as mutable internallyColin Snover
2017-04-30SCI32: add detection for GK2 GermanMartin Kiewitz
2017-04-29SCI32: Remove unnecessary GfxFrameout::_frameNowVisibleColin Snover
2017-04-29SCI32: Promote GK2 and Torin demos to AGDF_TESTINGColin Snover
2017-04-24SCI: Add var count sanity checking to object initializationColin Snover
2017-04-24SCI: Use the var count from the instance's class in SCI1.1-2.1 when looking u...Colin Snover
2017-04-23SCI32: Remove SCI3 TODOColin Snover
2017-04-23SCI32: Allow resource maps with missing corresponding volumesColin Snover
2017-04-23SCI: Improve error messages in Script::validateExportFuncColin Snover
2017-04-23SCI32: Exclude SCI3 code from compilation when SCI32 is disabledColin Snover
2017-04-23SCI32: Fix missing mustSetViewVisible data in cloned objectsColin Snover
2017-04-23SCI32: Improve disassembly output of SCI3 property opcodesColin Snover
2017-04-23SCI32: Fix mustSetViewVisible for SCI3Colin Snover
2017-04-23SCI32: Replace magic numbers in SCI3 selector initColin Snover
2017-04-23SCI32: Add debugger command to list digital audio samplesColin Snover
2017-04-23SCI32: Fix race conditions in Audio32Colin Snover