Age | Commit message (Collapse) | Author |
|
It was possible to bypass lowering the ladder when using keyboard
navigation. This is fixed using a game script patch to ensure the
hotspot for getting down the ladder is disabled when appropriate.
|
|
Fixes #10880.
|
|
|
|
|
|
|
|
Fixes Trac#10516.
|
|
One call to va_end was missing when returning early. This stuff is too
dangerous for me to use.
|
|
|
|
Fixes #9972.
|
|
The games tries to match objects between the old and new card by
offsetting the transition of the new card.
Fixes #9947.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also replace all hardcoded accesses to the hotspot array with hotspot queries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|