ruffle/core/src
Nathan Adams f5765f2bac avm1: Implement all of flash.geom.Rectangle + tests (#305) 2020-06-02 18:49:01 -07:00
..
avm1 avm1: Implement all of flash.geom.Rectangle + tests (#305) 2020-06-02 18:49:01 -07:00
backend webgl: Implement linear RGB gradients 2020-05-22 11:03:16 -07:00
display_object core: Print swf version on startup, and warn when we run into avm2 2020-05-30 02:48:54 -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: Don't panic on `new DoesntExist()` 2020-06-02 18:49:01 -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 core: BoundingBox::encompass should properly convert invalid BBs to valid BBs. 2020-05-21 20:19:26 +02: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: Make RenderBackend downcastable 2020-05-11 01:09:07 -07:00
display_object.rs core: Flatten ClipActions into a single event per action 2020-05-24 08:57:30 -07:00
drawing.rs core: More accurate shape_bounds/edge_bounds in drawing api 2020-05-21 20:34:48 +02:00
events.rs core: Clean up clip event handlers 2020-05-24 08:57:30 -07:00
font.rs chore: Fix clippy lints 2020-05-30 03:47:12 -07:00
lib.rs core: Move drawing api out from `movie_clip` into `drawing` 2020-05-21 18:38:10 +02: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
player.rs core: Print swf version on startup, and warn when we run into avm2 2020-05-30 02:48:54 -07:00
prelude.rs swf: Merged core::Matrix into swf::Matrix 2020-05-20 14:54:41 +02:00
property_map.rs avm1: Use `PropertyMap::get_index` for stage object properties 2020-03-28 16:22:02 -07:00
shape_utils.rs core: Keep track of cursor position in drawings 2020-05-21 18:38:10 +02: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