ruffle/core/src
David Wendt 0e59e1c961 Allow host-provided constructors to override `new` and provide host objects to the AVM when a particular constructor is called. 2019-11-26 14:51:06 -05:00
..
avm1 Allow host-provided constructors to override `new` and provide host objects to the AVM when a particular constructor is called. 2019-11-26 14:51:06 -05:00
backend core: Handle empty JPEGTables tags (fix #116) 2019-11-11 17:08:08 -05:00
display_object Separate `Object` into an interface trait and a standard implementation. Host object implementations may bypass `ScriptObject` and directly interface with the AVM using this trait. 2019-11-26 14:51:05 -05:00
avm1.rs Allow host-provided constructors to override `new` and provide host objects to the AVM when a particular constructor is called. 2019-11-26 14:51:06 -05:00
backend.rs chore: cargo fmt 2019-09-16 20:37:11 -07:00
bounding_box.rs chore: Add rustfmt.toml and rustfmt pass 2019-08-26 16:38:48 -07:00
character.rs core: Move display objects to display_object module 2019-10-26 15:04:52 -07:00
color_transform.rs chore: Add rustfmt.toml and rustfmt pass 2019-08-26 16:38:48 -07:00
context.rs First stab at moving system builtins to explicit prototypes 2019-11-26 14:51:03 -05:00
display_object.rs Separate `Object` into an interface trait and a standard implementation. Host object implementations may bypass `ScriptObject` and directly interface with the AVM using this trait. 2019-11-26 14:51:05 -05:00
events.rs chore: Add rustfmt.toml and rustfmt pass 2019-08-26 16:38:48 -07:00
font.rs text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
lib.rs core: Move UpdateContext into context submodule 2019-10-27 13:49:47 -07:00
library.rs Separate `Object` into an interface trait and a standard implementation. Host object implementations may bypass `ScriptObject` and directly interface with the AVM using this trait. 2019-11-26 14:51:05 -05:00
matrix.rs core: Add matrix tests (#72) 2019-10-03 02:44:26 -07:00
player.rs Separate `Object` into an interface trait and a standard implementation. Host object implementations may bypass `ScriptObject` and directly interface with the AVM using this trait. 2019-11-26 14:51:05 -05:00
prelude.rs core: Move display objects to display_object module 2019-10-26 15:04:52 -07:00
shape_utils.rs Work 2019-07-10 21:04:59 -07:00
tag_utils.rs audio: Fix audio for ADPCM stream sounds 2019-10-28 02:51:46 -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