Commit Graph
729 Commits
Author SHA1 Message Date
sluicebox ef8916d445 SCI: Fix KQ4 crash when falling down stairs 2020-08-13 22:55:10 -07:00
sluicebox ac1fb79d78 SCI: Fix SQ4 NRS "Stuff Removed" easter egg room 2020-08-08 07:10:09 -07:00
sluicebox a15615d81c SCI: Update KQ6 script patch for CD 1.000.000 2020-08-05 11:20:13 -07:00
sluicebox 0aaf4fb08c SCI: Fix KQ5 Disappearing intro message
Fixes bug #11543
2020-08-01 18:58:00 -07:00
sluicebox a69dbc49d5 SCI: Fix KQ6 Baby Tears lamp handler 2020-07-19 04:30:36 -07:00
sluicebox 9551ea0969 SCI: Fix comment 2020-07-15 12:46:27 -07:00
sluicebox c9ff9bfae3 SCI: Fix KQ6 stale catacombs message boxes 2020-07-15 12:42:42 -07:00
sluicebox 7c9596d78b SCI: Fix KQ6 Wedding Genie lamp message 2020-07-14 19:32:12 -07:00
sluicebox 884206f09d SCI: Fix KQ6 Pawnshop Genie lockup 2020-07-14 16:11:18 -07:00
sluicebox e2123c9022 SCI: Add KQ6 workaround for talking inventory 2020-06-27 14:55:32 -07:00
sluicebox 675e070569 SCI: Script patch formatting 2020-06-27 14:34:30 -07:00
sluicebox e2fc630fc4 SCI: Fix Narrator lockup bug
Fixes a script bug that causes rare random lockups in over 20 games
2020-06-26 23:25:49 -07:00
sluicebox 28cf8cb8a6 SCI: Fix KQ6 Cassima secret passage lockup 2020-06-25 10:41:05 -07:00
sluicebox bb64c730bf SCI: Fix LONGBOW Marian messages at end of trial 2020-06-22 01:18:00 -07:00
sluicebox 8df2cd85ab SCI: Fix KQ6 Minotaur message audio in audio+text mode 2020-06-18 07:32:46 -07:00
sluicebox 7d0d1e674b SCI32: Workaround GK1 Mac missing talisman view 2020-06-16 01:26:44 -07:00
sluicebox ee6e5adcce SCI: Fix KQ6 duplicate point 2020-06-10 10:41:19 -07:00
sluicebox fd13a9bf92 SCI32: Fix SQ6 music volume on Polysorbate LX
Fixes bug #9578
2020-06-08 20:01:51 -07:00
Zvika Haramaty 6ab0cb78e0 SCI: Improve vm_hooks ; Support Hebrew SQ3
- vm_hooks: fully support 'call*'
- make required changes to support Hebrew SQ3 (which is still a WIP
project)
2020-05-25 03:21:59 +03:00
sluicebox ea3a6c25c4 SCI: Fix ECO2 Missing messages at the camp 2020-05-19 23:01:06 -07:00
sluicebox 7afe586e9a SCI: Fix KQ6 floating off the logic cliff steps 2020-05-07 21:26:27 -07:00
sluicebox e7da80dddf SCI: Update FPFP Mac easter egg patch comments 2020-05-05 12:07:28 -07:00
sluicebox dc10e95dad SCI: Fix LB1 Review Notes dialog 2020-05-01 01:07:55 -07:00
sluicebox 4952a6fb04 SCI32: Fix KQ7 2.00 allowing too many saves 2020-04-20 22:21:38 -07:00
sluicebox 2e73a29376 SCI32: Update speed-test patch for all versions
Updates the generic SCI32 video benchmark patch to be compatible with
all game versions, including localized versions of SQ6 and Mac versions
of SQ6 and RAMA. Removed HOYLE5 patches as it doesn't run the benchmark.
2020-04-14 14:59:21 -07:00
sluicebox bd992479b3 SCI: Fix QFG3 GOG/NRS crash when angering Guardian
Fixes bug #11411
2020-04-09 22:05:36 -07:00
sluicebox 11061948ac SCI32: Fix PHANT2 volume scrollbar arrows
Fixes bug #10164
2020-02-15 17:59:12 -08:00
Filippos Karapetis ff044aa431 SCI: Move the GK2 subtitle patch dialog inside the SciEngine class
This is now grouped together with the other GUI messages. The script
patcher class itself does not need to handle such logic
2020-02-09 23:27:11 +02:00
Zvika Haramaty bf3a8df741 SCI: GK2: if subtitles patch is missing, explain how to install it 2020-02-09 13:18:37 +02:00
sluicebox 01360d26fe SCI32: Set PHANT1 Mac video quality to high 2020-02-07 13:15:43 -08:00
sluicebox 9c0655c67a SCI32: Fix GK1 fortune teller dance timer 2020-01-27 13:28:28 -08:00
sluicebox b58da7d847 SCI: Fix KQ6 truncated messages
Fixes bug #10682
2020-01-26 19:46:47 -08:00
sluicebox ddaa136e26 SCI32: Fix GK1 Day 6 empty booth messages
Fixes incorrect messages. Thanks to ZvikaZ for discovering this.
2020-01-22 13:53:25 -08:00
sluicebox 8fcff44b40 SCI32: Fix PHANT2 computer scrollbar crash
Fixes bug #10391
2020-01-21 21:02:48 -08:00
Filippos Karapetis 2185c50632 SCI32: Adapt the PQ4CD dual patch with our new view. Fixes bug #9690 2020-01-19 21:37:21 +02:00
Colin Snover 07df6cc254 SCI: Add built-in resource patcher
The resource patcher can be used to patch non-script resources
like views, maps, sounds, etc. It is more primitive than the script
patcher in that it does not use signatures for safe and automatic
patch relocation, but it does at least allow existing resources to
be grown if needed.

Refs Trac#9788. Refs Trac#9690.
2020-01-19 21:37:20 +02:00
sluicebox 2ca83c0715 SCI32: Fix SQ6 crash on displaying restore error msg
Fixes bug #9702
2020-01-16 15:02:40 -08:00
sluicebox 1748825c36 SCI32: Fix KQ7 snake oil salesman disposal
Fixes bug #10221
2020-01-13 07:47:27 -08:00
sluicebox 64517fd6a2 SCI: Fix SQ1VGA Russian class names
Fixes bug #10156
2020-01-10 16:47:56 -08:00
sluicebox fe9b3fea55 SCI32: Update GK2 subtitle compatibility 2020-01-08 21:52:25 -08:00
sluicebox 7d4045f4a9 SCI32: Add GK2 subtitle patch compatibility
Fixes #9677, #11282
2020-01-07 17:09:32 -08:00
sluicebox 07a17d3171 SCI32: Fix GK2 Game-over plane priority
Fixes bug #11298
2020-01-04 22:24:26 -08:00
sluicebox e4d5f37d8d SCI32: Fix GK2 Chapter 4 Georg letter topic 2020-01-03 14:25:08 -08:00
sluicebox 03392537a0 SCI32: Fix GK2 Neuschwanstein castle hint 2020-01-02 13:25:00 -08:00
sluicebox e1d8f86a19 SCI32: Fix GK2 Holy water lockup 2019-12-31 13:07:50 -08:00
sluicebox 6250d722aa SCI32: Fix GK2 patch comment 2019-12-30 20:53:57 -08:00
sluicebox 5328b7401b SCI32: Fix GK2 Xaver Black Wolf topic 2019-12-30 20:51:01 -08:00
sluicebox 82c5dcf241 SCI32: Fix GK2 Chapter 3 police station deadend 2019-12-30 20:51:01 -08:00
sluicebox 68e5be3744 SCI: Remove stray script patch commas 2019-12-30 20:43:56 -08:00
sluicebox b6d73f54dd SCI32: Fix GK2 Frau Miller lockup 2019-12-29 20:37:01 -08:00