ruffle/core
relrelb fd0e76020f avm1: Allow stored and virtual properties to co-exist
Currently properties added using `addProperty` overwrite existing
stored properties. However, there are some cases where the original
stored value can still be retrieved, which indicates that Flash
Player doesn't overwrite these properties internally.

As a solution, unify `Property::Stored` and `Property::Virtual` to
a single struct. This allows to simultaneously store regular data
and getter/setter on the same property. It also simplifies some
logic in `ScriptObject`.
2021-08-21 17:23:15 +03:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
src avm1: Allow stored and virtual properties to co-exist 2021-08-21 17:23:15 +03:00
Cargo.toml chore: Bump png from 0.16.8 to 0.17.0 2021-08-18 09:01:21 +03:00