ruffle/core
Mike Welsh 2751b89d4e avm1: Root clip should not have a name
Previously we set the name of the root clip to `_level0`. Top-level
clips should actually have no name (`_root._name` returns `""`).

However, when constructing a dot path, `_level0` still gets inserted
by `DisplayObject::path` for the top-level, so that `trace(_root)`
still correctly prints `_level0`.

TODO: When `loadMovieNum` gets merged in, the proper level # needs
to be returned by `.DisplayObject::path`.
2020-01-27 23:35:41 -08: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.13 to 1.0.14 2020-01-20 18:56:56 +00:00
src avm1: Root clip should not have a name 2020-01-27 23:35:41 -08:00
tests tests: Add target_path test 2020-01-27 23:35:41 -08:00
Cargo.toml tests: Use pretty_assertions for nice output on test fail 2020-01-17 13:54:39 -08:00