Age | Commit message (Collapse) | Author |
|
|
|
|
|
Updating the screen needs to happen exactly once at the end of each game
loop.
|
|
|
|
|
|
|
|
Scripts may have an inner game loop where loading is not working.
|
|
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.
|