ruffle/core/src
Nathan Adams 432a63250b core: Update our xmlns/xml namespace detection for new quick-xml 0.31.0 2023-11-01 00:45:43 +01:00
..
avm1 core,web: Replace `instant` with `web-time` 2023-10-28 03:01:45 +02:00
avm2 core: Update our xmlns/xml namespace detection for new quick-xml 0.31.0 2023-11-01 00:45:43 +01:00
backend core,web: Replace `instant` with `web-time` 2023-10-28 03:01:45 +02:00
bitmap avm2: Implement BitmapData.copyPixelsToByteArray 2023-10-05 17:35:54 -04:00
debug_ui core: Add style to edittext debug UI 2023-10-20 12:41:15 +02:00
display_object avm2: Implement Font.enumerateFonts 2023-10-30 15:49:07 +01:00
html avm2: Implement Font.registerFont 2023-10-30 15:49:07 +01:00
string chore: fmt 2023-08-16 16:11:57 +02:00
xml avm1: Store childNodes on the node itself 2023-10-16 11:25:48 +02:00
avm1.rs avm1: Migrate `SharedObject` to `NativeObject` 2023-07-17 11:34:06 +03:00
avm2.rs avm2: Use RawTable to implement 'public index' iteration (#12470) 2023-10-28 20:44:01 +00:00
backend.rs core: Made core no longer depend on software video decoders 2022-09-04 17:46:58 -07:00
binary_data.rs core: Made SwfSlice::to_subslice return an empty slice in case of errors 2022-08-21 20:12:10 -07:00
bitmap.rs core: Rename bitmap_data_operations to just operations 2023-03-31 16:57:52 +02:00
buffer.rs tests: Add test cases for `SliceCursor` 2023-08-23 15:36:20 -06:00
character.rs core: Use unnamed field in `Character::Bitmap` 2023-02-16 19:02:57 +02:00
compatibility_rules.rs core: Improve compatibility rule for Kongregate 2023-05-05 10:44:57 +03:00
config.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
context.rs core,web: Replace `instant` with `web-time` 2023-10-28 03:01:45 +02:00
context_menu.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
debug_ui.rs core: Add debug feature to find display objects by mouse 2023-07-01 12:58:32 +02:00
display_object.rs avm2: Don't stop root movie clip, even if it doesn't extend `MovieClip` 2023-10-18 09:28:50 -04:00
drawing.rs core: Split up Drawing's registration of the shape vs rendering of the shape 2023-09-09 00:01:20 +02:00
ecma_conversions.rs avm1: Format floating-point numbers 2022-04-09 22:40:59 -07:00
either.rs avm2: Implement call stack & stack traces (#7564) 2022-08-28 18:30:20 +02:00
events.rs swf: Removed ButtonAction::key_code and fixed writing button tags 2023-10-29 14:31:45 +01:00
external.rs core: Move fscommand execution outside of ExternalInterfaceProvider, so it can be implemented without causing ExternalInterface.available to become true 2023-07-26 17:00:15 +02:00
focus_tracker.rs core: use GcLock instead of GcCell in FocusTracker 2023-08-26 11:00:40 +02:00
font.rs avm2: Implement Font.enumerateFonts 2023-10-30 15:49:07 +01:00
frame_lifecycle.rs Adjust behavior 2023-09-23 14:11:24 +02:00
html.rs core: Add methods for introspecting text metrics on an `EditText`. 2022-11-20 17:13:48 -07:00
i18n.rs core: Rename text to core_text just to avoid confusion if used from another crate with its own text methods 2023-05-09 00:06:49 +02:00
lib.rs core: Implement device font lookup, and multiple default device fonts 2023-10-15 14:09:21 +02:00
library.rs avm2: Implement Font.registerFont 2023-10-30 15:49:07 +01:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs avm2: Remove unnecessary '&mut self' from Object methods 2023-09-05 17:30:28 -04:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
pixel_bender.rs chore: Appease beta Clippy 2023-08-22 15:29:01 +02:00
player.rs core,web: Replace `instant` with `web-time` 2023-10-28 03:01:45 +02:00
prelude.rs chore: Use `swf::Point` in many places 2023-04-27 22:14:03 +03:00
socket.rs chore: fmt 2023-08-05 14:42:09 +02:00
streams.rs docs: Correct documentation of what `execute_seek` does 2023-10-10 18:49:09 -06:00
string.rs core: use unified repr for non-static `AvmString`s, interned and not 2023-04-27 00:17:31 +02:00
stub.rs avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
tag_utils.rs core: Add MovieClip initial loading state 2023-07-17 00:08:02 +02:00
timer.rs chore: Appease nightly clippy 2023-08-01 22:44:00 +03:00
types.rs core: Move `F64Extension` to `avm1` 2023-02-28 19:22:37 +02:00
vminterface.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
xml.rs core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00