ruffle/core/src
David Wendt d691543c4c core: Child removals appear to resolve in reverse render order. 2022-08-25 19:24:56 -06:00
..
avm1 core: set_text and set_html_text are currently infallible, remove error path 2022-08-25 23:43:21 +02:00
avm2 core: Centralize all the various calls to `enter_frame`/`construct_frame` into a single method, `catchup_display_object_to_frame`. 2022-08-25 19:24:56 -06:00
backend core: Use Cow<str> for FullscreenError in UI backend, as it can't ever be anything else 2022-08-25 23:43:21 +02:00
bitmap render: unregister_bitmap is infallible, removed error path 2022-08-25 23:43:21 +02:00
display_object core: Child removals appear to resolve in reverse render order. 2022-08-25 19:24:56 -06:00
html render: Moved shape_utils from core to render 2022-08-14 18:38:14 -07:00
xml avm1: Remove `ScriptObject::bare_object` 2022-08-19 12:22:48 -07:00
avm1.rs avm2: Implement flash.utils.Timer and associated events 2022-07-24 20:43:00 -07:00
avm2.rs core: Replaced tag_utils Error with an actual Error enum 2022-08-25 23:43:21 +02:00
backend.rs render: Moved render backend from core to render 2022-08-14 18:38:14 -07:00
binary_data.rs core: Made SwfSlice::to_subslice return an empty slice in case of errors 2022-08-21 20:12:10 -07:00
bitmap.rs chore: Fix warnings with cargo doc 2022-08-08 20:20:18 +03:00
character.rs core: Add DefineBinaryData and SymbolClass connection (Part of #1368) 2021-08-21 12:24:46 -06:00
config.rs chore: `derive(Default)` for enums 2022-07-02 09:23:04 -07:00
context.rs core: Track what part of the frame processing loop we're in 2022-08-25 19:24:56 -06:00
context_menu.rs core: Require `serde` feature 2022-02-27 23:19:46 +02:00
display_object.rs core: `enter_frame` should be an event that all display objects get and can respond to 2022-08-25 19:24:56 -06:00
drawing.rs render: Moved render backend from core to render 2022-08-14 18:38:14 -07:00
ecma_conversions.rs avm1: Format floating-point numbers 2022-04-09 22:40:59 -07:00
either.rs avm2: Include class name in ScriptObject debug (#7512) 2022-08-04 22:13:00 -07:00
events.rs avm1: Fire `onData` function and event when calling `loadVariables` 2022-07-02 10:22:48 -07:00
external.rs avm1: Rename `ScriptObject::object` to `ScriptObject::new` 2022-08-19 12:22:48 -07:00
focus_tracker.rs avm1: Grab SWF version from executing clip 2022-05-07 10:25:10 -07:00
font.rs core: Font::from_swf_tag is currently infallible, remove error path 2022-08-25 23:43:21 +02:00
frame_lifecycle.rs core: Centralize all the various calls to `enter_frame`/`construct_frame` into a single method, `catchup_display_object_to_frame`. 2022-08-25 19:24:56 -06:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs core: Track what part of the frame processing loop we're in 2022-08-25 19:24:56 -06:00
library.rs core: Remove `AvmType` 2022-08-16 13:04:02 +03:00
loader.rs core: Replaced tag_utils Error with an actual Error enum 2022-08-25 23:43:21 +02:00
locale.rs core: Remove `LocaleBackend` 2022-03-16 19:57:53 +02:00
player.rs core: `Player` should start in the `Idle` phase 2022-08-25 19:24:56 -06:00
prelude.rs render: Moved color_transform from core to render 2022-08-14 18:38:14 -07:00
string.rs core: Simplify new_utf8_bytes 2022-07-25 10:52:56 -07:00
tag_utils.rs core: Replaced tag_utils Error with an actual Error enum 2022-08-25 23:43:21 +02:00
timer.rs Fix behavior when setting repeatCount, and improve tests 2022-07-24 20:43:00 -07:00
types.rs chore: Appease clippy 2021-01-04 13:17:26 -08:00
vminterface.rs core: Remove `AvmType` 2022-08-16 13:04:02 +03:00
xml.rs xml: Refactor `XmlNode` creation methods 2022-04-08 16:34:57 -07:00