Age | Commit message (Collapse) | Author |
|
This way all the other actions are blocked while the card load scripts
are executed. Expecially, it's not possible anymore to open the main
menu while the scripts for returning from the main menu are still
executing.
Fixes Trac#10628.
|
|
|
|
|
|
Fixes Trac#10516.
|
|
Passing a type that undergoes default argument promotion as last
argument of a variadic function results in undefined behaviour.
|
|
Fixes #10118.
|
|
|
|
Fixes #9972.
|
|
Fixes #9958.
|
|
Fixes Trac#9873.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes events getting lost during delays
|
|
|
|
|
|
|
|
|
|
|
|
The script execution order should now be accurate
|
|
|
|
|
|
Commands can be shared between scripts when adding commands
from one script to another.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|