ruffle/core
Aaron Hill b8f0de8171
avm2: Export Vector classes in public __AS3__.vec namespace (#9879)
Previously, the Vector$ classes were only exported in the internal 'AS3.vec' namespace, which is used by older ActionScript code. However, newer ActionScript code can also access these classes through the public 'AS3.vec' namespace, via 'getDefintionByName'.

We now export these classes in both namespaces. In the public 'AS3.vec' namespace, they are exported like 'Vector.' instead of 'Vector$uint'
2023-03-07 22:22:24 +00:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
build_playerglobal fix(deps): update rust dependencies 2023-03-05 20:43:46 -06:00
macros fix(deps): update rust dependencies 2023-02-27 11:48:53 +02:00
src avm2: Export Vector classes in public __AS3__.vec namespace (#9879) 2023-03-07 22:22:24 +00:00
Cargo.toml fix(deps): update rust dependencies 2023-03-05 20:43:46 -06:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00