ruffle/core/src/avm2
Lord-McSweeney a2150cbbbf avm2: Implement IExternalizable interface 2023-03-02 01:32:43 -06:00
..
globals avm2: Implement IExternalizable interface 2023-03-02 01:32:43 -06:00
object avm2: Get XMLList 'filter' syntax working 2023-03-01 12:04:02 -06:00
activation.rs avm2: Do not box primitives when doing AS-level coercions 2023-02-25 23:31:17 +01:00
amf.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
array.rs core: Replace some derived Debug impls with manual ones 2023-01-03 18:03:23 -05:00
bytearray.rs avm2: ByteArray.readUTF/readUTFBytes should cut off after null byte (#9673) 2023-02-22 18:47:59 +00:00
call_stack.rs core: Don't call avm2 callstack method if there's no callstack 2023-01-19 00:50:56 +01:00
class.rs avm2: Store interfaces from superclases/superinterfaces in ClassObject (#9728) 2023-02-25 23:57:50 +00:00
domain.rs avm2: Store interfaces from superclases/superinterfaces in ClassObject (#9728) 2023-02-25 23:57:50 +00:00
e4x.rs avm2: Fix constructing empty XMLList 2023-03-01 15:57:34 +01:00
error.rs avm2: Initial incomplete implementation of XML (#9647) 2023-02-25 20:06:36 +00:00
events.rs avm2: Use 'flash.events' internal namespace for EventDispatcher 2023-02-24 16:08:29 -06:00
filters.rs avm2: Use flags.set(foo) instead of |= foo 2023-02-28 16:25:12 +01:00
function.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
globals.rs core: Require `SwfMovie::url` 2023-02-28 19:05:20 +02:00
method.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
multiname.rs avm2: Initial incomplete implementation of XML (#9647) 2023-02-25 20:06:36 +00:00
namespace.rs avm2: Compare private namespaces by pointer. Refactor rust-avm field sharing. 2023-02-12 17:49:14 +01:00
object.rs avm2: Initial incomplete implementation of XML (#9647) 2023-02-25 20:06:36 +00:00
property.rs avm2: Export private traits normally, remove private_trait_scripts hack 2023-02-12 17:49:14 +01:00
property_map.rs avm2: Implement ScopeChain caching 2023-02-09 10:51:12 -08:00
qname.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
regexp.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
scope.rs chore: Add comment explaining why we skip the first scope 2023-02-18 01:37:12 +01:00
script.rs avm2: Store interfaces from superclases/superinterfaces in ClassObject (#9728) 2023-02-25 23:57:50 +00:00
string.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
stubs.rs avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
traits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
value.rs avm2: Do not box primitives when doing AS-level coercions 2023-02-25 23:31:17 +01:00
vector.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
vtable.rs avm2: Implement ScopeChain caching 2023-02-09 10:51:12 -08:00