Skip to content

Releases: Bale001/ruffle

Nightly 2022-09-22

22 Sep 02:01

Choose a tag to compare

Nightly 2022-09-22 Pre-release
Pre-release
nightly-2022-09-22

tests: Add test for ByteArray.writeObject

Nightly 2022-09-18

18 Sep 02:21

Choose a tag to compare

Nightly 2022-09-18 Pre-release
Pre-release
nightly-2022-09-18

avm2: Implement IDataOutput

Nightly 2022-09-16

16 Sep 02:10

Choose a tag to compare

Nightly 2022-09-16 Pre-release
Pre-release
nightly-2022-09-16

avm2: Implement missing enums

Nightly 2022-09-09

09 Sep 02:06

Choose a tag to compare

Nightly 2022-09-09 Pre-release
Pre-release
text: Store background and border colors as `swf::Color`

Instead of `u32`.

Nightly 2022-09-05

05 Sep 02:06

Choose a tag to compare

Nightly 2022-09-05 Pre-release
Pre-release
nightly-2022-09-05

avm2: Swap Multiname flags to bitflags

Nightly 2022-08-30

30 Aug 02:07

Choose a tag to compare

Nightly 2022-08-30 Pre-release
Pre-release
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

29 Aug 02:05
f8289b4

Choose a tag to compare

Nightly 2022-08-29 Pre-release
Pre-release
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

21 Jul 01:48

Choose a tag to compare

Nightly 2022-07-21 Pre-release
Pre-release
nightly-2022-07-21

web: Hide loading screen when root movie download fails

Nightly 2022-01-23

23 Jan 00:54

Choose a tag to compare

Nightly 2022-01-23 Pre-release
Pre-release
nightly-2022-01-23

ci: Use macos-11 runner

Nightly 2021-12-19

19 Dec 00:59

Choose a tag to compare

Nightly 2021-12-19 Pre-release
Pre-release
avm1: Make `ArrayObject` proto non-`Option`

It was always passed as `Some`, so there's no reason for allowing
`None`.