ruffle/core/src
nosamu 952aa2d5f9 avm2: Correct name of rollover event 2023-01-14 20:04:33 +01:00
..
avm1 core: Use BitmapData instead of separate `initial_data` field 2023-01-14 01:28:22 -05:00
avm2 core: Use BitmapData instead of separate `initial_data` field 2023-01-14 01:28:22 -05:00
backend audio: Don't panic when reading an invalid mp3, bubble the error up 2023-01-10 11:10:46 +01:00
bitmap render: Make render_offscreen return a sync handle which can be used to get the texture at a later time 2023-01-11 16:53:33 -05:00
display_object avm2: Correct name of rollover event 2023-01-14 20:04:33 +01:00
html Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
xml Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
avm1.rs core: Switch from log to tracing 2023-01-06 04:25:22 +01:00
avm2.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -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: 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 Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
context_menu.rs core: Support AVM2 context menu (sans callbacks) 2022-11-17 22:03:54 -05:00
display_object.rs core: Use Color::WHITE for draw_rect when we don't care, as it's just identity color transform and thus cheaper 2023-01-10 09:39:28 +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: Fix `clippy::uninlined_format_args` lints 2022-12-15 08:59:38 +02: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 Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
player.rs Clears the AVM1 stack after executing bytecode 2023-01-10 14:14:17 +01: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
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