aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script_patches.cpp
AgeCommit message (Collapse)Author
2019-06-21SCI32: Fix QFG4 Ad Avis end-game bugssluicebox
Fixes bugs #10835, #10844, #10989
2019-06-17SCI: Fix SQ4 Sequel police electronics store bugssluicebox
Fixes lockup, animation, and flag bugs when hiding in the electronics store, bug #10977
2019-06-17SCI32: Fix QFG4CD Domovoi inn events, bug #10978sluicebox
2019-06-16SCI: Fix SQ4 Monolith Burger door message, bug #10976sluicebox
2019-06-14SCI: Fix FPFP reappearing items, bug #10975sluicebox
Fixes two similar bugs where inventory items reappear after being used due to incorrect or missing flag checks
2019-06-13SCI: Fix SQ4 Sock's Sequel police crash, bug #10974sluicebox
2019-06-10SCI: Fix SQ4 Big & Tall missing room messagesluicebox
2019-06-09SCI: Create message workaround systemsluicebox
Adds a new workaround system for known broken messages and their corresponding audio and sync resources. This replaces all special cases in c++ and several script patches with data structures and generic handling. Common message bugs: - Wrong tuple requested by game script - Wrong tuple in message resource - Wrong message text that exists in another record - Missing message text - Audio or sync resource with different tuple than message
2019-06-09SCI: Replace SQ4 script patch with workaroundsluicebox
2019-06-08SCI: Do not apply script patches when checking for static selectorsFilippos Karapetis
Fixes bug #10969
2019-06-08SCI: Update SQ4 Sequel Police patch for arcadesluicebox
2019-06-07SCI: Fix SQ4 sewer tunnel lockup, bug #10970sluicebox
2019-05-24SCI: Fix QFG4 random revenant kopeks, bug #10966sluicebox
2019-05-23SCI: Fix QFG4 Runes puzzle, bug #10965sluicebox
2019-05-12SCI: Only apply the FPFP patch for view 844 when it's actually missingFilippos Karapetis
This allows players to view the scene in the Mac version, if they have copied the resource from the PC version. Requested by m_kiewitz
2019-05-12SCI: Disable FPFP Mac script that uses missing viewsluicebox
Fixes bug #10954
2019-05-12SCI: Fix QFG1VGA dagger game lockup and errorsluicebox
Fixes a lockup in the PC version and an error in the Mac fix, bug #10958
2019-04-27SCI: Fix QFG1VGA Mac giant fight, bug #10948sluicebox
2019-04-26SCI: Fix QFG1VGA Mac great hall, bug #10945sluicebox
2019-04-24SCI: Fix QFG1VGA Thieves Guild cashier, bug #10939sluicebox
2019-04-24SCI: Fix QFG1VGA inventory weight warn, bug #10942sluicebox
Fix a script bug that breaks the game when picking mushrooms or other actions if they trigger an inventory weight warning
2019-04-20SCI: Fix QFG1VGA Mac logo/intro skip, bug #10937sluicebox
2019-04-20SCI: Update QFG1VGA speed test patch for Macsluicebox
Updates the speed test patch to work with the newer and significantly different Mac version
2019-04-08SCI32: Fix QFG4 rations icon removal after eatingVhati
Fixes an icon lingering in the verb bar after scheduled meals, bug #10772
2019-04-06SCI: Fix LONGBOW Green Man riddles and forest sweepsluicebox
2019-04-02SCI: Fix SQ4CD Vohaul pocketpal text+speech modesluicebox
Fixes a scene which is incompatible with our text+speech mode, bug #10241
2019-03-25SCI: Fix SQ4CD biker timepod message, bug #10922sluicebox
2019-03-24SCI: Fix SQ4CD bike dodging, bug #9806sluicebox
Fixes several game-breaking script bugs in the bike dodging scenes that were exposed in the CD version by slowing down the bikes.
2019-03-23SCI: Fix SQ4CD Cedric easter egg, bug #10920sluicebox
2019-03-19SCI: Apply SQ4 timing workaround to non-VGA versionssluicebox
Fixes bug #6193 by applying the SQ4 floppy kPaletteAnimation timing workaround from 99de89c974fc24bf58b034842750e522d7d441d4 to versions with less than 256 colors. This includes DOS EGA, PC-98, and Amiga. This also patches out the intro script's workaround that uses different timing in EGA mode, as this is incompatible with ours and makes the intro screen last over 3 minutes instead of 5 seconds.
2019-03-14SCI: Fix SQ4CD smell sidewalk message, bug #10917sluicebox
2019-03-11SCI: Fix LB2CD intro text-mode volume, bug #10916sluicebox
2019-03-11SCI: Fix SQ4 maze missing message, bug #10915sluicebox
2019-03-11SCI: Fix SQ4CD Sock's door, bug #10914 (#1533)sluicebox
2019-03-10SCI: Fix spacing in SQ4 script patchsluicebox
2019-03-10SCI: Fix SQ4 zero gravity blast lockup, bug #10912sluicebox
2019-03-07SCI: Fix SQ4CD red shopper easter egg, bug #10911sluicebox
2019-03-02SCI32: Fix QFG4 peering at absent batsVhati
Fixes castle doors when all bats have been killed, bug #10789
2019-03-01SCI: Fix QFG1VGA Yorick door lockup, bug #6410sluicebox
2019-03-01SCI: Fix ECO1 empty apartment messages, bug #10903sluicebox
2019-02-28SCI: Fix ECO1 Spanish pump test code, bug #10900sluicebox
2019-02-25SCI: Fix ECO1CD missing ocean cliffs, bug #10893sluicebox
Fixes graphics not being drawn in the CD version
2019-02-25SCI: Fix LB2 disappearing desk items, bug #10894sluicebox
Fixes bug in original that doesn't redraw objects
2019-02-25SCI: Fix LB2 armor exhibit messages, bug #10895sluicebox
Fixes script bugs in the original that prevent messages. Replaces a script patch that fixed one of the symptoms.
2019-02-25SCI: Fix LONGBOW Day 8 archer pathfindingsluicebox
Work around a lockup that occurs due to our pathfinding, bug #10896
2019-02-19SCI: Update LB2 crate door pathfinding workaroundsluicebox
Updates a pathfinding workaround to handle all edge cases
2019-02-13SCI32: Fix QFG4 guild secret passageVhati
Fixes the walkable polygon not changing when it's revealed, bug #9894
2019-02-13SCI: Fix ECO1 column puzzle, bug #10885sluicebox
Works around a script bug that prevents the game from being completed
2019-02-13SCI: Fix FPFP Mac easter egg, bug #7065sluicebox
Works around a script bug that locks up the game
2019-02-12SCI: Fix ECO1CD Mosaic puzzle crash, bug #10884sluicebox
Fixes a bug in the original that crashes the interpreter