ruffle/core/src
Nathan Adams ac9b6e3ecb avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
..
avm1 avm1: Correct depth calculation for AVM1 clips pending removal and add tests 2023-02-06 10:53:45 -07:00
avm2 avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
backend core/audio: mp3: Use MpaReader instead of the deprecated Mp3Reader from Symphonia 2023-01-24 20:10:40 -06:00
bitmap avm2: Implement BitmapData.getPixels() 2023-02-07 19:10:25 +01:00
display_object avm2: Change MovieClip::frame_scripts to Vec<Option<Avm2Object>>, where index is frame num 2023-02-07 18:26:27 +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: Replaced stubs in bitmap with new format 2023-02-01 21:45: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 BitmapData instead of separate `initial_data` field 2023-01-14 01:28:22 -05:00
config.rs web: Fix config with `serde-wasm-bindgen` 2022-09-26 17:23:32 +03: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 avm1: Delay clip removals when a child has an unload listener 2023-02-06 10:53:45 -07: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 core: Add Stub and StubCollection for tracking stubs used during a movie 2023-02-01 21:45:12 +01:00
library.rs core: Use BitmapData instead of separate `initial_data` field 2023-01-14 01:28:22 -05:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs desktop: Improve --help messages 2023-02-03 21:17:56 +01:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
player.rs avm1: Delay clip removals when a child has an unload listener 2023-02-06 10:53:45 -07: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