ruffle/core/src/avm2
Nathan Adams 5a67b2dcb7 core: Don't rerender cacheAsBitmap if the color transform changes (unlike Flash - but it should be fine!) 2023-06-24 01:42:04 +02:00
..
globals core: Don't rerender cacheAsBitmap if the color transform changes (unlike Flash - but it should be fine!) 2023-06-24 01:42:04 +02:00
object wpgu: Initial implementation of PixelBender shader execution (#11441) 2023-06-15 22:50:24 +00:00
activation.rs avm2: Remove or validate some uses of coerce_to_object 2023-06-17 22:40:14 +02:00
amf.rs avm2: Implement Serialization for ByteArrayObject 2023-06-23 08:29:53 -04:00
array.rs avm2: Implement Array.removeAt 2023-03-15 14:45:57 -05:00
bytearray.rs core: Fix set_pixels_from_byte_array respecting the bytearray position + tests 2023-03-31 21:32:15 -07:00
call_stack.rs avm2: Reduce size of `CallNode` from 56 bytes to 24 2023-03-22 14:29:42 -07:00
class.rs avm2: Use a separate domain for playerglobals 2023-06-15 12:57:39 -05:00
domain.rs avm2: Use a separate domain for playerglobals 2023-06-15 12:57:39 -05:00
e4x.rs avm2: Improve support for deleting XML attributes and children 2023-06-15 09:02:09 -05:00
error.rs avm2: Implement ErrorObject.display without using Activation 2023-06-15 09:31:36 -05:00
events.rs avm2: Implement ErrorObject.display without using Activation 2023-06-15 09:31:36 -05:00
filters.rs avm2: Add make_error_2008() function and use it 2023-04-26 18:49:35 +03:00
function.rs nit: Fix typo: "recieve" -> "receive" 2023-03-28 10:06:08 +03:00
globals.rs avm2: Use a separate domain for playerglobals 2023-06-15 12:57:39 -05:00
method.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
multiname.rs avm2: Preserve MultinameFlags::ATTRIBUTE when filling a lazy Multiname 2023-06-07 14:08:10 -05:00
namespace.rs avm2: require AvmAtom in Namespaces 2023-04-27 00:17:31 +02:00
object.rs wpgu: Initial implementation of PixelBender shader execution (#11441) 2023-06-15 22:50:24 +00:00
parameters.rs avm2: Fix null parameter error message 2023-03-22 17:13:36 -07:00
property.rs avm2: Use a separate domain for playerglobals 2023-06-15 12:57:39 -05:00
property_map.rs avm2: Implement ScopeChain caching 2023-02-09 10:51:12 -08:00
qname.rs core: Correctly handle '.' and '<' in obfuscated QNames 2023-06-06 18:12:58 -05:00
regexp.rs avm2: Fix panic in regexp when a wide empty string is used 2023-03-29 18:00:07 -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: Use a separate domain for playerglobals 2023-06-15 12:57:39 -05: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 avm2: Intern strings in constant pools 2023-04-27 00:17:31 +02:00
value.rs avm2: Optimize coerce_to_primitive for boxed primitives 2023-06-21 00:20:03 +02:00
vector.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
vtable.rs avm2: Take a MutationContext instead of an Activation in PropertyClass::name 2023-04-22 17:38:19 +02:00