ruffle/core/src
Aaron Hill 1cf669c75e avm2: Convert invalid rectangle to zero rectangle in getBounds 2024-01-29 13:25:16 -05:00
..
avm1 avm1: Implement proper behavior for Gradient***Filter array setters 2024-01-26 18:40:06 +01:00
avm2 avm2: Convert invalid rectangle to zero rectangle in getBounds 2024-01-29 13:25:16 -05:00
backend core: Add backend method for getting the expected length of a response. 2024-01-25 23:24:09 -07:00
bitmap core: Divide by 255 in blend_over calculation 2023-11-25 22:29:30 +01:00
debug_ui debug_ui: Do not render container as collapsible if it has no children 2024-01-26 20:34:49 +01:00
display_object chore: Fix nightly Clippy lints 2024-01-28 16:03:29 -05:00
html avm2: Only use embedded CFF fonts for TLF 2024-01-26 21:57:48 +01:00
string chore: Upgrade gc-arena to 0.5.0 2024-01-06 09:45:35 +01:00
xml avm1: Store childNodes on the node itself 2023-10-16 11:25:48 +02:00
avm1.rs core/avm1: Improve some stubs 2023-12-17 13:01:23 -08:00
avm2.rs debug_ui: Add 'Show Domains' menu to view domains and classes 2024-01-23 11:34:14 +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 nits: Fix a whole bunch of typos all over the place 2024-01-17 23:59:19 +01:00
buffer.rs tests: Add test cases for `SliceCursor` 2023-08-23 15:36:20 -06:00
character.rs core: Use unnamed field in `Character::Bitmap` 2023-02-16 19:02:57 +02:00
compatibility_rules.rs core: Improve compatibility rule for Kongregate 2023-05-05 10:44:57 +03:00
config.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
context.rs avm2: Fix handling of Loader.loadBytes for images 2024-01-25 10:35:28 -05:00
context_menu.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
debug_ui.rs debug_ui: Add 'Show Domains' menu to view domains and classes 2024-01-23 11:34:14 +01:00
display_object.rs nits: Fix a whole bunch of typos all over the place 2024-01-17 23:59:19 +01:00
drawing.rs core: Add FontFace struct, for loading a Font from a file binary 2024-01-08 23:00:18 +01: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: Support F13..F24 keys 2024-01-11 22:40:37 +01:00
external.rs core: Move fscommand execution outside of ExternalInterfaceProvider, so it can be implemented without causing ExternalInterface.available to become true 2023-07-26 17:00:15 +02:00
focus_tracker.rs avm1: Add support for onSetFocus & onKillFocus 2024-01-10 21:59:25 -05:00
font.rs avm2: Only use embedded CFF fonts for TLF 2024-01-26 21:57:48 +01:00
frame_lifecycle.rs core/avm1: Improve some stubs 2023-12-17 13:01:23 -08:00
html.rs core: Remove unused exports (fix nightly warnings) 2023-11-01 00:21:59 -04:00
i18n.rs core: Rename text to core_text just to avoid confusion if used from another crate with its own text methods 2023-05-09 00:06:49 +02:00
lib.rs chore: Stop allowing previously buggy lint `clippy::extra_unused_type_parameters` 2023-12-25 19:20:53 -05:00
library.rs avm2: Only use embedded CFF fonts for TLF 2024-01-26 21:57:48 +01:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs core: Inform `NetStream` of the expected stream length. 2024-01-25 23:24:09 -07:00
local_connection.rs avm2/core: Implement basic SWF-local `LocalConnection` 2023-12-23 15:46:03 -05:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
net_connection.rs core: `Request` is now a trait. Body download is deferred to a second async method. 2024-01-25 23:24:09 -07:00
pixel_bender.rs chore: Appease beta Clippy 2023-08-22 15:29:01 +02:00
player.rs web: Add allowFullscreen embed/object option (part of #4258) 2024-01-26 10:06:29 +00:00
prelude.rs core: Remove unused exports (fix nightly warnings) 2023-11-01 00:21:59 -04:00
socket.rs fix(deps): update rust dependencies to v2 2023-11-20 09:03:08 +01:00
streams.rs core: Use the last processed tag time for stream time in case of buffer underruns. 2024-01-25 23:24:09 -07:00
string.rs core: use unified repr for non-static `AvmString`s, interned and not 2023-04-27 00:17:31 +02:00
stub.rs core/avm1: Improve some stubs 2023-12-17 13:01:23 -08:00
tag_utils.rs core: Display image load when using Loader.loadBytes 2024-01-22 19:35:08 -05:00
timer.rs core: Clean up Timers::remove, remove Timer::is_alive 2023-12-14 18:47:39 +01:00
types.rs core: Move `F64Extension` to `avm1` 2023-02-28 19:22:37 +02:00
vminterface.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
xml.rs core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00