ruffle/core/src
Nathan Adams 16ce9aa437 core: Add debug rects to debugger 2023-06-03 09:11:06 +02:00
..
avm1 avm1: Migrate `ConvolutionFilter` to `NativeObject` 2023-06-02 23:39:02 +03:00
avm2 avm2: Add PixelBender bytecode parsing to ShaderData 2023-06-02 15:23:32 -05:00
backend avm2: Implement URLRequest.requestHeaders 2023-05-28 12:07:37 -05:00
bitmap wgpu: Don't skip alpha/erase blend modes for BitmapData.draw (#11323) 2023-06-02 21:16:05 +00:00
debug_ui core: Add debug rects to debugger 2023-06-03 09:11:06 +02:00
display_object core: Add debug rects to debugger 2023-06-03 09:11:06 +02:00
html render: Use `swf::Point<Twips>` in `DrawCommand::LineTo` 2023-05-14 22:48:41 +03:00
pixel_bender avm2: Add PixelBender bytecode parsing to ShaderData 2023-06-02 15:23:32 -05:00
string core: use unified repr for non-static `AvmString`s, interned and not 2023-04-27 00:17:31 +02:00
xml core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00
avm1.rs avm1: Refactor movieclip path logic 2023-03-01 22:36:39 +01:00
avm2.rs avm2: Move DisplayObject assignment into an initializer 2023-05-26 22:06:20 -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: Rename bitmap_data_operations to just operations 2023-03-31 16:57:52 +02: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: Implement suggested changes in PR to documentation & code 2023-05-02 17:13:42 +02:00
context.rs core: Add debug rects to debugger 2023-06-03 09:11:06 +02:00
context_menu.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
debug_ui.rs core: Add debug rects to debugger 2023-06-03 09:11:06 +02:00
display_object.rs core: Initial Debug UI 2023-06-03 09:11:06 +02:00
drawing.rs render: Use `swf::Point<Twips>` in more places 2023-05-14 22:48:41 +03: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: Fix TextField.maxChars handling and address other reviews 2023-05-21 15:26:42 +02:00
external.rs core: Make `ExternalInterface` support undefined values 2023-04-02 13:48:14 -07:00
focus_tracker.rs avm1: Fix some issues with `Selection.getFocus()` and `setFocus()` 2023-04-05 15:53:18 -07:00
font.rs render: Remove `RenderBackend::register_glyph_shape` 2023-03-30 01:46:04 +03: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
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 core: Initial Debug UI 2023-06-03 09:11:06 +02:00
library.rs core: Don't overwrite font descriptor with a duplicate 2023-03-31 22:47:00 -07:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs desktop: Add advanced open dialog 2023-05-29 22:12:56 +02:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
pixel_bender.rs avm2: Add PixelBender bytecode parsing to ShaderData 2023-06-02 15:23:32 -05:00
player.rs core: Add debug rects to debugger 2023-06-03 09:11:06 +02:00
prelude.rs chore: Use `swf::Point` in many places 2023-04-27 22:14:03 +03:00
streams.rs chore: Rename `NetStream.toggle_pause` to match `StreamManager::toggle_paused` 2023-03-25 15:30:02 -06: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 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: Use global domain for timer Activation 2023-03-29 19:05:19 -05: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 core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00