Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-23 | SCI32: Fix QFG4 town gate at night, bug #10995 | sluicebox | |
2019-06-23 | SCI: Add some more SCI11+ features | Kawa | |
Also gate them behind the presence of a 184.VOC resource instead of GID_CATDATE. This should not matter with regards to the remap effects -- the 2015 and 2016 demos had none, and the first that did has an unknown release status. Only the 2017 demo would fall, which would be easily fixed by dropping in a valid 184.VOC patch file. | |||
2019-06-21 | ALL: revert accidental commits | athrxx | |
2019-06-21 | SCI CP | athrxx | |
Conflicts: engines/sci/engine/script_patches.cpp | |||
2019-06-21 | SCI32: Fix QFG4 Ad Avis end-game bugs | sluicebox | |
Fixes bugs #10835, #10844, #10989 | |||
2019-06-17 | SCI: Fix SQ4 Sequel police electronics store bugs | sluicebox | |
Fixes lockup, animation, and flag bugs when hiding in the electronics store, bug #10977 | |||
2019-06-17 | SCI32: Fix QFG4CD Domovoi inn events, bug #10978 | sluicebox | |
2019-06-16 | SCI: Fix regression in message workarounds | sluicebox | |
Reverts an unintended change to the message recursion loop introduced in 56ea963cea3cdf04c44d3d6f545df664f4a27e8d that breaks the message stack | |||
2019-06-16 | SCI: Fix SQ4 Monolith Burger door message, bug #10976 | sluicebox | |
2019-06-14 | SCI: Fix FPFP reappearing items, bug #10975 | sluicebox | |
Fixes two similar bugs where inventory items reappear after being used due to incorrect or missing flag checks | |||
2019-06-13 | SCI: Add FPFP message workarounds | sluicebox | |
2019-06-13 | SCI: Fix SQ4 Sock's Sequel police crash, bug #10974 | sluicebox | |
2019-06-10 | SCI: Fix SQ4 Big & Tall missing room message | sluicebox | |
2019-06-09 | SCI: Add SQ4 workaround for Sequel Police shooting | sluicebox | |
2019-06-09 | SCI: Create message workaround system | sluicebox | |
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-09 | SCI: Replace SQ4 script patch with workaround | sluicebox | |
2019-06-08 | SCI: Do not apply script patches when checking for static selectors | Filippos Karapetis | |
Fixes bug #10969 | |||
2019-06-08 | SCI: Update SQ4 Sequel Police patch for arcade | sluicebox | |
2019-06-07 | SCI: Fix SQ4 sewer tunnel lockup, bug #10970 | sluicebox | |
2019-05-27 | SCI: Fix MSVC warnings | Filippos Karapetis | |
- Remove unused parameters - Initialize potentially uninitialized variables - Use Common::String instead of a fixed buffer - Remove redundant parentheses - Change float suffix to be uppercase - Fix spacing - Fix integer left shifts with boolean variables - Fix potential division by zero - Fix missing breaks | |||
2019-05-26 | SCI: Fix FPFP CD 'Dummy Msg' message texts | sluicebox | |
Fixes 17 message texts, bug #10964 | |||
2019-05-24 | SCI: Fix QFG4 random revenant kopeks, bug #10966 | sluicebox | |
2019-05-23 | SCI: Fix QFG4 Runes puzzle, bug #10965 | sluicebox | |
2019-05-21 | SCI: Add QFG4CD workaround for searching monsters | sluicebox | |
2019-05-12 | SCI: Only apply the FPFP patch for view 844 when it's actually missing | Filippos 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-12 | SCI: Remove unnecessary two-phase Kernel initialisation | Filippos Karapetis | |
Adapted from csnover's commit 8c96c1fd3e1568b61ee0594522615466f26a7793 | |||
2019-05-12 | SCI32: Fix invalid calls to SCI16 graphics code | Colin Snover | |
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 | |