ruffle/core/src
relrelb f3c22d930b core: Refactor `LoadManager::load_form_into_object`
Make it call `navigator.fetch()` directly rather than receiving an
existing `Future`.
2022-03-26 15:56:06 -07:00
..
avm1 core: Refactor `LoadManager::load_form_into_object` 2022-03-26 15:56:06 -07:00
avm2 swf: Avoid some `Vec::resize` usages 2022-03-26 11:33:26 -07:00
backend core: Re-implement `NullExecutor` 2022-03-26 10:03:42 -07:00
bitmap chore: Fix all new clippy lints added in latest Rust nightly 2021-12-17 20:53:26 -07:00
display_object Move back AvmString into ruffle_core::string 2022-03-26 13:42:57 -07:00
html core: Fix bullet append with box_count check 2022-02-06 20:52:04 +02:00
xml xml: Make `XmlNodeData` a struct 2022-03-26 10:12:47 -07:00
avm1.rs avm1: Remove unneeded `pub` 2022-03-06 23:10:09 +02:00
avm2.rs swf: Avoid some `Vec::resize` usages 2022-03-26 11:33:26 -07:00
backend.rs core: Remove `LocaleBackend` 2022-03-16 19:57:53 +02: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: Replace `min` + `max` with `clamp` 2021-11-26 20:54:48 +02:00
character.rs core: Add DefineBinaryData and SymbolClass connection (Part of #1368) 2021-08-21 12:24:46 -06:00
color_transform.rs chore: Stop using traits available in prelude 2022-03-14 01:16:00 +02:00
config.rs core: Require `serde` feature 2022-02-27 23:19:46 +02:00
context.rs core: Remove `NavigatorBackend::time_since_launch` 2022-03-17 00:08:44 +02:00
context_menu.rs core: Require `serde` feature 2022-02-27 23:19:46 +02:00
display_object.rs avm1: Simplify `TDisplayObject::avm1_root()` 2022-03-10 01:22:52 +02:00
drawing.rs core: Fix drawing API stroke rendering order (fix #3186) 2022-01-29 20:05:04 -08:00
ecma_conversions.rs core: De-duplicate `round_to_even` function 2021-11-20 13:36:06 +02:00
events.rs core: Fix detection of button events 2022-01-24 11:48:37 -08:00
external.rs avm1: Allow `this` to be `undefined` 2022-01-24 02:04:57 -08:00
focus_tracker.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
font.rs swf: Use bitflags for `FontFlag` 2022-03-26 11:33:26 -07:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs core: Remove `LocaleBackend` 2022-03-16 19:57:53 +02:00
library.rs core: Cleanup `Avm1ConstructorRegistry` 2022-02-10 07:58:30 +02:00
loader.rs core: Refactor `LoadManager::load_form_into_object` 2022-03-26 15:56:06 -07:00
locale.rs core: Remove `LocaleBackend` 2022-03-16 19:57:53 +02:00
matrix.rs chore: Stop using traits available in prelude 2022-03-14 01:16:00 +02:00
player.rs core: Refactor `LoadManager::load_root_movie` 2022-03-26 15:56:06 -07:00
prelude.rs core: Store `DisplayObjectBase` in `InteractiveObjectBase`. 2021-11-09 16:48:29 -07:00
shape_utils.rs core: Fix incorrect fill and stroke rendering order (fix #6129) 2022-01-29 20:05:04 -08:00
string.rs Move back AvmString into ruffle_core::string 2022-03-26 13:42:57 -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 xml: Make `XmlNodeData` a struct 2022-03-26 10:12:47 -07:00