Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-13 | SCI: Fix ECO1 column puzzle, bug #10885 | sluicebox | |
Works around a script bug that prevents the game from being completed | |||
2019-02-13 | SCI: Fix FPFP Mac easter egg, bug #7065 | sluicebox | |
Works around a script bug that locks up the game | |||
2019-02-12 | SCI: Fix ECO1CD Mosaic puzzle crash, bug #10884 | sluicebox | |
Fixes a bug in the original that crashes the interpreter | |||
2019-02-10 | SCI: Fix ECO1CD prophecy scroll, bug #10883 | sluicebox | |
Fixes a script bug that breaks messages | |||
2019-02-08 | SCI: Fix QFG3 combat speed throttling patch | Vhati | |
Replaces an earlier patch that had a bad byte. Original instruction: 0x80, 0xd2, // lsg global[D2h]. The op byte does not match the expected length or opcode comment. 0x80 would be: lag uint16. 0x89 is: lsg byte. This new patch also does not disturb the logic of a nearby IF block. | |||
2019-02-04 | SCI32: Cleanup QFG4 Remove a commented workaround | Vhati | |
It was superseded by commit aa9a1ab. | |||
2019-02-03 | SCI: Fix LB1 left staircase lockup, bug #10879 | sluicebox | |
Fixes a lockup in the original | |||
2019-02-03 | SCI: Fix ECO1CD giving Superfluous the oily shell | sluicebox | |
Fixes a script bug in the CD version, bug #10881 | |||
2019-02-03 | SCI: Cleanup Hoyle patches | Vhati | |
2019-02-03 | SCI: Cleanup SQ6,Torin patches | Vhati | |
2019-02-03 | SCI: Cleanup RAMA,Shivers patches | Vhati | |
2019-02-03 | SCI: Cleanup SpaceQuest 1-5 patches | Vhati | |
2019-02-03 | SCI: Cleanup QFG4 patches | Vhati | |
2019-02-03 | SCI: Cleanup QFG3 patches | Vhati | |
2019-02-03 | SCI: Cleanup QFG2 patches | Vhati | |
2019-02-03 | SCI: Cleanup QFG1 patches | Vhati | |
2019-02-03 | SCI: Cleanup PoliceQuest patches | Vhati | |
2019-02-03 | SCI: Cleanup Phantasmagoria patches | Vhati | |
2019-02-03 | SCI: Cleanup Mother Goose patches | Vhati | |
2019-02-03 | SCI: Cleanup LauraBow2 patches | Vhati | |
2019-02-03 | SCI: Cleanup LauraBow1 patches | Vhati | |
2019-02-03 | SCI: Cleanup LSL patches | Vhati | |
2019-02-03 | SCI: Cleanup Longbow patches | Vhati | |
2019-02-03 | SCI: Cleanup Lighthouse patches | Vhati | |
2019-02-03 | SCI: Cleanup KQ7 patches | Vhati | |
2019-02-03 | SCI: Cleanup KQ6 patches | Vhati | |
2019-02-03 | SCI: Cleanup KQ5 patches | Vhati | |
2019-02-03 | SCI: Cleanup GK2 patches | Vhati | |
2019-02-03 | SCI: Cleanup GK1 patches | Vhati | |
2019-02-03 | SCI: Cleanup Pharkas patches | Vhati | |
2019-02-03 | SCI: Cleanup fangame patches | Vhati | |
2019-02-03 | SCI: Cleanup EcoQuest patches | Vhati | |
2019-02-03 | SCI: Cleanup Conquests of Camelot patches | Vhati | |
2019-02-03 | SCI: Cleanup SCI32 patches | Vhati | |
2019-01-18 | SCI32: Fix spacing | Filippos Karapetis | |
2019-01-18 | SCI32: Fix QFG4 castle gate after geas (#1479) | Vhati | |
Fixes hero being able to walk through the closed gate, bug #10871 | |||
2019-01-18 | SCI32: Fix QFG4 castle door lockup | Vhati | |
Fixes doors when rogues attempt to open them, bug #10874 | |||
2019-01-14 | SCI32: Fix QFG4 forest 580 pathfinding | Vhati | |
Adds a penalty workaround for room 580 entry from the south, bug #10870 | |||
2019-01-13 | SCI32: Fix QFG4 Trigger and Open spells | Vhati | |
Fixes repeat casting and combination with Summon Staff, bug #10860 | |||
2019-01-06 | SCI32: Fix QFG4 forest pathfinding | Vhati | |
Adds workarounds for odd detours during entry, bugs #10857, #10858 | |||
2019-01-05 | SCI32: Cleanup QFG4 script patches | Vhati | |
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-05 | SCI: Rename kRestartGame to kRestartGame16 | Lars Skovlund | |
2019-01-05 | SCI32: Stub out kRestartGame | Lars 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-02 | SCI: Fix QFG1VGA Mac Antwerp controls, bug #10856 | sluicebox | |
Fixes a script bug in the mac version that always kills the player | |||
2019-01-01 | SCI32: Fix QFG4 cave tentacle | Vhati | |
Fixes wriggling and retraction when hero travels over the pit, bug #10615 Supersedes commit 259f262 | |||
2018-12-29 | SCI32: Fix QFG4 conversation crash when using keyboard controls | Lars Skovlund | |
2018-12-29 | SCI32: Fix QFG4 statue item description | Vhati | |
Fixes an inaccurate message when examining the statue, bug #10770 | |||
2018-12-28 | SCI32: Fix QFG4 Rusalka flowers dialogue | Vhati | |
Fixes mixed up text/audio when giving her flowers, bug #10849 | |||
2018-12-28 | SCI: Fix LB1 attic stairs lockup, bug #9949 | sluicebox | |
Fixes a lockup in the original game | |||
2018-12-28 | SCI32: Remove obsolete script patches | Lars Skovlund | |