ruffle/core/src
Nathan Adams edcd1e6d65 core: Add keyboard shortcut to dump every variable (ctrl+alt+V, same as Flash Player) 2020-05-10 23:39:54 -07:00
..
avm1 core: Add keyboard shortcut to dump every variable (ctrl+alt+V, same as Flash Player) 2020-05-10 23:39:54 -07:00
backend render: Introduce a DistilledShape and use that instead of swf::Shape for the rendering API 2020-05-10 22:03:56 -07:00
display_object render: Introduce a DistilledShape and use that instead of swf::Shape for the rendering API 2020-05-10 22:03:56 -07:00
font swf: Added utility method for `Color::from_rgb(rgb, alpha)` 2020-05-10 22:03:56 -07:00
xml chore: Removed debug code from a test 2020-04-21 05:48:17 -07:00
avm1.rs core: Add keyboard shortcut to dump every variable (ctrl+alt+V, same as Flash Player) 2020-05-10 23:39:54 -07:00
backend.rs core: Added Input backend, currently unimplemented, for polling user input 2019-12-21 19:08:06 -08:00
bounding_box.rs avm1: Implement StartDrag/EndDrag 2019-12-21 16:28:41 -08:00
character.rs core: Wrap Font in a Gc 2019-12-17 02:48:55 -08: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 core: Run any on(construct) events at the appropriate time 2020-05-03 12:46:55 -07:00
display_object.rs core: Set init_object values after prototype but before constructor 2020-05-03 12:46:55 -07:00
events.rs core: Implement keyUp event 2020-02-26 03:48:07 -08:00
font.rs core: Matrix translation is in twips 2020-02-26 12:47:47 -08:00
lib.rs core: Add PropertyMap for handling AVM1 object properties 2020-03-28 16:22:02 -07:00
library.rs avm1: Refactor to expose `avm, context` in `post_instantiate` 2020-02-29 23:05:15 +01:00
loader.rs core: Set init_object values after prototype but before constructor 2020-05-03 12:46:55 -07:00
matrix.rs core: Matrix translation is in twips 2020-02-26 12:47:47 -08:00
player.rs core: Add keyboard shortcut to dump every variable (ctrl+alt+V, same as Flash Player) 2020-05-10 23:39:54 -07:00
prelude.rs core: Use i32 for display object depth 2019-12-17 02:48:55 -08:00
property_map.rs avm1: Use `PropertyMap::get_index` for stage object properties 2020-03-28 16:22:02 -07:00
shape_utils.rs render: Introduce a DistilledShape and use that instead of swf::Shape for the rendering API 2020-05-10 22:03:56 -07:00
string_utils.rs avm1: Implement Array.sort and constants 2020-04-01 18:46:12 -07:00
tag_utils.rs desktop: Prime window with known width/height of the movie 2020-05-04 16:07:38 -07:00
transform.rs Movie clip access from AS. Functions are now callable objects, and receive `this`. 2019-08-30 20:37:48 +02:00
xml.rs Implement `status`. 2020-01-04 19:00:49 -05:00