aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Collapse)Author
2018-12-05SCI32: Update QFG4 script patch description (#1433)sluicebox
2018-12-03SCI32: Fix QFG4 copy protection crash, bug #10773 (#1431)sluicebox
2018-12-03SCI32: Fix GK1 knitting basket obstacle bug #10707 (#1426)sluicebox
Fixes an obstacle not always being added to a room
2018-12-02SCI: Add some TODOs for better handling of wrong / missing resourcesFilippos Karapetis
2018-12-02SCI: Mark several pathfinding related patches as workaroundsFilippos Karapetis
The issues that these patches correct are caused by differences in our pathfinding algorithm, compared to Sierra's
2018-12-02SCI: Fix SQ5 drive bay pathfinding, bug #7155 (#1428)sluicebox
Works around a pathfinding algorithm edge case
2018-12-02SCI: Fix LB2 armor hall door pathfinding bug #9952 (#1427)sluicebox
Works around pathfinding algorithm difference that breaks the game
2018-12-02SCI: Add support for The Dating Pool (#1403)Kawa
2018-12-01SCI32: Fix QFG4 fortune teller crash (#1421)Vhati
Fixes room disposal when leaving Magda's wagon, bug #10778
2018-11-28SCI32: Fix QFG4 crest bookshelf HAND interaction (#1382)Vhati
Prevents an incorrect message in the original game, bug #10756
2018-11-28SCI: Fix QFG1VGA antwerp wandering, bug #9564 (#1425)sluicebox
2018-11-28SCI32: Fix QFG4 great hall entry from barrel room (#1384)Vhati
Fixes a doorMat region that prematurely kicked hero back to the previous room, bug #10731
2018-11-28SCI32: Fix QFG4 talking to absent innkeeper (#1395)Vhati
Fixes inn dialogue after Igor's rescue, bug #10753
2018-11-28SCI32: Fix QFG4 conditional void calls (#1416)Vhati
Fixes unsafe arithmetic in combat, bugs #10138, #10419, #10710, #10814 Supersedes commits 4dc9f0e and 01f3e6c
2018-11-28SCI32: Fix GK1 fortune teller messages, bug #10819 (#1423)sluicebox
2018-11-28SCI32: Fix spacingFilippos Karapetis
2018-11-28SCI32: Fix GK1 chair missing message, bug #10820 (#1424)sluicebox
2018-11-27SCI32: Fix GK1 artist missing message, bug #10818 (#1422)sluicebox
2018-11-24SCI: Add workaround for KQ6 debugger (#1417)sluicebox
2018-11-23SCI32: Fix QFG4 stairway pathfinding (#1407)Vhati
Fixes walkable area when entering flipped stairways, bug #10757
2018-11-23SCI: Fix KQ6CD wallflower dance bug (#1406)sluicebox
Fixes script bug in the original in Text mode. bug #10811
2018-11-23SCI32: Fix QFG4 setScale error when levitating (#1408)Vhati
Fixes typos that lead to a "y value less than vanishingY" msg, bug #10726
2018-11-20SCI: Fix LB2 elevator lockup (#1401)sluicebox
Fixes a lockup in the original when walking to a corner, bug #10702
2018-11-17SCI32: Fix QFG4 consecutive moonrises (#1389)Vhati
Fixes the time panel never switching from night to day, bug #10775
2018-11-17SCI: Fix LB2CD act 5 finale music (#1399)sluicebox
Fixes script bug in the original that kept music from completing. bug #10808
2018-11-16SCI32: Fix GK1 day 5 snake attack problems (#1374)sluicebox
Fixes audio, timing, and graphics problems in the original. bug #10793
2018-11-13SCI32: Fix GK1 day 2 binoculars lockup (#1381)sluicebox
Fixes a lockup in floppy version. bug #10797
2018-11-13SCI: Fix Fall Through Compiler Warnings.D G Turner
2018-11-12SCI32: Fix QFG4 autosave stack leak (#1388)Vhati
This leak was introduced in commit #a37e388
2018-11-11SCI32: Fix QFG4 crash when gliding across swamp (#1387)Vhati
Fixes typos that lead to Grooper::doit() arithmetic errors, bug #10777
2018-11-10SCI: Fix KQ6 look ribbon response (#1385)sluicebox
Fixes an incorrect message in the original. bug #10801
2018-11-08SCI32: Fix QFG4 autosave deleting manual saves (#1383)Vhati
Prevents the autosave script from enforcing a 20 savegame limit, bug #10758
2018-11-07SCI32: Fix GK1 day 1 Grace phone speech timing (#1372)sluicebox
Fixes timing that cuts off speech. bug #10787
2018-11-05SCI32: Fix GK1 ego flicker in Gran's chair (#1369)sluicebox
Fixes graphics glitch in the original game, bug #9760
2018-10-28SCI32: Remove GK1 French/Spanish CD SysLogger hotkey (#1366)sluicebox
Removes a problematic active debug hotkey, bug #10781
2018-10-28SCI32: Fix GK1 floppy Magentia missing message (#1367)sluicebox
Fixes a missing message error in floppy version. bug #10782
2018-10-28SCI32: Fix GK1 ego speed bugs (#1365)sluicebox
Fixes ego speed bugs in the original game, bug #10780
2018-10-26SCI32: Update comments on a QFG4 script patchFilippos Karapetis
2018-10-26SCI32: Correct fix for the TRAP machine in QFG4Filippos Karapetis
Properly fixes bug #10766.
2018-10-24SCI32: Fix GK1 honfour keycard lockup (#1363)sluicebox
Fixes lockup in original game, bug #10767
2018-10-24SCI32: Fix GK1 missing points for Mosely/veve (#1362)sluicebox
Fixes missing points in english pc floppy version, bug #10763
2018-10-24SCI32: Fix an array initialization in the floppy version of QFG4Filippos Karapetis
The array used for the trap machine's messages outside Dr. Cranium's lab is set correctly now. Fixes bug #10766.
2018-10-23SCI: Script patch for LB1 input/collision lockups (#1353)sluicebox
Fixes 20+ lockups in the original game, bug #10733
2018-10-23SCI32: Disable the Poker game in Hoyle 5Filippos Karapetis
This game uses an external DLL, PENGIN16.DLL, which is invoked via kWinDLL. We need to reverse the logic in PENGIN16.DLL and call it directly, in order to get this game to work properly. Until then, this game entry will be disabled.
2018-10-23SCI32: Fix a script bug (typo) in Hoyle 5 - Old MaidFilippos Karapetis
2018-10-23SCI32: Always start in the Bridge room in Hoyle 5 BridgeFilippos Karapetis
It's the only game included, so there's no point showing the game selection menu in this case. This follows the behavior of the original
2018-10-23SCI: Fix spacingFilippos Karapetis
2018-10-23SCI: Script patch for LB1 candles, bug #10743 (#1355)sluicebox
Fixes a persistence bug in original game
2018-10-23SCI: GK1 workaround for iconbar uninit param readsluicebox
Uninitialized param1 read when showing iconbar with inventory item
2018-10-23SCI: Disable LB2 speed testsluicebox
Fixes bug #10761