ruffle/core/src
Nathan Adams b8f7c66980 core: map_point in DisplacementMapFilter is i32 not u32 2023-02-28 16:25:12 +01:00
..
avm1 avm2: Implemented BitmapData.drawWithQuality 2023-02-22 17:36:55 +01:00
avm2 core: map_point in DisplacementMapFilter is i32 not u32 2023-02-28 16:25:12 +01:00
backend core: Fix a clippy lint when building without the "mp3" feature. 2023-02-16 06:23:35 +01:00
bitmap avm2: Implemented BitmapData.drawWithQuality 2023-02-22 17:36:55 +01:00
display_object core: Load filters from PlaceObject tag 2023-02-28 16:25:12 +01:00
html core::html: correctly encode text in FormatSpans::to_html 2023-01-29 11:19:16 -06:00
xml Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
avm1.rs avm1: Correct depth calculation for AVM1 clips pending removal and add tests 2023-02-06 10:53:45 -07:00
avm2.rs avm2: Extract out the Value -> Filter logic into a trait 2023-02-28 16:25:12 +01: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: Use unnamed field in `Character::Bitmap` 2023-02-16 19:02:57 +02:00
config.rs desktop: Add --letterbox option 2023-02-09 23:43:25 -08:00
context.rs core: Add Stub and StubCollection for tracking stubs used during a movie 2023-02-01 21:45:12 +01:00
context_menu.rs core: Add quality options to the context menu 2023-02-06 16:08:04 +01:00
display_object.rs core: Switch DisplayObjectBase::filters from avm2 objects to Vec<Filter> 2023-02-28 16:25:12 +01:00
drawing.rs core: Make `BitmapHandle` hold a trait object instead of an id 2022-12-03 19:44:44 -06: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 Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
focus_tracker.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
font.rs Fix conflicts 2022-11-23 20:45:37 -07:00
frame_lifecycle.rs core: Derive Default for FramePhase 2023-01-13 20:37:52 +01:00
html.rs core: Add methods for introspecting text metrics on an `EditText`. 2022-11-20 17:13:48 -07:00
lib.rs chore: Allow `clippy::bool_to_int_with_if` 2023-02-26 13:23:38 +02:00
library.rs core: Use unnamed field in `Character::Bitmap` 2023-02-16 19:02:57 +02:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs avm2: make Namespace a GC type 2023-02-12 17:49:14 +01:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
player.rs core: add framerate to SWF load log 2023-02-24 12:13:00 +02:00
prelude.rs core: Switch from log to tracing 2023-01-06 04:25:22 +01:00
string.rs core: Simplify new_utf8_bytes 2022-07-25 10:52:56 -07:00
stub.rs avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
tag_utils.rs core: Switch from log to tracing 2023-01-06 04:25:22 +01:00
timer.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
types.rs avm1: Various minor fixes in filters 2022-12-04 14:19:41 +01:00
vminterface.rs core: Replace some derived Debug impls with manual ones 2023-01-03 18:03:23 -05:00
xml.rs xml: Refactor `XmlNode` creation methods 2022-04-08 16:34:57 -07:00