ruffle/core
Mike Welsh a45a5c2bcb avm1: _levelN should shadow children instances with the same name
If a child clip is named `_level0`, accessing `_level0` should
return the level and not the child clip.

Move `DisplayObject::get_level_by_path` to `StageObject`, and
change it to return an `Option<Value>`, and return
`Some(Value::Undefined)` if the path is a valid level path but
the level is not occupied. This causes get/set of `_levelN` to
be swallowed, even if the level isn't populated.
2021-04-15 13:49:17 -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.64 to 1.0.65 2021-03-27 01:40:26 -07:00
src avm1: _levelN should shadow children instances with the same name 2021-04-15 13:49:17 -07:00
tests tests: Update stage_object_children test 2021-04-15 13:49:17 -07:00
Cargo.toml build(deps): bump gif from 0.11.1 to 0.11.2 2021-03-23 10:03:59 -07:00