ruffle/core
Moulins 725d887ceb avm2: replace Rust's sort by avmplus' for `Array` sorts; unblocks #17812
Replace the use of Rust's standard sort in `Array.sort` and `sortOn` by
a port of avmplus' QuickSort algorithm. This avoid panics on Rust >=1.81
when `Array.sort` is called with a non-Ord comparison function, and will
always produce the same result as Flash Player.
2024-09-11 21:58:34 +02:00
..
assets chore: Update translations from Crowdin 2024-09-06 09:02:25 +02:00
build_playerglobal core: Fix failing doctests 2024-09-04 22:28:12 +02:00
macros chore: Fix clippy errors on beta 2024-09-05 08:14:14 +02:00
src avm2: replace Rust's sort by avmplus' for `Array` sorts; unblocks #17812 2024-09-11 21:58:34 +02:00
Cargo.toml core,desktop: Update to `winit` `v0.30.5` and latest `egui` from git 2024-09-11 13:24:14 +02:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00