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.
|
|
Recursion would happen when multiple events are received in the same
frame. This could happen when mashing both the mouse and the keyboard to
move around faster, as noticed by a speedrunner.
|
|
Fixes #10880.
|
|
* Move the text to the left so the japanese version is not cut.
* Increase the size of the text so it looks better when scaled up.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Trac#10516.
|
|
Fixes the per frame scripts being leaked.
Fixes #10215.
|
|
Fixes #10118.
|
|
When using keyboard navigation
|
|
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.
|
|
Fixes #9958.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also replace all hardcoded accesses to the hotspot array with hotspot queries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|