Age | Commit message (Collapse) | Author |
|
|
|
|
|
It's perfectly normal behavior to have locals with a smaller segment ID
than the ID of their respective script, e.g. when scripts are
uninstantiated and then instantiated again
|
|
|
|
When resetting the segment manager, sometimes the locals block for a
script is placed in a segment smaller than the script itself. This
shouldn't be happening, but it isn't fatal, however it should be resolved
in a proper manner
|
|
This makes sure that the workaround works for subclassed objects as well,
such as "theProfessor" talker. Fixes bug #3539350 - "SCI: SQ4 CD -
Crash in sewer when text and speech enabled"
|
|
COMMON: Allow the savefile manager to create uncompressed saves
|
|
Using Ryan's watch within the game, the watch time always started at
19.30 from point of use, which did not seem correct.
Checking with the original CD and Floppy interpreters under DOSBox
showed they used the current system time, so this was incorrect.
Bisection shows that this regression was introduced by commit
57e940f67896e0f085de23088754fe1682cd49db i.e. "DREAMWEB: Move all saved
variables to a GameVars struct" and was probably a side effect of a
minor call ordering change in the equivalent of setupInitialVars()
with respect to the getTime() call.
However, to ensure no further regressions, it was easier to fix this
by replacing the initial value setting by a getTime() call.
|
|
This follows a bug that was found in the Lure engine where keycode
was used in a place where it should have used ascii.
|
|
One of the string was left untranslated in the last update. This adds
the translation for that string (provided by Lightkey).
|
|
Fixes bug #3539031 - "LURE: Crash at Copy Protection Screen".
This reverts the previous fix which only worked for QWERTY keyboards
and made the issue worse for AZERTY keyboards. It now uses the ASCII
code instead of the keycode for the sanity check.
|
|
|
|
The update was sent by Matteo by email.
|
|
|
|
Fixes bug #3539031 - "LURE: Crash at Copy Protection Screen".
Previously, the code didn't prevent keyboard events with modifiers being
used. Since the ascii values for these were outside the 0-9 numeric
range, this resulted in an invalid frame number being used and thus the
engine aborted at an asertion.
|
|
Fixes bug #3539018 - "Toon: AmigaOS4 Compiler error in anim.cpp"
|
|
|
|
|
|
|
|
Add a script patch for another speech/subtitles script, which handles
the babble icon shown in the quit/death dialogs (e.g. the two guys from
Andromeda in the quit dialog). Now, these dialogs have speech both in the
speech and the speech + subtitles modes
|
|
|
|
There is no Spanish CD version of KQ6, only floppy. This also seems to fix
the bug with the puzzle in the cliffs of wisdom (room 300)
|
|
|
|
|
|
|
|
|
|
This adds a few comment to explain were the translations come from
for the missing subtitle workaround (and give credits were they are
due).
|
|
|
|
This finally solves bug #3069981 DRASCULA: no subtitles in scene
with "von Braun". Thanks go to Tomás Maidagan for providing these
subtitles.
|
|
|
|
This ensures that it won't be confused with a function with the same name
|
|
|
|
|
|
|
|
The new more concise description is courtesy of wjp.
|
|
This furthermore makes the returned time be the wall time instead of UTC.
Thanks to Chris Warren-Smith for testing and improving a patch based
on pull request #248.
|
|
The Russian-localized version of an animation contained
an empty frame, added a check to skip the rendering.
Bug #3533291: "TOON: Russian Version Crash at Voice Scanner"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Liesmich now based on README SHA1 ID: d860f0f9bf823655844c5fc56a5ac8f94774aa23
Neues now based on NEWS SHA1 ID: 555afaa50c45a51e53c88c6cb1d52a66ba367fd5
|
|
|
|
|
|
|
|
This should help adding workarounds for those by providing all the
needed information (textId and english text).
|
|
The bug in question is "SCI: SQ4 Floppy DOS title screen skipping too
quickly", and is caused by game scripts not waiting between palette calls
|
|
License confirmed by personal email by littleboy.
This clarification was requested in bug #3527268.
|