ruffle/core
David Wendt c7199ff83f core: Add a utility for placing a display object at a particular relative position (rather than a static depth) on the render list.
For example, let's say we had two objects on the clip at depths 5 and 6. AS3 would see them as children IDs 0 and 1. Adding something at ID 1 translates to putting something between depth 5 and 6. To do this, we shift all higher-depth children up one depth to make room for the incoming clip, producing a new order of depths 5, 6, and 7.
2020-11-27 13:23:34 -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.50 to 1.0.51 2020-11-23 17:21:29 -08:00
src core: Add a utility for placing a display object at a particular relative position (rather than a static depth) on the render list. 2020-11-27 13:23:34 -08:00
tests avm2: Implement `getChildByName` 2020-11-27 13:23:34 -08:00
Cargo.toml core: Use encoding_rs in load_vars_loader 2020-11-26 15:41:50 -08:00