Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-12 | SCI: Disable FPFP Mac script that uses missing view | sluicebox | |
Fixes bug #10954 | |||
2019-05-12 | SCI: Fix QFG1VGA dagger game lockup and error | sluicebox | |
Fixes a lockup in the PC version and an error in the Mac fix, bug #10958 | |||
2019-04-27 | SCI: Fix QFG1VGA Mac giant fight, bug #10948 | sluicebox | |
2019-04-26 | SCI: Fix QFG1VGA Mac great hall, bug #10945 | sluicebox | |
2019-04-24 | SCI: Fix QFG1VGA Thieves Guild cashier, bug #10939 | sluicebox | |
2019-04-24 | SCI: Fix QFG1VGA inventory weight warn, bug #10942 | sluicebox | |
Fix a script bug that breaks the game when picking mushrooms or other actions if they trigger an inventory weight warning | |||
2019-04-22 | SCI: Add QFG1VGA detect-magic workaround for Giant | sluicebox | |
2019-04-20 | SCI: Fix QFG1VGA Mac logo/intro skip, bug #10937 | sluicebox | |
2019-04-20 | SCI: Update QFG1VGA speed test patch for Mac | sluicebox | |
Updates the speed test patch to work with the newer and significantly different Mac version | |||
2019-04-09 | SCI: Add parser support for LSL3, SQ3 German Amiga | sluicebox | |
Add parser support for multilingual Amiga versions that were released in 1991 and are SCI_VERSION_1_MIDDLE | |||
2019-04-08 | SCI32: Fix QFG4 rations icon removal after eating | Vhati | |
Fixes an icon lingering in the verb bar after scheduled meals, bug #10772 | |||
2019-04-06 | SCI: Fix LONGBOW Green Man riddles and forest sweep | sluicebox | |
2019-04-06 | SCI: Fix LONGBOW broken pub messages | sluicebox | |
2019-04-02 | SCI: Fix SQ4CD Vohaul pocketpal text+speech mode | sluicebox | |
Fixes a scene which is incompatible with our text+speech mode, bug #10241 | |||
2019-04-01 | SCI: Fix Mac icon bar event handling | sluicebox | |
Fix mouse presses falling through the icon bar in KQ6 and FPFP Mac | |||
2019-03-27 | SCI: Exclude GK1/QFG4 sync when SCI32 disabled | sluicebox | |
2019-03-27 | SCI: Add cast to prev commit to fix builds | sluicebox | |
2019-03-27 | SCI: Synchronize QFG4 control panel audio settings | sluicebox | |
Fixes Audio button in control panel getting out of sync with the message mode set by ScummVM. | |||
2019-03-27 | SCI: Fix broken speech after starting in text mode | sluicebox | |
Fixes bug #10924 where starting or restoring in text mode and then changing to speech mode within a game results in muted speech. This is a regression introduced between 1.9 and 2.0, probably as part of the synchronization refactor that created GuestAdditions. | |||
2019-03-25 | SCI: Fix SQ4CD biker timepod message, bug #10922 | sluicebox | |
2019-03-25 | SCI: Fix Mac icon bar crash on restart (KQ6, FPFP) | sluicebox | |
Add support for reinitializing the mac icon bar when restarting. Restarting runs the game's init script which calls KPlatform again. Prior to this, restarting these games would fail an assertion. | |||
2019-03-24 | SCI: Fix SQ4CD bike dodging, bug #9806 | sluicebox | |
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-23 | SCI: Fix SQ4CD Cedric easter egg, bug #10920 | sluicebox | |
2019-03-19 | SCI: Apply SQ4 timing workaround to non-VGA versions | sluicebox | |
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-18 | SCI: Fix disassembler crash on invalid property | sluicebox | |
Fixes debugger crash when disassembling an instruction whose operand is an invalid property. This occurs in LB2 floppy 1.0 script 720 in sGetUp:changeState and sStepOnNail:changeState. | |||
2019-03-14 | SCI: Fix SQ4CD smell sidewalk message, bug #10917 | sluicebox | |
2019-03-11 | SCI: Fix LB2CD intro text-mode volume, bug #10916 | sluicebox | |
2019-03-11 | SCI: Fix SQ4 maze missing message, bug #10915 | sluicebox | |
2019-03-11 | SCI: Fix SQ4CD Sock's door, bug #10914 (#1533) | sluicebox | |
2019-03-10 | SCI: Fix spacing in SQ4 script patch | sluicebox | |
2019-03-10 | SCI: Fix SQ4 zero gravity blast lockup, bug #10912 | sluicebox | |
2019-03-08 | SCI: Fix SQ4 kernel signature mismatch on Estros | sluicebox | |
2019-03-07 | SCI: Fix SQ4CD red shopper easter egg, bug #10911 | sluicebox | |
2019-03-02 | SCI32: Fix QFG4 peering at absent bats | Vhati | |
Fixes castle doors when all bats have been killed, bug #10789 | |||
2019-03-01 | SCI: Add QFG1VGA Mac workaround for Yorick | sluicebox | |
2019-03-01 | SCI: Fix QFG1VGA Yorick door lockup, bug #6410 | sluicebox | |
2019-03-01 | SCI: Fix ECO1 empty apartment messages, bug #10903 | sluicebox | |
2019-02-28 | SCI: Fix ECO1 Spanish pump test code, bug #10900 | sluicebox | |
2019-02-25 | SCI: Fix ECO1CD missing ocean cliffs, bug #10893 | sluicebox | |
Fixes graphics not being drawn in the CD version | |||
2019-02-25 | SCI: Fix LB2 disappearing desk items, bug #10894 | sluicebox | |
Fixes bug in original that doesn't redraw objects | |||
2019-02-25 | SCI: Fix LB2 armor exhibit messages, bug #10895 | sluicebox | |
Fixes script bugs in the original that prevent messages. Replaces a script patch that fixed one of the symptoms. | |||
2019-02-25 | SCI: Fix LONGBOW Day 8 archer pathfinding | sluicebox | |
Work around a lockup that occurs due to our pathfinding, bug #10896 | |||
2019-02-19 | SCI: Update LB2 crate door pathfinding workaround | sluicebox | |
Updates a pathfinding workaround to handle all edge cases | |||
2019-02-18 | SCI: Add QFG1VGA Mac workaround for centaur | sluicebox | |
2019-02-18 | SCI: Apply QFG1VGA innkeeper workaround to Mac | sluicebox | |
2019-02-13 | SCI32: Fix QFG4 guild secret passage | Vhati | |
Fixes the walkable polygon not changing when it's revealed, bug #9894 | |||
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 |