Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | SCI: Fix CAMELOT Fatima room messages | sluicebox | |
Fixes bug #11028 | |||
2019-07-24 | SCI: Fix CAMELOT Missing Hunter points | sluicebox | |
Fixes bug #11027 | |||
2019-07-24 | SCI: Fix GCC Compilation Error from Missing Format String | D G Turner | |
2019-07-24 | SCI: Fix CAMELOT Mule message | sluicebox | |
Fixes bug #11026 | |||
2019-07-22 | SCI: Fix CAMELOT relic merchant lockup | sluicebox | |
Fixes bug #11025 | |||
2019-07-21 | SCI: Implement full kWait behavior | sluicebox | |
Fixes PQ3 bug #11020 | |||
2019-07-17 | SCI: revert accidental commits | athrxx | |
2019-07-17 | SCI CP | athrxx | |
Conflicts: engines/sci/engine/script_patches.cpp | |||
2019-07-12 | SCI: Fix ICEMAN destroyer timer, bug #11017 | sluicebox | |
2019-07-09 | SCI: Implement early GetLongest() behavior, bug #10000 | sluicebox | |
2019-07-09 | SCI32: Remove some Hoyle 5 TODOs | Filippos Karapetis | |
Hoyle 5 does not show subtitles, even though it does contain text for all of the included speech in its resource files | |||
2019-07-08 | SCI: Fix build when SCI32 isn't enabled | Le Philousophe | |
2019-07-07 | SCI32: Add stub for the Hoyle 5 Poker game logic | Filippos Karapetis | |
2019-07-02 | SCI32: Fix QFG4 Look-Dungeon Message | sluicebox | |
2019-07-02 | SCI: Disable SQ4 timepod code for missing room | sluicebox | |
Fixes #11006 | |||
2019-06-30 | SCI32: Extend scaler sanity checks to all SCI32 versions | Filippos Karapetis | |
Fixes QFG4 bug #10765. It's preferable to have sanity checks in the code, rather than crashing due to invalid draw rectangles from buggy game scripts. It's no use checking which specific interpreter versions had sanity checks and trust the game scripts of the other interpreters. Thus, it's easier and safer to always enable these sanity checks. | |||
2019-06-30 | SCI: Fix SQ4 English Amiga dress logic, bug #11004 | sluicebox | |
2019-06-28 | SCI32: Fix QFG4 character selection, bug #11002 | sluicebox | |
2019-06-28 | SCI32: Fix kShakeScreen32 parameter count check | sluicebox | |
2019-06-27 | SCI32: Make QFG4 tentacle patch GOG compatible | sluicebox | |
2019-06-26 | SCI32: Fix QFG4 Ad Avis capture lockup, bug #11001 | sluicebox | |
2019-06-26 | SCI32: Fix QFG4CD Grooper crashes at inn and monolith | sluicebox | |
Fixes bugs #10747, #10760 | |||
2019-06-25 | SCI32: Fix QFG4 Rabbit combat getting stuck, bug #11000 | sluicebox | |
2019-06-24 | SCI32: Fix QFG4 Wraith fan-patch, bug #10711 | sluicebox | |
2019-06-23 | SCI32: Add QFG4 workaround for glide spell message | sluicebox | |
2019-06-23 | SCI32: Fix QFG4 Monastery door lockup, bug #10994 | sluicebox | |
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 | |