ruffle/core
Aaron Hill 92a50d37f0 avm2: Mark MovieClip as initialized in 'on_construction_complete'
This ensures that a re-entrant 'construct_frame' call (e.g. due
to a goto or AVM2 button) does not end up marking a MovieClip as
initialized too early.

This issue was causing us to run 'fire_init_and_complete_events' too
early, firing Loader events before we had actually finished (and
before the SWF had registered the relevant listeners).
2023-11-19 20:52:23 -05:00
..
assets chore: Update translations from Crowdin 2023-10-20 21:10:35 +02:00
build_playerglobal fix(deps): update rust dependencies 2023-11-13 09:10:26 +01:00
macros fix(deps): update rust dependencies 2023-11-13 09:10:26 +01:00
src avm2: Mark MovieClip as initialized in 'on_construction_complete' 2023-11-19 20:52:23 -05:00
Cargo.toml fix(deps): update rust dependencies 2023-11-13 09:10:26 +01:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00