Skip to content

Tags: fungamefarttest/ruffle

Tags

nightly-2023-03-02

Toggle nightly-2023-03-02's commit message
avm2: Workaround haxe calling addChild(this) before super()

nightly-2023-03-01

Toggle nightly-2023-03-01's commit message
tests: Extend loader_applicationDomain test

nightly-2023-02-28

Toggle nightly-2023-02-28's commit message
avm2: Ignore XML comments and processing instructions by default

This matches the default value of the settings on XML.

nightly-2023-02-27

Toggle nightly-2023-02-27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
i18n: Update zh-tw (ruffle-rs#9749)

nightly-2023-02-26

Toggle nightly-2023-02-26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avm2: Store interfaces from superclases/superinterfaces in ClassObject (

ruffle-rs#9728)

nightly-2023-02-25

Toggle nightly-2023-02-25's commit message
web: Use TypeScript project references

This slightly improves TypeScript build times, and allows LSP to work
across packages without building `ruffle-core`.

Official documentation at:
https://www.typescriptlang.org/docs/handbook/project-references.html

nightly-2023-02-24

Toggle nightly-2023-02-24's commit message
avm2: Use a lookup table for cosine in SoundMixer.computeSpectrum()

This results in 128 times fewer calls to the builtin cosf function.

nightly-2023-02-23

Toggle nightly-2023-02-23's commit message
avm2: Iterate the inheritance chain for class-symbol linkage

nightly-2023-02-22

Toggle nightly-2023-02-22's commit message
swf: Introduce `ConvolutionFilterFlags`

nightly-2023-02-20

Toggle nightly-2023-02-20's commit message
core: Implement Color::to_premultiplied_alpha without floats