Commit Graph
729 Commits
Author SHA1 Message Date
Vhati 101e03e4c0 SCI32: Fix QFG4 great hall entry from barrel room (#1384)
Fixes a doorMat region that prematurely kicked hero back to the previous
room, bug #10731
2018-11-28 02:40:39 +02:00
Vhati 4fd1da70a4 SCI32: Fix QFG4 talking to absent innkeeper (#1395)
Fixes inn dialogue after Igor's rescue, bug #10753
2018-11-28 02:33:26 +02:00
Vhati c58d619e20 SCI32: Fix QFG4 conditional void calls (#1416)
Fixes unsafe arithmetic in combat, bugs #10138, #10419, #10710, #10814

Supersedes commits 4dc9f0e and 01f3e6c
2018-11-28 02:23:37 +02:00
sluicebox 8eb334a2ab SCI32: Fix GK1 fortune teller messages, bug #10819 (#1423) 2018-11-28 02:20:34 +02:00
Filippos Karapetis 3f77b0a0fb SCI32: Fix spacing 2018-11-28 02:15:36 +02:00
sluicebox f1197f3d92 SCI32: Fix GK1 chair missing message, bug #10820 (#1424) 2018-11-28 02:08:04 +02:00
sluicebox e016efce56 SCI32: Fix GK1 artist missing message, bug #10818 (#1422) 2018-11-27 22:34:23 +02:00
Vhati 44b68a0aeb SCI32: Fix QFG4 stairway pathfinding (#1407)
Fixes walkable area when entering flipped stairways, bug #10757
2018-11-23 00:56:36 +02:00
sluicebox 47022cad12 SCI: Fix KQ6CD wallflower dance bug (#1406)
Fixes script bug in the original in Text mode. bug #10811
2018-11-23 00:31:37 +02:00
Vhati 44eb9dfec7 SCI32: Fix QFG4 setScale error when levitating (#1408)
Fixes typos that lead to a "y value less than vanishingY" msg, bug #10726
2018-11-23 00:20:53 +02:00
sluicebox 4f5041e870 SCI: Fix LB2 elevator lockup (#1401)
Fixes a lockup in the original when walking to a corner, bug #10702
2018-11-20 02:52:58 +02:00
Vhati fe8e563cf6 SCI32: Fix QFG4 consecutive moonrises (#1389)
Fixes the time panel never switching from night to day, bug #10775
2018-11-17 10:16:30 +02:00
sluicebox ac5122060f SCI: Fix LB2CD act 5 finale music (#1399)
Fixes script bug in the original that kept music from completing. bug #10808
2018-11-17 03:21:27 +02:00
sluicebox 96660438e7 SCI32: Fix GK1 day 5 snake attack problems (#1374)
Fixes audio, timing, and graphics problems in the original. bug #10793
2018-11-16 01:18:40 +02:00
sluicebox 0b7ec3af00 SCI32: Fix GK1 day 2 binoculars lockup (#1381)
Fixes a lockup in floppy version. bug #10797
2018-11-13 23:41:05 +02:00
Vhati b203b61b38 SCI32: Fix QFG4 autosave stack leak (#1388)
This leak was introduced in commit #a37e388
2018-11-12 23:48:06 +02:00
Vhati 0ce9c0879d SCI32: Fix QFG4 crash when gliding across swamp (#1387)
Fixes typos that lead to Grooper::doit() arithmetic errors, bug #10777
2018-11-11 12:16:13 +02:00
sluicebox 1adfcd91b7 SCI: Fix KQ6 look ribbon response (#1385)
Fixes an incorrect message in the original. bug #10801
2018-11-10 22:39:03 +02:00
Vhati a37e388304 SCI32: Fix QFG4 autosave deleting manual saves (#1383)
Prevents the autosave script from enforcing a 20 savegame limit, bug #10758
2018-11-08 00:49:19 +02:00
sluicebox 1de6335b41 SCI32: Fix GK1 day 1 Grace phone speech timing (#1372)
Fixes timing that cuts off speech. bug #10787
2018-11-07 02:09:16 +02:00
sluicebox 4929104dbe SCI32: Fix GK1 ego flicker in Gran's chair (#1369)
Fixes graphics glitch in the original game, bug #9760
2018-11-05 00:07:24 +02:00
sluicebox bc8b97cf1c SCI32: Remove GK1 French/Spanish CD SysLogger hotkey (#1366)
Removes a problematic active debug hotkey, bug #10781
2018-10-28 19:49:15 +02:00
sluicebox a48b2f3cfd SCI32: Fix GK1 floppy Magentia missing message (#1367)
Fixes a missing message error in floppy version. bug #10782
2018-10-28 19:48:17 +02:00
sluicebox 887b6343e9 SCI32: Fix GK1 ego speed bugs (#1365)
Fixes ego speed bugs in the original game, bug #10780
2018-10-28 14:38:58 +02:00
Filippos Karapetis c84480b1c8 SCI32: Update comments on a QFG4 script patch 2018-10-26 03:48:04 +03:00
Filippos Karapetis aceb528068 SCI32: Correct fix for the TRAP machine in QFG4
Properly fixes bug #10766.
2018-10-26 03:42:48 +03:00
sluicebox 2aa7f71fc0 SCI32: Fix GK1 honfour keycard lockup (#1363)
Fixes lockup in original game, bug #10767
2018-10-24 22:24:27 +03:00
sluicebox 7b5a275fa5 SCI32: Fix GK1 missing points for Mosely/veve (#1362)
Fixes missing points in english pc floppy version, bug #10763
2018-10-24 22:12:32 +03:00
sluicebox 2b28bf942e SCI: Script patch for LB1 input/collision lockups (#1353)
Fixes 20+ lockups in the original game, bug #10733
2018-10-23 19:06:06 +03:00
Filippos Karapetis e87d3c0e82 SCI32: Disable the Poker game in Hoyle 5
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-23 02:03:14 +03:00
Filippos Karapetis 3a8936ea5c SCI32: Fix a script bug (typo) in Hoyle 5 - Old Maid 2018-10-23 01:55:00 +03:00
Filippos Karapetis 602b7d816c SCI: Fix spacing 2018-10-23 00:23:25 +03:00
sluicebox ced47b44ea SCI: Script patch for LB1 candles, bug #10743 (#1355)
Fixes a persistence bug in original game
2018-10-23 00:18:52 +03:00
sluicebox 7da548aa1e SCI: Disable LB2 speed test
Fixes bug #10761
2018-10-23 00:07:12 +03:00
sluicebox 185f015860 SCI: Script patch for LB1 Lillian/bed, bug #10742
Fixes wrong and missing messages in DOS version
2018-10-21 20:28:58 +03:00
sluicebox 9ed826c9bc SCI: Fix LB2 back rub east entrance bug #10729
Fixes a lockup in the original game
2018-10-15 00:18:33 +03:00
sluicebox 46fe0aafd6 SCI: Fix LB2 'Bugs With Meat' lockup, bug #10730
Fixes a lockup in the original game
2018-10-14 17:53:01 +03:00
sluicebox 817d9dc80a SCI: Fix LB2CD Yvette/Tut murderless message
Fixes wrong message in cd versions, bug #10724
2018-10-08 02:42:04 +03:00
sluicebox 0e91fe623b SCI: Script patch for LB2 act 4 init, bug #10716
Fixes a lockup in the original game
2018-10-02 20:37:42 +03:00
sluicebox 12af1929ef SCI: Script patch for LB2 armor inset, bug #10709
Fixes missing messages in floppy version
2018-09-29 02:21:17 -04:00
sluicebox 875ce8101c SCI: Script patch for LB2 desk lamp, bug #10706
Fixes a broken message in floppy version
2018-09-21 22:19:57 +03:00
sluicebox 2373fd8152 SCI: Script patch for LB2 crate room bug #10701
Fixes a lockup in the original game
2018-09-16 18:50:07 +03:00
Filippos Karapetis 4913cd4eb2 SCI32: Add more workarounds for Hoyle Classic Games
This fixes issues with Bridge and Backgammon. Now, Hoyle 5 and its
variants should be in a very good state for testing
2018-09-04 23:36:20 +03:00
Filippos Karapetis cc09b66671 SCI32: Fix pathfinding issues at the inn in QFG4 2018-09-01 14:40:58 +03:00
Filippos Karapetis dd7c000e44 SCI32: Hide the unavailable games in the Hoyle 5 derived collections
The derived collections include Hoyle Children's Collection and Hoyle
Bridge. Each collection includes a subset of the games in the full
version, Hoyle Classic Games
2018-08-30 23:51:01 +03:00
Filippos Karapetis 414d0277d0 SCI: Fix compilation 2018-08-25 12:57:01 +03:00
Filippos Karapetis d597fbc5e3 SCI32: Fix the walk region in Cazanoux's house in GK1
Fixes bug #9770
2018-08-25 12:39:14 +03:00
Willem Jan Palenstijn 0f98a60d35 SCI: Sabotage qfg1vga's speed test
This ensures the detected speed will end up at the highest level. This
improves the detail in Yorick's room (96), and slightly changes the
timing in other rooms.

Fixes bug #10296.
2018-02-01 20:08:20 +01:00
David Fioramonti 9518fd7210 SCI32: Fix PQ4 Barbie shoe points patch selector
The original script patch had the correct literal value but the
wrong selector name in the comment for the literal value, so when
it was converted to use a selector lookup in
c5dce17b1f, the patch broke because
the wrong selector name was used.

Fixes Trac#10392. Closes gh-1107.
2018-01-16 21:32:38 -06:00
David Fioramonti ce052fbef4 SCI32: Fix cursor color when quitting for phant1
When quitting the game at the main menu and hitting no
or quitting the game while playing the cursor color
over the buttons will be tan the first time rather
than red. This fix makes it so it will be red.

This was done by removing a check in HotSpot::doit()
which checks the global193 value. Removing this check
fixes the problem.

Fixes Trac#9977.

Thanks snover and wjp for your help.
2017-10-16 19:37:36 -05:00