ruffle/core/src
David Wendt 10ad603566 avm1: Implement `TextField.antiAliasType`, `.gridFitType`, `.sharpness`, and `.thickness`.
Notably this required removing a few parameter checks from core that turned out to be AS3-only.
2022-10-16 14:55:07 -06:00
..
avm1 avm1: Implement `TextField.antiAliasType`, `.gridFitType`, `.sharpness`, and `.thickness`. 2022-10-16 14:55:07 -06:00
avm2 avm1: Implement `TextField.antiAliasType`, `.gridFitType`, `.sharpness`, and `.thickness`. 2022-10-16 14:55:07 -06:00
backend core: Don't desync on frames with no audio blocks. 2022-10-06 21:41:59 -06:00
bitmap chore: Appease clippy 2022-10-09 13:46:28 +05:45
display_object avm2: Implement `TextField.antiAliasType`, `.gridFitType`, `.sharpness`, and `.thickness`. 2022-10-16 14:55:07 -06:00
html swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
xml avm1: Require some more prototypes 2022-10-14 00:23:12 +03:00
avm1.rs audio: Support loading external MP3s 2022-09-06 19:04:16 -07:00
avm2.rs avm2: Show native method names in stack trace 2022-09-26 14:13:48 -05:00
backend.rs core: Made core no longer depend on software video decoders 2022-09-04 17:46:58 -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 core: `ColorTransform` cleanup 2022-09-23 11:10:12 +03:00
character.rs core: Allow chunked preloading within a `DefineSprite` tag 2022-09-15 19:14:41 -06:00
config.rs web: Fix config with `serde-wasm-bindgen` 2022-09-26 17:23:32 +03:00
context.rs render: Introduced render commands, moved to a command list model instead of direct rendering 2022-09-11 09:07:53 +02:00
context_menu.rs core: Require `serde` feature 2022-02-27 23:19:46 +02:00
display_object.rs swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
drawing.rs render: Introduced render commands, moved to a command list model instead of direct rendering 2022-09-11 09:07:53 +02:00
ecma_conversions.rs avm1: Format floating-point numbers 2022-04-09 22:40:59 -07:00
either.rs avm2: Implement call stack & stack traces (#7564) 2022-08-28 18:30:20 +02:00
events.rs avm1: Fire `onData` function and event when calling `loadVariables` 2022-07-02 10:22:48 -07:00
external.rs avm1: Removed all public access into Avm1 modules, export only what's needed 2022-09-04 12:27:29 -07:00
focus_tracker.rs avm1: Removed all public access into Avm1 modules, export only what's needed 2022-09-04 12:27:29 -07:00
font.rs avm1: Implement `TextField.antiAliasType`, `.gridFitType`, `.sharpness`, and `.thickness`. 2022-10-16 14:55:07 -06:00
frame_lifecycle.rs avm1: Move frame lifecycle logic to `Avm1::run_frame` 2022-08-28 19:21:03 -06:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs core: Remove all synchronous preloading from core. 2022-09-15 19:14:41 -06:00
library.rs avm2: Remove `From<Box<dyn std::error::Error>> for Error<'gc>` 2022-09-26 19:51:38 +03:00
limits.rs chore: Various nitpicks and compilation fixes 2022-09-15 19:14:41 -06:00
loader.rs swf: Support SWZ files 2022-10-10 12:48:35 -07:00
locale.rs core: Remove `LocaleBackend` 2022-03-16 19:57:53 +02:00
player.rs chore: Appease clippy 2022-10-09 13:46:28 +05:45
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 swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
timer.rs avm1: Removed all public access into Avm1 modules, export only what's needed 2022-09-04 12:27:29 -07:00
types.rs core: Refactor `Percent` type 2022-09-22 04:17:44 +03: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