ruffle/core/src
Nathan Adams f0b72ee89c core: Add cacheAsBitmap debug buttons 2023-06-24 01:42:04 +02:00
..
avm1 core: Invalidate cacheAsBitmap when transform changes 2023-06-24 01:42:04 +02:00
avm2 core: Don't rerender cacheAsBitmap if the color transform changes (unlike Flash - but it should be fine!) 2023-06-24 01:42:04 +02:00
backend desktop: Fix interaction between egui and ruffle cursors 2023-06-14 13:43:17 +02:00
bitmap core: Don't use cacheAsBitmap when bitmapdata.draw() as it'll keep reinvalidating it 2023-06-24 01:42:04 +02:00
debug_ui core: Add cacheAsBitmap debug buttons 2023-06-24 01:42:04 +02:00
display_object core: Invalidate cacheAsBitmap when drawing api is used 2023-06-24 01:42:04 +02:00
html render: Use `swf::Point<Twips>` in `DrawCommand::LineTo` 2023-05-14 22:48:41 +03:00
string core: slightly simplify string interner by using new hashbrown APIs 2023-06-12 22:58:20 +02:00
xml core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00
avm1.rs core: Add AVM1 values to debug UI 2023-06-21 18:27:12 +02:00
avm2.rs core: Add avm2 objects to debug menu 2023-06-21 18:27:12 +02: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: Don't use cacheAsBitmap when bitmapdata.draw() as it'll keep reinvalidating it 2023-06-24 01:42:04 +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 window to list known movies 2023-06-21 18:27:12 +02:00
display_object.rs core: Fix panic in recursive set_maskee/set_masker 2023-06-24 01:42:04 +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 avm1: Add include_hidden: bool to get_keys() 2023-06-21 18:27:12 +02: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: Run 'nested goto frame' for entire Stage and orphans 2023-06-08 22:17:27 -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 wpgu: Initial implementation of PixelBender shader execution (#11441) 2023-06-15 22:50:24 +00:00
library.rs core: Add debug window to list known movies 2023-06-21 18:27:12 +02:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs core: Log url when movie fetch fails 2023-06-12 10:55:13 -05:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
pixel_bender.rs wpgu: Initial implementation of PixelBender shader execution (#11441) 2023-06-15 22:50:24 +00:00
player.rs core: Don't use cacheAsBitmap when bitmapdata.draw() as it'll keep reinvalidating it 2023-06-24 01:42:04 +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 a separate domain for playerglobals 2023-06-15 12:57:39 -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