ruffle/core/src
Mike Welsh 219d3af284 avm1: Function base clip defaults to `this` if clip no longer exists
When a function is defined, the base clip is stored in the function
object, and used when the function is called in SWFv6+. This
affects the target clip for GotoFrame and other actions.

However, if that base clip no longer exists when the function is
called, the base clip should default to the `this` display object.
Previously Ruffle would still use the previously unloaded base clip.
2021-10-12 17:23:01 -07:00
..
avm1 avm1: Function base clip defaults to `this` if clip no longer exists 2021-10-12 17:23:01 -07:00
avm2 avm2: Initialize slots to appropriate values when no default given 2021-10-10 14:01:36 -07:00
backend core: Use `SwfSlice::read_from` 2021-10-08 13:22:45 -07:00
bitmap core: Allow `BitmapData` to hold an AVM2 side. 2021-09-11 12:11:35 -07:00
display_object Revert "core: Fix clip depth handling in `MovieClip::mouse_pick`" 2021-10-12 22:42:11 +03:00
html avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
string chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
xml xml: Use forked quick-xml to support loose entity parsing 2021-08-30 19:08:22 +02:00
avm1.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
avm2.rs avm2: Automatically unbox any boxed primitives that happen to make their way onto the stack. 2021-10-03 15:57:43 -07:00
backend.rs core: Add `VideoBackend` to host video decoders 2021-02-16 19:03:48 -08:00
binary_data.rs core: Add DefineBinaryData and SymbolClass connection (Part of #1368) 2021-08-21 12:24:46 -06:00
bitmap.rs avm2: Implement `BitmapData`'s constructor. 2021-09-11 12:11:35 -07:00
bounding_box.rs chore: Appease clippy 2021-09-10 15:42:37 +02:00
character.rs core: Add DefineBinaryData and SymbolClass connection (Part of #1368) 2021-08-21 12:24:46 -06:00
color_transform.rs core: Use Fixed8 and i16 for ColorTransform 2021-04-19 15:47:52 -07:00
config.rs core: `Letterbox` should be `Collect` 2021-04-26 01:15:42 -07:00
context.rs core: move avm_type from display object to update context 2021-10-09 10:10:03 -07:00
context_menu.rs core: Fix build without serde feature 2021-05-22 22:50:20 -07:00
display_object.rs core: move avm_type from display object to update context 2021-10-09 10:10:03 -07:00
drawing.rs chore: Use into() in more places 2021-06-22 11:49:41 -07:00
ecma_conversions.rs core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
events.rs core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
external.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
focus_tracker.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
font.rs chore: Appease clippy 2021-09-11 21:50:52 -07:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs chore: move core::string_utils to core::string::utils 2021-09-13 03:30:17 -07:00
library.rs core: Store AvmString<'gc>s in avm1::PropertyMap 2021-10-06 19:47:35 -06:00
loader.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
matrix.rs chore: Fix nightly clippy lint: clippy::if_then_panic (#5400) 2021-10-02 16:14:53 +03:00
player.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
prelude.rs swf: Change Matrix to use Fixed16 for a, b, c, d 2021-06-08 14:57:15 -07:00
shape_utils.rs chore: Use into() in more places 2021-06-22 11:49:41 -07:00
string.rs chore: move core::avm1::string::AvmString to core::string::AvmString 2021-09-13 03:30:17 -07:00
tag_utils.rs core: Random SWF-related cleanups 2021-10-08 13:22:45 -07:00
transform.rs chore: Fix nightly clippy lint: clippy::if_then_panic (#5400) 2021-10-02 16:14:53 +03:00
types.rs chore: Appease clippy 2021-01-04 13:17:26 -08:00
vminterface.rs chore: Use matches!(...) in more places 2021-04-16 15:25:22 -07:00
xml.rs chore: Appease clippy 2021-02-12 06:32:42 -08:00