aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2019-02-03SCI: Fix ECO1CD giving Superfluous the oily shellsluicebox
Fixes a script bug in the CD version, bug #10881
2019-02-03SCI: Fix inconsistent debugger breakpoint messagesVhati
Fixes bp_function and bp_address not printing the created breakpoint, as happens with the other bp_ commands.
2019-02-03SCI: Cleanup Hoyle patchesVhati
2019-02-03SCI: Cleanup SQ6,Torin patchesVhati
2019-02-03SCI: Cleanup RAMA,Shivers patchesVhati
2019-02-03SCI: Cleanup SpaceQuest 1-5 patchesVhati
2019-02-03SCI: Cleanup QFG4 patchesVhati
2019-02-03SCI: Cleanup QFG3 patchesVhati
2019-02-03SCI: Cleanup QFG2 patchesVhati
2019-02-03SCI: Cleanup QFG1 patchesVhati
2019-02-03SCI: Cleanup PoliceQuest patchesVhati
2019-02-03SCI: Cleanup Phantasmagoria patchesVhati
2019-02-03SCI: Cleanup Mother Goose patchesVhati
2019-02-03SCI: Cleanup LauraBow2 patchesVhati
2019-02-03SCI: Cleanup LauraBow1 patchesVhati
2019-02-03SCI: Cleanup LSL patchesVhati
2019-02-03SCI: Cleanup Longbow patchesVhati
2019-02-03SCI: Cleanup Lighthouse patchesVhati
2019-02-03SCI: Cleanup KQ7 patchesVhati
2019-02-03SCI: Cleanup KQ6 patchesVhati
2019-02-03SCI: Cleanup KQ5 patchesVhati
2019-02-03SCI: Cleanup GK2 patchesVhati
2019-02-03SCI: Cleanup GK1 patchesVhati
2019-02-03SCI: Cleanup Pharkas patchesVhati
2019-02-03SCI: Cleanup fangame patchesVhati
2019-02-03SCI: Cleanup EcoQuest patchesVhati
2019-02-03SCI: Cleanup Conquests of Camelot patchesVhati
2019-02-03SCI: Cleanup SCI32 patchesVhati
2019-02-02SCI32: LIGHTHOUSE: Add French version 1.0cJean-Christophe Rona
2019-01-18SCI32: Fix spacingFilippos Karapetis
2019-01-18SCI32: Fix QFG4 castle gate after geas (#1479)Vhati
Fixes hero being able to walk through the closed gate, bug #10871
2019-01-18SCI32: Fix QFG4 castle door lockupVhati
Fixes doors when rogues attempt to open them, bug #10874
2019-01-17SCI: Fix debugger bp_action help messageVhati
Fixes the help for bp_action: 'none' arg should be 'ignore'
2019-01-14SCI32: Fix QFG4 forest 580 pathfindingVhati
Adds a penalty workaround for room 580 entry from the south, bug #10870
2019-01-13SCI32: Fix QFG4 Trigger and Open spellsVhati
Fixes repeat casting and combination with Summon Staff, bug #10860
2019-01-06SCI32: Fix QFG4 forest pathfindingVhati
Adds workarounds for odd detours during entry, bugs #10857, #10858
2019-01-05SCI32: Cleanup QFG4 script patchesVhati
Trivially revises comments and var names for consistency. Changes hardcoded selector bytes to macros. Confirms early patches against editions not tested at the time. Combines two TRAP array patches (commits 6c44106, aceb528) into one.
2019-01-05SCI: Rename kRestartGame to kRestartGame16Lars Skovlund
2019-01-05SCI32: Stub out kRestartGameLars Skovlund
Restarting was only supported in QfG4, GK1 and PQ4. Those three used makeshift script code. The kernel call was stubbed out in SSCI as well. Fixes bug #10681.
2019-01-02SCI: Fix QFG1VGA Mac Antwerp controls, bug #10856sluicebox
Fixes a script bug in the mac version that always kills the player
2019-01-01SCI32: Fix QFG4 cave tentacleVhati
Fixes wriggling and retraction when hero travels over the pit, bug #10615 Supersedes commit 259f262
2018-12-30SCI: Don't try to validate resources added from a Mac resource forkFilippos Karapetis
The fix has been authored originally by csnover, adapted from commit ca420e44167e5ee488b4ad547104fa6b976e6f1c Fixes Trac#10440, Trac#10892.
2018-12-29SCI: Add LSL7 Russian detection entriesMatan Bareket
Fixes #10638
2018-12-29SCI32: Fix QFG4 conversation crash when using keyboard controlsLars Skovlund
2018-12-29SCI32: Fix QFG4 statue item descriptionVhati
Fixes an inaccurate message when examining the statue, bug #10770
2018-12-28SCI32: Fix QFG4 Rusalka flowers dialogueVhati
Fixes mixed up text/audio when giving her flowers, bug #10849
2018-12-28SCI: Fix LB1 attic stairs lockup, bug #9949sluicebox
Fixes a lockup in the original game
2018-12-28SCI32: Remove obsolete script patchesLars Skovlund
2018-12-28SCI32: Display plane id base in version console commandLars Skovlund
2018-12-28SCI32: Add feature detection for plane id baseLars Skovlund
This provides a generic fix for AddScreenItem crashes in early SCI32 floppy games that have previously required individual script patches.