aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2017-05-31SCI32: Return CD speed in kPlatformColin Snover
2017-05-30SCI: SQ4CD: Limit workaround for Russian SQ4 to room 150+900Martin Kiewitz
2017-05-29SCI: SQ4CD: Remove room restriction of existing workarounds for endMartin Kiewitz
2017-05-29SCI32: GK1: Add second beignet timer issue script patchMartin Kiewitz
2017-05-27SCI32: Remove dead codeColin Snover
2017-05-27SCI32: Remove invalid interaction cursor spinloop in KQ7Colin Snover
2017-05-27SCI32: Update some old comments related to virtual filesFilippos Karapetis
2017-05-26SCI32: Fix kArrayFillHein-Pieter van Braam
2017-05-25SCI32: Fix SCI3 object names > 0xFFFFColin Snover
2017-05-24SCI32: Fix typo in script patch nameMartin Kiewitz
2017-05-24SCI32: Add script patch for lsl7 cheese maker priority bugMartin Kiewitz
2017-05-24SCI32: Add script patch for cheese maker issueMartin Kiewitz
2017-05-23SCI32: Fix selector search for SCI2/2.1 games with missing vocab.997Colin Snover
2017-05-21SCI32: Fix return value of kWebConnectColin Snover
2017-05-20SCI: Stop leaking locals segments during script reuseColin Snover
2017-05-20SCI: Fix warning about missing base object when loading save gamesColin Snover
2017-05-20SCI: Find and store the original static names of objectsColin Snover
2017-05-20SCI: Refactor relocation codeColin Snover
2017-05-20SCI32: Remove bad assertion in relocateSci3Colin Snover
2017-05-20SCI: Nitpicky cleanup of some magic numbers and what-not-why commentsColin Snover
2017-05-20SCI: Remove duplicate relocateBlock functionColin Snover
2017-05-20SCI: Always use SegManager::getObjectName to get object namesColin Snover
2017-05-20SCI: Stop making copies of ObjMap and remove related dead codeColin Snover
2017-05-20SCI: Add more support for >16-bit SCI3 offsetsColin Snover
2017-05-20SCI32: Fix kPlatform operation for SCI2 through SCI2.1earlyColin Snover
2017-05-16SCI: Let getClassAddress fail gracefully with SCRIPT_GET_DONT_LOADWillem Jan Palenstijn
2017-05-15SCI: Add script patch for "Tickets, only" during game over sceneMartin Kiewitz
2017-05-13SCI32: Make sure all save game validity checks are in kCheckSaveGame32Colin Snover
2017-05-13SCI32: Fix crash at end of TorinColin Snover
2017-05-08SCI32: Add workaround for KQ7Colin Snover
2017-05-08SCI: Translate messages passed to dialoguesColin Snover
2017-05-06SCI32: Add workaround for KQ7Colin Snover
2017-05-06SCI32: Add missing ifdef for EngineState::_eventCounterColin Snover
2017-05-06SCI32: Detect and handle tight loops around kGetEventColin Snover
2017-05-06SCI32: Fix missing/incorrect game features detectionColin 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-02SCI32: Fix incorrect arguments to readPixel in kCelInfoColin Snover
2017-04-30SCI: Clean up ugly syncBaseObject callColin Snover
2017-04-30SCI: Hold script data as mutable internallyColin 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-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: Fix race conditions in Audio32Colin Snover