ruffle/core/src/avm2
David Wendt 52c3b0f1bc avm2: `Stage.color` yields background color alpha (always 0xFF) in the high bits of the u32 2021-04-26 01:15:42 -07:00
..
globals avm2: `Stage.color` yields background color alpha (always 0xFF) in the high bits of the u32 2021-04-26 01:15:42 -07:00
object avm2: Support the half-broken `loaderInfo` on the `Stage` 2021-04-26 01:15:42 -07:00
activation.rs avm2: minor changes to domain memory 2021-04-21 15:08:13 -07:00
array.rs avm2: Use the actual `FromIterator` trait 2021-03-19 12:39:57 -07:00
bytearray.rs avm2: Implement ApplicationDomain.domainMemory 2021-04-21 00:33:11 -07:00
class.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
domain.rs avm2: minor changes to domain memory 2021-04-21 15:08:13 -07:00
events.rs chore: Remove unnecessary type annotations 2021-04-10 18:39:16 -07:00
function.rs avm2: Allow builtins to get at the global scope. 2020-12-21 21:47:29 -08:00
globals.rs avm2: Impl `flash.display.StageQuality` enum 2021-04-26 01:15:42 -07:00
method.rs Consolidate all of our copied `CollectWrapper`s. 2020-08-14 20:52:09 -04:00
names.rs chore: Minor refactor names.rs 2021-02-02 10:16:41 -08:00
object.rs avm2: Impl `Eq`, `Hash` for `Object` using ptr values 2021-04-23 00:26:10 -07:00
property.rs Replace most manual `Collect` impls with `#[derive(Collect)]` 2021-02-17 18:38:55 -08:00
property_map.rs Add AVM2 equivalent of `PropertyMap` for further expansion. 2020-07-18 16:41:35 -04:00
regexp.rs chore: Use bitflags set method 2021-03-06 23:30:06 -08:00
return_value.rs avm2: Implement `arguments`. 2020-12-17 13:21:44 -08:00
scope.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
script.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
slot.rs Replace most manual `Collect` impls with `#[derive(Collect)]` 2021-02-17 18:38:55 -08:00
string.rs Add a stub AVM2 string representation to allow for both VMs' strings to diverge. 2020-07-18 16:20:58 -04:00
traits.rs avm2: Add a convenience method for marking a builtin override trait. 2021-04-26 01:15:42 -07:00
value.rs avm2: Don't parse "inf" as Infinity 2021-04-14 21:51:48 -07:00