ruffle/core/src
David Wendt 584c6c8b11 avm2: Implement `Event.clone` 2020-12-14 16:46:33 -08:00
..
avm1 avm1: Use ? on set_text_color so errors are raised 2020-12-14 12:45:45 -08:00
avm2 avm2: Implement `Event.clone` 2020-12-14 16:46:33 -08:00
backend web: Fix cors issues with http (close ruffle-rs#1486) 2020-12-14 05:51:28 -08:00
display_object avm1: Implement TextField.backgroundColor 2020-12-14 12:45:45 -08:00
html docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
xml chore: Appease rustfmt 2020-12-07 10:35:40 -08:00
avm1.rs avm1: Don't panic if we encounter an invalid display object hierarchy for AS2. Instead, yield a runtime error. 2020-12-09 14:00:06 -08:00
avm2.rs avm2: Add `Event` class, object type, and native representation 2020-12-14 16:46:33 -08:00
backend.rs core: Add Log backend, for capturing trace output specific to a movie 2020-09-13 13:51:39 -07:00
bounding_box.rs Add functions to set positions and widths on bounding boxes. 2020-06-20 19:48:10 -04:00
character.rs core: Wrap Font in a Gc 2019-12-17 02:48:55 -08:00
collect.rs Consolidate all of our copied `CollectWrapper`s. 2020-08-14 20:52:09 -04:00
color_transform.rs render: Cache color transforms in wgpu backend, don't re-upload unchanged values 2020-04-30 16:33:41 +02:00
context.rs web: Add Ruffle::audio_context getter 2020-11-24 16:36:33 -08:00
display_object.rs core: Implement MovieClip._lockroot in avm1 2020-12-13 15:34:42 -08:00
drawing.rs avm1: Implement shape hit testing 2020-09-02 17:51:55 -07:00
ecma_conversions.rs Extract all of the numerical conversions into a separate module and leverage them where appropriate in AVM2 2020-08-10 16:38:04 -07:00
events.rs chore: Appease rustfmt 2020-12-07 10:35:40 -08:00
external.rs web: Implement two-way communication with ExternalInterface 2020-09-03 18:17:44 -07:00
focus_tracker.rs core: Clicking on (selectable) texts will make that text focused 2020-11-02 11:43:10 -08:00
font.rs core: Display a caret when the text selection isn't a highlight 2020-11-02 11:43:10 -08:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs chore: Appease clippy, squelch unnecessary_wraps lint 2020-11-24 18:59:42 -08:00
library.rs avm1: Export names are case insensitive 2020-10-21 17:09:31 -07:00
loader.rs core: Use encoding_rs in load_vars_loader 2020-11-26 15:41:50 -08:00
player.rs core: Assign `rootN` format names to top-level AVM2 movie clips. 2020-12-09 14:00:06 -08:00
prelude.rs core: Fix regression on Super Mario 63 2020-11-27 13:23:34 -08:00
property_map.rs core: Add flashvars support - #312 2020-10-12 15:28:16 -07:00
shape_utils.rs core: Avoid panic due to invalid style IDs 2020-10-10 16:35:37 -07:00
string_utils.rs avm1: Move utf16 util methods to string_utils 2020-09-17 16:03:51 -07:00
tag_utils.rs avm1: Remove bounds checks from `ActionDefineFunction`, `ActionWith`, `ActionDefineFunction2`, and `ActionTry`. 2020-11-20 00:28:56 -08:00
transform.rs Tie `EditText` into the new layout system, which is currently unfinished. 2020-06-20 19:26:37 -04:00
types.rs core: Allow percentages (e.g. scalex/y) to be specified, stored, and cached at either [0..1] or [0..100] scale. 2020-12-09 14:00:06 -08:00
vminterface.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
xml.rs Add the ability to `walk` through an XML tree. 2020-06-20 19:16:16 -04:00