ruffle/core/src
CUB3D bc1055e381 core: Create system protos in globals.rs, fix version-dependant output
Make get_server_string output order match flash, also make language and manufacturer output respect emulated player version
2020-06-09 22:41:11 +01:00
..
avm1 core: Create system protos in globals.rs, fix version-dependant output 2020-06-09 22:41:11 +01:00
backend core: Add clipboard support to input backend 2020-06-09 22:41:11 +01:00
display_object core: `TObject::call` no longer requires you to resolve after calling it 2020-06-08 15:12:05 -07:00
font core: `TObject::get` no longer requires you to resolve after retrieving it 2020-06-08 15:12:05 -07:00
xml chore: Removed debug code from a test 2020-04-21 05:48:17 -07:00
avm1.rs core: `Value::call` no longer requires you to resolve after calling it 2020-06-08 15:12:05 -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: Retain properties for System in the player 2020-06-09 22:41:11 +01: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: Retain properties for System in the player 2020-06-09 22:41:11 +01: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