Age | Commit message (Collapse) | Author |
|
We were previously reloading the current cursor from raw data on each
frame.
|
|
|
|
|
|
The last pattern based query was removed from Riven
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|