ruffle/core/src
relrelb cd8ab813a4 avm1: Return an unboxed undefined in `TransformObject` constructor
This is now possible thanks to #2415.
2021-04-17 09:27:29 -07:00
..
avm1 avm1: Return an unboxed undefined in `TransformObject` constructor 2021-04-17 09:27:29 -07:00
avm2 avm1: Add Value::is_primitive 2021-04-16 15:25:22 -07:00
backend chore: Appease clippy 2021-04-15 00:02:27 -07:00
bitmap avm1: Implement BitmapData.perlinNoise() 2021-01-27 11:53:05 -08:00
display_object chore: Appease clippy 2021-04-15 00:02:27 -07:00
html chore: Use matches!(...) in more places 2021-04-16 15:25:22 -07:00
xml chore: Use matches!(...) in more places 2021-04-16 15:25:22 -07:00
avm1.rs avm1: Migrate `search_prototype` to primitive prototype 2021-04-03 12:40:05 -06:00
avm2.rs core: Also allow converting `TextFormat` back into an AVM2 object. 2021-03-19 12:39:57 -07:00
backend.rs core: Add `VideoBackend` to host video decoders 2021-02-16 19:03:48 -08:00
bitmap.rs avm1: Implement BitmapData.perlinNoise() 2021-01-27 11:53:05 -08:00
bounding_box.rs Add functions to set positions and widths on bounding boxes. 2020-06-20 19:48:10 -04:00
character.rs Replace most manual `Collect` impls with `#[derive(Collect)]` 2021-02-17 18:38: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
config.rs core: Move Letterbox to config module 2021-01-07 11:46:07 -08:00
context.rs Derive `Collect` for `ActionQueue` 2021-03-18 21:56:04 -07:00
display_object.rs avm1: _levelN should shadow children instances with the same name 2021-04-15 13:49:17 -07:00
drawing.rs core: `Drawing` should accept a SWF movie to pull bitmaps from 2021-03-24 13:18:06 -07:00
ecma_conversions.rs avm1: Don't parse "inf" as Infinity 2021-04-14 21:51:48 -07:00
events.rs core: Add missing support for Tab keycode 2021-02-27 16:44:39 -08:00
external.rs Replace most manual `Collect` impls with `#[derive(Collect)]` 2021-02-17 18:38:55 -08:00
focus_tracker.rs chore: Appease clippy 2021-02-12 06:32:42 -08:00
font.rs chore: Twips::new(0) -> Twips::zero() 2021-03-13 00:56:04 -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 2021-02-27 16:10:46 -08:00
library.rs avm2: Don't except when creating a dynamic TextField. 2021-03-19 12:39:57 -07:00
loader.rs avm1: Update movie parameters when loading into _root/_level0 2021-04-10 13:48:05 -07:00
player.rs core: Remove redundant tuple 2021-04-16 15:25:22 -07:00
prelude.rs avm1: Support masks when mouse-picking. 2021-04-09 22:11:07 -07:00
property_map.rs core: Add flashvars support - #312 2020-10-12 15:28:16 -07:00
shape_utils.rs chore: Appease clippy 2021-04-15 00:02:27 -07:00
string_utils.rs avm1: Respect case-(in)sensitivity in text bindings 2021-02-01 18:09:32 -08:00
tag_utils.rs core: Add support for an explicit loader URL (though nothing sets it yet) and expose it in `LoaderInfo`. 2021-04-05 16:18:37 -06:00
transform.rs Tie `EditText` into the new layout system, which is currently unfinished. 2020-06-20 19:26:37 -04:00
types.rs chore: Appease clippy 2021-01-04 13:17:26 -08:00
vminterface.rs chore: Use matches!(...) in more places 2021-04-16 15:25:22 -07:00
xml.rs chore: Appease clippy 2021-02-12 06:32:42 -08:00