ruffle/core/src
Nathan Adams 9318290336 core: Execute init actions immediately, do not queue them up
Clip initializers can and will influence how the next clips are loaded, and must execute before that

This fixes #418
2020-04-17 23:48:58 -07:00
..
avm1 avm1: Add TObject::set_proto 2020-04-17 23:48:58 -07:00
backend core: Add Navigator::time_since_launch to use for getTimer 2020-03-28 22:28:07 -07:00
display_object core: Execute init actions immediately, do not queue them up 2020-04-17 23:48:58 -07:00
font Fix overflow when shifting `u8`s 2020-02-03 14:46:36 -05:00
xml Don't bother preserving the `Cow`ness of unescaped strings when we're going to clone them anyway. 2020-01-05 00:31:45 -05:00
avm1.rs core: Queue up changes of movieclip prototypes, don't execute it immediately (but at a higher priority than normal actions) 2020-04-17 23:48:58 -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 chore: Add rustfmt.toml and rustfmt pass 2019-08-26 16:38:48 -07:00
context.rs core: Execute init actions immediately, do not queue them up 2020-04-17 23:48:58 -07:00
display_object.rs avm1: Handle case sensitivity in DisplayObject children 2020-03-28 16:22:02 -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 chore: Make avm1 accessible to MovieClip::preload 2020-04-17 23:48:58 -07:00
matrix.rs core: Matrix translation is in twips 2020-02-26 12:47:47 -08:00
player.rs core: Execute init actions immediately, do not queue them up 2020-04-17 23:48:58 -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 Work 2019-07-10 21:04:59 -07:00
string_utils.rs avm1: Implement Array.sort and constants 2020-04-01 18:46:12 -07:00
tag_utils.rs Return an `Err` when decompression fails, rather than just logging it and returning an empty vec. 2020-02-26 18:18:24 -05: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