aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2017-07-17SCI32: Add workaround for Torin/LSL7 running with subtitles onlyColin Snover
2017-07-17SCI32: Add guest additions support for LSL7Colin Snover
2017-07-16SCI32: Remove duplicate callColin Snover
2017-07-16SCI32: Fix wrong GK1 sound volume syncColin Snover
2017-07-16SCI32: Improve GK1 narrator speech syncColin Snover
2017-07-15SCI32: Add patch for mismatched PointSoft Torin heap 20700Colin Snover
2017-07-15SCI: Stop double-initialization of SCI0/1 objectsColin Snover
2017-07-15SCI: Fix up Object::_baseMethod implementationColin Snover
2017-07-13SCI32: Patch out bad rat view init code in PhantasmagoriaColin Snover
2017-07-13SCI32: Add workaround for Phant1Colin Snover
2017-07-09SCI32: Fix kObjectIntersectWillem Jan Palenstijn
2017-07-07SCI32: Add workarounds for PQ4Colin Snover
2017-07-07SCI32: Force General MIDI for games that support nothing elseColin Snover
2017-07-06SCI32: Improve kPlayVMD renderingColin Snover
2017-07-06SCI32: Improve kShowMovieWin (AVI) renderingColin Snover
2017-07-06SCI32: Add workaround for SQ6Colin Snover
2017-07-06SCI32: Centralise OSystem screen updatesColin Snover
2017-07-01SCI: Fix typo in pq3 script patchMartin Kiewitz
2017-07-01SCI: Add script patch for pq3, points for giving locket (bug #9862)Martin Kiewitz
2017-06-24SCI32: Replace Torin dragon's cave patch with a better patchColin Snover
2017-06-24SCI32: Fix Boogle warp glitch caused by previous game patchColin Snover
2017-06-23SCI32: Add patch for game script bug in Torin dragon's caveColin Snover
2017-06-19SCI32: Create Torin-specific save game count limitation removerColin Snover
2017-06-19SCI32: Add workaround for invalid kFrameOut call in PQ4Colin Snover
2017-06-19SCI32: Add workaround for uninitialised read in PQ4Colin Snover
2017-06-19SCI32: Add workaround for invalid kPalVarySetStart call in PQ4Colin Snover
2017-06-18SCI: Switch SCI2 games to use Audio32Colin Snover
2017-06-17SCI: State SCI version in error if kernel subop detection failsColin Snover
2017-06-10SCI: Tidy Script errors & ensure script number exists in all of themColin Snover
2017-06-10SCI: Expand kernel breakpoint pattern matching for negative matchesWillem Jan Palenstijn
2017-06-10SCI: Clean up breakpoint code (indentation, consistency)Willem Jan Palenstijn
2017-06-10SCI: Move bpk/logkernel to main breakpoint infrastructureWillem 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: 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-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-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