ruffle/core
Mike Welsh bc31c33f65 avm1: Test for removed clip after a function call
0482d1c made it so that a stack frame halts if its base clip gets
removed (e.g. from a goto). It actually seems like this check
only occurs after a function/method call (see #1370). So
and gotoAndPlay method call can cause the stack frame to pop, but
a GotoFrame action cannot.

Only check if the base clip has been removed in CallFunction,
CallMethod, NewObject, NewMethod ops.

Fixes #1370.
2020-10-24 17:36:38 -07:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.46 to 1.0.48 2020-10-24 17:20:21 -07:00
src avm1: Test for removed clip after a function call 2020-10-24 17:36:38 -07:00
tests tests: Test for removed clip after a function call 2020-10-24 17:36:38 -07:00
Cargo.toml core: Switch from libflate to flate2 2020-10-12 13:47:35 -07:00