Skip to content

Tags: Randomno/ruffle

Tags

nightly-2023-09-09

Toggle nightly-2023-09-09's commit message
core: Make a glyph shape handle Optional, for ie whitespace

nightly-2023-09-08

Toggle nightly-2023-09-08's commit message
core: Convert two unused doc comments to normal comments

This fixes Nightly warnings

nightly-2023-09-07

Toggle nightly-2023-09-07's commit message
avm2: Implement XML.prependChild

nightly-2023-09-06

Toggle nightly-2023-09-06's commit message
avm2: Remove unnecessary '&mut self' from Object methods

nightly-2023-09-05

Toggle nightly-2023-09-05's commit message
fix(deps): update rust dependencies

nightly-2023-09-03

Toggle nightly-2023-09-03's commit message
chore: Update translations from Crowdin

nightly-2023-09-01

Toggle nightly-2023-09-01's commit message
tests: Add a test for using Shared Objects without a root movie

nightly-2023-08-31

Toggle nightly-2023-08-31's commit message
chore: Update translations from Crowdin

nightly-2023-08-29

Toggle nightly-2023-08-29's commit message
avm1: Set target clip to None if target is an undefined object

SetTarget currently sets the target clip to the base clip if the
target passed to tellTarget() is an undefined object. This causes
goto's to run on the base clip in Ruffle, when Adobe Flash Player
does not run the goto's at all.

Fixes ruffle-rs#12389 and ruffle-rs#12390

nightly-2023-08-28

Toggle nightly-2023-08-28's commit message
avm2: Preserve attribute flag when filling lazy multiname with QName

Fixes ruffle-rs#12570