Releases: Bale001/ruffle
Releases · Bale001/ruffle
Nightly 2022-09-22
nightly-2022-09-22 tests: Add test for ByteArray.writeObject
Nightly 2022-09-18
nightly-2022-09-18 avm2: Implement IDataOutput
Nightly 2022-09-16
nightly-2022-09-16 avm2: Implement missing enums
Nightly 2022-09-09
text: Store background and border colors as `swf::Color` Instead of `u32`.
Nightly 2022-09-05
nightly-2022-09-05 avm2: Swap Multiname flags to bitflags
Nightly 2022-08-30
core: Simplify `DisplayObjectContainer::highest_depth` The `less_than` parameter remained just `Depth::MAX` since #7199, which makes it useless. As such it can be removed.
Nightly 2022-08-29
avm2: Implement call stack & stack traces (#7564) * avm2: Implement call stack * avm2: Class traits should have a special prefix * avm2: Stack tracebacks should also contain error message * avm2: Move method naming to Executable * avm2: Handle getter and setter methods in tracebacks * chore: Formatting * chore: Add comments * avm2: Make full_name write to a string, instead of creating a new one * core: Make GcArena publicly accessible * core: Add Deref impl for Either type * desktop: Add AVM2 call stack to panic message * avm2: Prefix native methods with a `/` * chore: Appease clippy * avm2: Check if method actually contains bytecode instead of unwrapping * web: Add AVM2 stack trace to panic message * chore: Formatting * chore: Clippy * avm2: Fix stack traces for free standing functions * core: Remove global data from context * core: Rename GcGlobalData to GcCallstack * core: Introduce StaticCallstack, make GcArena private again Co-authored-by: Adrian Wielgosik <4729533+adrian17@users.noreply.github.com>
Nightly 2022-07-21
nightly-2022-07-21 web: Hide loading screen when root movie download fails
Nightly 2022-01-23
nightly-2022-01-23 ci: Use macos-11 runner
Nightly 2021-12-19
avm1: Make `ArrayObject` proto non-`Option` It was always passed as `Some`, so there's no reason for allowing `None`.