aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2017-06-10SCI: Allow setting bp action directly on creationWillem Jan Palenstijn
2017-06-10SCI: Allow multiple breakpoints with same trigger but different actionWillem Jan Palenstijn
2017-06-10SCI: Add inspect, none breakpoint actionsWillem Jan Palenstijn
2017-06-10SCI: Move printObject from console to scriptdebugWillem Jan Palenstijn
2017-06-10SCI: Add break/log/backtrace actions for triggered breakpointsWillem Jan Palenstijn
2017-06-10SCI: Add underscores to Breakpoint member variablesWillem Jan Palenstijn
2017-06-10SCI: Remove union from BreakpointWillem Jan Palenstijn
2017-06-10SCI: Move backtrace output to scriptdebug.cppWillem Jan Palenstijn
2017-06-10SCI: Handle selector read/write breakpoints from opcodesWillem Jan Palenstijn
2017-06-10SCI: Move scriptdebug declarations to separate headerWillem Jan Palenstijn
2017-06-10SCI: Fix wildcard selector breakpointsWillem Jan Palenstijn
2017-06-10SCI: Start engine at tick 1Colin Snover
2017-06-10SCI32: Fix uninitialized temp read in TorinColin Snover
2017-06-10SCI32: Fix uninitialized temp read in LSL6hiresColin Snover
2017-06-09SCI: Remove some unused #includesColin Snover
2017-06-09SCI: Return the original master sound volume when mute is onColin Snover
2017-06-09SCI32: Fix audio sync recursionColin Snover
2017-06-09SCI32: Implement kLock & kDoAudio(1) for SCI32Colin Snover
2017-06-09SCI: Do not lock Audio36/Sync36 in kLock for SCI1.1Colin Snover
2017-06-09SCI: Lock Audio resource types when digital SFX is enabledColin Snover
2017-06-09SCI: Remove unnecessary conditionColin Snover
2017-06-09SCI: Fix typo in commentColin Snover
2017-06-09SCI: Remove unhelpful commentColin Snover
2017-06-09SCI: Add serialization for ResourceIdColin Snover
2017-06-09SCI32: Fix include pathColin Snover
2017-06-09SCI: Get LRU from list directly, instead of from a reverse iteratorColin Snover
2017-06-09SCI: Implement Serializable for ObjectColin Snover
2017-06-08COMMON: Make SpanOwner copy assignment make a copy of the owned SpanColin Snover
2017-06-08SCI32: Clarify code comment about Steam GK2 RESMAP.001Colin Snover
2017-06-08SCI32: Fix wave resource patch offsetColin Snover
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: Minor cleanup to plane debug informationColin Snover
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-27SCI: Remove a leftover SCI32 hackFilippos Karapetis
2017-05-26SCI32: Fix warningWillem Jan Palenstijn
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: Add 'music/' subdir to file path for LSL7 GOGHein-Pieter van Braam
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: Add resource hash to resource_info debugger commandColin Snover
2017-05-20SCI: Stop leaking locals segments during script reuseColin Snover