Age | Commit message (Collapse) | Author |
|
Prevents the quit confirmation dialog from being displayed at the end of
the game's ending if it is enabled.
Fixes #9943.
|
|
Fixes #9958.
|
|
A GUI error message is now displayed if an error occurs when loading a
save.
|
|
Card leave scripts were using data from the new stack, whereas they
should have been using data from the old stack to which they belong.
Fixes Trac#9928.
|
|
|
|
|
|
|
|
|
|
Fixes events getting lost during delays
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We now check the mouse up event happens on the same hotspot as the
mouse down event.
|
|
|
|
|
|
Also replace all hardcoded accesses to the hotspot array with hotspot queries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add ambient sound fading
- Fix ambient sound volume to use the list-level volume
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some backends may break as I only compiled SDL
|
|
|
|
|
|
|