Age | Commit message (Collapse) | Author |
|
The new screen update strategy does not allow scripts to draw twice at
the same location for blinking.
|
|
The game was trying to start playing the linking book video in a
blocking way whereas it was set to loop by the first check.
Fixes #9914.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|