Debian Patches

Status for exult/1.10.1-3

Patch Description Author Forwarded Bugs Origin Last update
sifixes_fawn_trial.patch commit d4398abdccd412a26b79c93ae4c58d03ddffa7a3

Sifixes: Fix possible hang in Fawn Trial cut scene.

Sometimes (not easily reproducible), the second part of the Fawn Trial
cut scene hangs after Lady Yelinda remarks that Kylista is not around.
This is because in those cases, she has the ASLEEP flag set and the
usecode she is supposed to run (saying "Zulith...") checks if somebody
can talk beforehand, which is not the case for sleeping NPCs. In order
to fix this, clear the ASLEEP flag for her in case it is set at the
beginning of the cutscene.

Fixes: #569

diff --git a/content/sifixes/src/cutscenes/fawn_trial.uc b/content/sifixes/src/cutscenes/fawn_trial.uc
index 4c85b2cc7..2865c1154 100644
Michael Banck <mbanck@debian.org> no 2024-10-02
sifixes_npc_topo.patch commit 4559cba7ba82069738ece97fc771e1d55ca8adc9

Sifixes: Add fix for Topo's schedule.

Topo has schedule 26 (eat at inn) for 12PM-3PM, but the location of that
business activity is where he works (Ducio's shop), so if you talk to him
and ask him about buying something or selling him gems he will claim that
he is not at work - which is technically correct cause he is eating at the
inn... Fix that by resetting the location of his eat at inn schedule to the
Blue Boar.

Fixes: #572

diff --git a/content/sifixes/src/npcs/topo.uc b/content/sifixes/src/npcs/topo.uc
new file mode 100644
index 000000000..868c81275
Michael Banck <mbanck@debian.org> no 2024-10-01
fix_mod_crash.patch commit 81952599aab79aa6142e403fcdf4f18c691ff528

Yesno_gump::ask will now load minimal gumps if needed to prevent crashing if it is called while in a game main menu. Also fixed some other related problems. This specifically Fixes #567 but doesn't addess other identity related issues. Starting a new game with an incorrect identity will no longer crash exult.

diff --git a/game.cc b/game.cc
index 45d565a5a..cf9cbd410 100644
Alexis Ryan <the.wench@wenchy.net> no 2024-10-02

All known versions for source package 'exult'

Links