ruffle/core/src/avm2
David Wendt 6729c31623 avm2: Stub all `flash.net.NetStream` methods and related classes. 2023-03-25 15:30:02 -06:00
..
globals avm2: Stub all `flash.net.NetStream` methods and related classes. 2023-03-25 15:30:02 -06:00
object avm2: Add stub impl of `NetStream` class & object type 2023-03-25 15:30:02 -06:00
activation.rs avm2: Make `resolve_parameters` throw an AVM error 2023-03-22 16:35:48 -07:00
amf.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
array.rs avm2: Implement Array.removeAt 2023-03-15 14:45:57 -05:00
bytearray.rs avm2: Skip BOM when reading utf8 from ByteArrays 2023-03-21 12:20:43 +01:00
call_stack.rs avm2: Reduce size of `CallNode` from 56 bytes to 24 2023-03-22 14:29:42 -07:00
class.rs chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07:00
domain.rs avm2: Fix QName::from_qualified_name for Vector.<some_ns::Type> 2023-03-08 15:15:55 -06:00
e4x.rs avm2: implement XML.parent() 2023-03-19 16:06:01 -07:00
error.rs chore: Remove `static_assertions` dependency 2023-03-25 15:14:36 +03:00
events.rs avm2: Convert errors to error messages at root level 2023-03-19 09:15:42 +01:00
filters.rs avm2: Use flags.set(foo) instead of |= foo 2023-02-28 16:25:12 +01:00
function.rs avm2: Reduce size of `CallNode` from 56 bytes to 24 2023-03-22 14:29:42 -07:00
globals.rs avm2: Implement GraphicsTrianglePath 2023-03-18 06:27:49 +01:00
method.rs avm2: Store the activation class on method 2023-03-13 10:23:08 -05:00
multiname.rs chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07: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: Add stub impl of `NetStream` class & object type 2023-03-25 15:30:02 -06:00
parameters.rs avm2: Fix null parameter error message 2023-03-22 17:13:36 -07:00
property.rs avm2: Store Multiname instead of QName in QNameObject 2023-03-05 21:32:40 -08:00
property_map.rs avm2: Implement ScopeChain caching 2023-02-09 10:51:12 -08:00
qname.rs avm2: Fix QName::from_qualified_name for Vector.<some_ns::Type> 2023-03-08 15:15:55 -06:00
regexp.rs chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07:00
scope.rs chore: Add comment explaining why we skip the first scope 2023-02-18 01:37:12 +01:00
script.rs avm2: Add DoAbc2 tag name to GlobalInit call stack node 2023-03-16 05:57:04 +01: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 chore: Port to bitflags 2.0.0 2023-03-15 20:06:10 -07:00
value.rs chore: Remove `static_assertions` dependency 2023-03-25 15:14:36 +03:00
vector.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
vtable.rs avm2: Implement adding attribute to XML object 2023-03-16 14:41:01 -05:00