ruffle/core/src
sleepycatcoding ea7264eab5 core: Dispatch IOErrorEvent when connection fails 2023-07-23 09:13:01 +02:00
..
avm1 avm1: Implement BitmapData.applyFilter() 2023-07-21 21:43:54 +02:00
avm2 core: Dispatch IOErrorEvent when connection fails 2023-07-23 09:13:01 +02:00
backend core: Make socket connection async 2023-07-23 09:13:01 +02:00
bitmap core: Add pixel snapping (default auto) to Bitmaps, and force it for cacheAsBitmap 2023-07-22 00:34:17 +02:00
debug_ui Upgrade to new `gc-arena` API (#11182) 2023-07-09 17:04:25 -04:00
display_object avm2: Implement Bitmap.pixelSnapping 2023-07-22 00:34:17 +02:00
html core: Make underlines the same color as their text 2023-07-17 00:32:46 +02:00
string Upgrade to new `gc-arena` API (#11182) 2023-07-09 17:04:25 -04:00
xml avm1: Migrate XMLNode to NativeObject 2023-07-12 18:33:58 +02:00
avm1.rs avm1: Migrate `SharedObject` to `NativeObject` 2023-07-17 11:34:06 +03:00
avm2.rs avm2: Support onCuePoint and onMetadata NetStream.client function handlers 2023-07-19 17:26:24 -06: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
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: Implement suggested changes in PR to documentation & code 2023-05-02 17:13:42 +02:00
context.rs core: Implement socket backend 2023-07-23 09:13:01 +02:00
context_menu.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
debug_ui.rs core: Add debug feature to find display objects by mouse 2023-07-01 12:58:32 +02:00
display_object.rs core: Add pixel snapping (default auto) to Bitmaps, and force it for cacheAsBitmap 2023-07-22 00:34:17 +02:00
drawing.rs core: Use actual bounding box of curves instead of an approximation 2023-07-19 02:09:12 +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 tests: Add TextField Event.CHANGE test and update test input format 2023-07-05 18:00:59 -04:00
external.rs avm2: Set correct `this` values in function calls 2023-07-05 22:36:20 +02:00
focus_tracker.rs avm2: Do not remove an EditText's selection on unfocus (fix #9006) + implement selectionBegin/selectionEnd/caretIndex (#9067) 2023-07-15 16:17:45 +00:00
font.rs Upgrade to new `gc-arena` API (#11182) 2023-07-09 17:04:25 -04:00
frame_lifecycle.rs avm2: Run 'nested goto frame' for entire Stage and orphans 2023-06-08 22:17:27 -05: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 socket backend 2023-07-23 09:13:01 +02:00
library.rs Upgrade to new `gc-arena` API (#11182) 2023-07-09 17:04:25 -04:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs core: Add MovieClip unloaded state 2023-07-17 00:08:02 +02:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
pixel_bender.rs render: Implement more PixelBender features (#11800) 2023-07-01 13:50:43 -04:00
player.rs core: Implement socket backend 2023-07-23 09:13:01 +02:00
prelude.rs chore: Use `swf::Point` in many places 2023-04-27 22:14:03 +03:00
socket.rs core: Dispatch IOErrorEvent when connection fails 2023-07-23 09:13:01 +02:00
streams.rs core: Allow NetStream script data to call any functions 2023-07-19 17:26:24 -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 Upgrade to new `gc-arena` API (#11182) 2023-07-09 17:04:25 -04:00
types.rs core: Move `F64Extension` to `avm1` 2023-02-28 19:22:37 +02:00
vminterface.rs avm2: Skip running enter_frame for children as well 2023-03-14 23:19:53 -07:00
xml.rs core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00