ruffle/core/src/avm2
relrelb a9915c71bc avm2: Port `flash.geom.Rectangle` to ActionScript
`flash.geom.Rectangle` is a good candidate, since it doesn't have
any native function, and it depends only on `flash.geom.Point`,
which was already been ported to ActionScript in #7071.
2022-06-16 22:42:50 +03:00
..
globals avm2: Port `flash.geom.Rectangle` to ActionScript 2022-06-16 22:42:50 +03:00
object chore: Fix latest Clippy warnings 2022-06-08 07:19:56 +03:00
activation.rs avm2: Replace a number of `coerce_to_object` calls with the previous commits' new messages as appropriate 2022-04-24 16:54:19 -07:00
array.rs avm2: Make `Array.pop` actually pop from the back 2022-06-04 23:28:06 +03:00
bytearray.rs core: Replace WStr<'_> and WStrMut<'_> by a single DST type WStr 2021-11-27 11:20:47 -07:00
class.rs avm2: Add customItems to ContextMenu stub 2022-03-30 21:42:48 +02:00
domain.rs avm2: refactor Domain::get_defining_script 2021-12-11 20:48:09 +01:00
events.rs avm2: Add more Event classes' methods and properties 2022-05-20 18:42:07 -07:00
function.rs avm2: Make `Executable` zero-alloc 2021-10-31 00:52:58 -07:00
globals.rs avm2: Port `flash.geom.Rectangle` to ActionScript 2022-06-16 22:42:50 +03:00
method.rs avm2: Don't consider declared return type for unchecked functions check 2022-05-13 09:32:05 -07:00
names.rs avm2: Add utilities for formatting `Multiname`s and class instances' names. 2022-04-24 16:54:19 -07:00
object.rs avm2: Alter basic object operations to use more descriptive error messages. 2022-04-24 16:54:19 -07:00
property.rs chore: cargo fmt 2021-12-11 20:48:09 +01:00
property_map.rs chore: `.filter_map(..).next()` -> `.find_map(..)` 2022-04-30 10:41:46 -07:00
regexp.rs core: Replace WStr<'_> and WStrMut<'_> by a single DST type WStr 2021-11-27 11:20:47 -07:00
scope.rs chore: clippy 2021-12-11 20:48:09 +01:00
script.rs avm2: Use TU's method cache for callstatic, newfunction opcodes 2021-12-17 21:09:40 -07:00
string.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
traits.rs avm2: Remove .clone() calls now that Index is Copy 2021-12-17 21:09:40 -07:00
value.rs avm2: Add methods to `Value` and `Activation` for performing common coercions and returning a relevant error if they fail. 2022-04-24 16:54:19 -07:00
vector.rs avm2: Implement Vector.<T>(array_like) 2022-02-07 00:49:00 +01:00
vtable.rs avm2: Support inheritance of protected traits 2021-12-15 22:26:41 +01:00