ruffle/core
Mike Welsh 008f0f596c core: Clip event slices are from parent movie in PlaceObject
Since 19034b7, clip event scripts are returned as slices from the
SWF. This caused a panic when a movie was loaded into a clip,
because the loaded clip's `movie` would be used as the source for
clip events. However, clip events are placed by the parent's
PlaceObject tags, so the movie in this case should be the parent's
movie.

Fixes #2870.
2021-01-28 16:36:42 -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.59 to 1.0.60 2021-01-24 14:23:03 -08:00
src core: Clip event slices are from parent movie in PlaceObject 2021-01-28 16:36:42 -08:00
tests tests: Add test for Sound 2021-01-27 15:25:04 -08:00
Cargo.toml build(deps): bump rand from 0.8.2 to 0.8.3 2021-01-26 08:52:20 -08:00