Age | Commit message (Collapse) | Author |
|
|
|
(This is relevant for cases where the engine errors out early, before certain arrays get initialized).
|
|
This fixes dialogs in Jones CD (bug #3297111) together
with 9e2c7f26d2e6c6081489365cbc07cd6edec362ad.
This grow was probably accidentally added in
6fda9a5067ca642ccf569a0845e170a6a74ce442. Assembly of KQ5CD and JonesCD
confirms it shouldn't be there.
|
|
|
|
This fixes coins disappearing in Mother Goose SCI1.1 (bug #3051136).
Filippos has confirmed the workaround is no longer necessary for the
menubar in LSL6 for which it was added.
|
|
Before only 255 was treated this way. This fixes part of the broken
dialog boxes in Jones CD (bug #3297111) which use priority 254,
and matches Jones CD disassembly.
|
|
shortcuts"
|
|
|
|
(this detection entry applies if the game has been patched with the official 1.02 patch before using the translation patch)
|
|
|
|
This is achieved by hiding the graphical debugger overlay temporarily in
order to show the command's results
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This matches the order in which workarounds are stored in workarounds.cpp
|
|
|
|
|
|
(LoL support for Italian fan translation)
|
|
Turns out params.depth == 0 is the same as == 1
|
|
The eventual goal here is to make it easier (well, *possible*) for
subclasses to modify the detector behavior, e.g. to implement
custom fallback detection.
One immediate goal could be to move the filebased fallback detector
into a subclass.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|