ruffle/core/src
David Wendt 52c3b0f1bc avm2: `Stage.color` yields background color alpha (always 0xFF) in the high bits of the u32 2021-04-26 01:15:42 -07:00
..
avm1 avm2: Impl `Stage.frameRate` 2021-04-26 01:15:42 -07:00
avm2 avm2: `Stage.color` yields background color alpha (always 0xFF) in the high bits of the u32 2021-04-26 01:15:42 -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 avm2: Expose `Stage.browserZoomFactor` 2021-04-26 01:15:42 -07:00
html chore: Appease clippy 2021-04-24 21:42:30 -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 core: Use Fixed8 and i16 for ColorTransform 2021-04-19 15:47:52 -07:00
config.rs core: `Letterbox` should be `Collect` 2021-04-26 01:15:42 -07:00
context.rs avm2: Impl `Stage.frameRate` 2021-04-26 01:15:42 -07:00
display_object.rs core: Move most of the player rendering code into the `Stage`'s render method. 2021-04-26 01:15:42 -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 core: Add a `root_clip` method for `Stage` and make everything grabbing depth 0 off the stage use it 2021-04-26 01:15:42 -07:00
focus_tracker.rs core: Add a `root_clip` method for `Stage` and make everything grabbing depth 0 off the stage use it 2021-04-26 01:15:42 -07: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: Store symbol / class relationships using the class constructor, not the prototype. 2021-04-23 00:26:10 -07:00
loader.rs core: Add a `root_clip` method for `Stage` and make everything grabbing depth 0 off the stage use it 2021-04-26 01:15:42 -07:00
player.rs avm2: Impl `Stage.frameRate` 2021-04-26 01:15:42 -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