Age | Commit message (Collapse) | Author |
|
|
|
It now more closely matches the original. Effect sounds are now stopped
when resuming background sounds.
Fixes #9574, Fixes #9920.
|
|
|
|
|
|
Change all inner loops to call the same frame function.
Remove the draw delay code. Now that we have proper frame pacing it is
not necessary anymore to wait before drawing to make sure the previous
frame stayed on the screen long enough.
Fixes #9915, #9922, #9923.
|
|
This makes sure doFrame can be called from anywhere, including scripts.
|
|
|
|
|
|
|
|
|
|
|
|
This will break movies called by scripts until event handling is
decorrelated from script calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #9972.
|
|
Fixes #9970.
|
|
Fixes #9969.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|