ruffle/core/src
David Wendt 6729c31623 avm2: Stub all `flash.net.NetStream` methods and related classes. 2023-03-25 15:30:02 -06:00
..
avm1 avm1: Stub implementation of the NetStream class that allows us to create streams. 2023-03-25 15:30:02 -06:00
avm2 avm2: Stub all `flash.net.NetStream` methods and related classes. 2023-03-25 15:30:02 -06:00
backend avm2: Update `SoundChannelObject::position` on read (fix #9952) 2023-03-16 21:25:41 -07:00
bitmap core: Fix add with overflow in BitmapData::copy_channel 2023-03-20 05:52:27 +01:00
display_object core: Add a stub implementation of `NetStream` videos. 2023-03-25 15:30:02 -06:00
html core: Respect use_device_font for bullets 2023-03-19 06:55:07 +01:00
xml Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
avm1.rs avm1: Refactor movieclip path logic 2023-03-01 22:36:39 +01:00
avm2.rs avm2: Reduce size of `CallNode` from 56 bytes to 24 2023-03-22 14:29:42 -07: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
compatibility_rules.rs chore: Appease clippy 2023-03-01 21:25:19 +01:00
config.rs desktop: Add --letterbox option 2023-02-09 23:43:25 -08:00
context.rs core: Make Stage::root_clip() return Option 2023-03-15 10:18:32 +01:00
context_menu.rs core: Slightly neater way to get root_mc in context_menu.rs 2023-03-15 10:18:32 +01:00
display_object.rs avm2: Add support for orphan Loader instances 2023-03-16 20:55:06 -05:00
drawing.rs render: Made ShapeHandle an Arc of an internal, droppable mesh 2023-03-23 01:44:27 -07: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 core: Derive Clone and Copy in PlayerEvent (#9882) 2023-03-07 16:37:56 +00:00
external.rs avm2: Convert errors to error messages at root level 2023-03-19 09:15:42 +01:00
focus_tracker.rs core: Make Stage::root_clip() return Option 2023-03-15 10:18:32 +01:00
font.rs render: Made ShapeHandle an Arc of an internal, droppable mesh 2023-03-23 01:44:27 -07:00
frame_lifecycle.rs avm2: Add support for orphan Loader instances 2023-03-16 20:55:06 -05: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 a stub implementation of `NetStream` videos. 2023-03-25 15:30:02 -06:00
library.rs core: Fallback font lookup by any font with the same name 2023-03-19 06:55:07 +01:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs core: Stub implementation of NetStream loading. 2023-03-25 15:30:02 -06:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
player.rs core: Don't panic flushing AVM1 sharedobjects if there's no root movie 2023-03-15 10:18:32 +01:00
prelude.rs render: Replace `BoundingBox` with `swf::Rectangle` 2023-03-04 21:54:23 +02:00
streams.rs avm1: Stub implementation of the NetStream class that allows us to create streams. 2023-03-25 15:30:02 -06: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: Store correct data for loaded images 2023-03-20 01:36:04 +01:00
timer.rs avm2: Convert errors to error messages at root level 2023-03-19 09:15:42 +01:00
types.rs core: Move `F64Extension` to `avm1` 2023-02-28 19:22:37 +02:00
vminterface.rs avm2: Skip running enter_frame for children as well 2023-03-14 23:19:53 -07:00
xml.rs xml: Refactor `XmlNode` creation methods 2022-04-08 16:34:57 -07:00