Skip to content

Releases: ruffle-rs/ruffle

Nightly 2021-06-15

15 Jun 00:01
Compare
Choose a tag to compare
Nightly 2021-06-15 Pre-release
Pre-release
nightly-2021-06-15

tests: Add test for SetTarget on a removed clip

Nightly 2021-06-14

14 Jun 00:01
Compare
Choose a tag to compare
Nightly 2021-06-14 Pre-release
Pre-release
nightly-2021-06-14

core: support magic button labels for avm1

Nightly 2021-06-12

12 Jun 00:01
Compare
Choose a tag to compare
Nightly 2021-06-12 Pre-release
Pre-release
core: Use swf::ClipEventFlag in stored clip event handlers

 * Rename movie_clip::ClipAction to movie_clip::ClipEventHandler.
 * Store the swf::ClipEventFlag event flags that trigger the event
   directly in the event handler. Previously we split up any event
   that had multiple event flags into separate events. Now these
   can be kept as a single event.
 * Remove `MovieClip::has_button_event`, and instead store the
   union of all event flags in `MovieClip::clip_event_flags`. This
   will be useful for other cases in the future.

Nightly 2021-06-11

11 Jun 00:01
Compare
Choose a tag to compare
Nightly 2021-06-11 Pre-release
Pre-release
core: Allow MorphShapes and Texts to be replaced via PlaceObject

PR #4540 allowed shapes to replace their inner art handles via
replace PlaceObject tags. This can also happen for morph shapes and
static texts.

Add MorphShape::replace_with and Text::repalce_with. This fixes the
incorrect art in main menu buttons of Super Mario 63.

Nightly 2021-06-10

10 Jun 00:01
Compare
Choose a tag to compare
Nightly 2021-06-10 Pre-release
Pre-release
nightly-2021-06-10

tests: Add test for PlaceObject replace

Nightly 2021-06-09

09 Jun 00:02
Compare
Choose a tag to compare
Nightly 2021-06-09 Pre-release
Pre-release
nightly-2021-06-09

tests: Add test for DefineFunction case sensitivity

Nightly 2021-06-08

08 Jun 00:12
Compare
Choose a tag to compare
Nightly 2021-06-08 Pre-release
Pre-release
chore: Bump approx from 0.4.0 to 0.5.0

Bumps [approx](https://github.com/brendanzab/approx) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/brendanzab/approx/releases)
- [Commits](https://github.com/brendanzab/approx/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: approx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Nightly 2021-06-06

06 Jun 00:07
Compare
Choose a tag to compare
Nightly 2021-06-06 Pre-release
Pre-release
nightly-2021-06-06

core: Replace num_enum with num_derive

Nightly 2021-06-04

04 Jun 00:21
Compare
Choose a tag to compare
Nightly 2021-06-04 Pre-release
Pre-release
chore: Bump @wdio/mocha-framework from 7.5.3 to 7.7.2 in /web

Bumps [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio) from 7.5.3 to 7.7.2.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v7.5.3...v7.7.2)

---
updated-dependencies:
- dependency-name: "@wdio/mocha-framework"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Nightly 2021-06-02

02 Jun 00:19
Compare
Choose a tag to compare
Nightly 2021-06-02 Pre-release
Pre-release
chore: Bump @wdio/local-runner from 7.5.4 to 7.7.0 in /web

Bumps [@wdio/local-runner](https://github.com/webdriverio/webdriverio) from 7.5.4 to 7.7.0.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v7.5.4...v7.7.0)

---
updated-dependencies:
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>