Skip to content

Tags: sarvex/ruffle

Tags

nightly-2021-07-05

Toggle nightly-2021-07-05's commit message
desktop: Add DX11 to default graphics backends

nightly-2021-07-04

Toggle nightly-2021-07-04's commit message
Fix minor bug/typo in `action_get_url_2`

The current version just doesn't make any sense.
The fixed version is akin to the `target.starts_with("_level") && target.len() > 6` line a bit earlier in this file.

nightly-2021-07-03

Toggle nightly-2021-07-03's commit message
web: Fix build without wasm-opt on Windows

Since ruffle-rs#3111, `wasm-opt` became mandatory on GitHub Actions. But the
check whether we run on GitHub Actions is Bash-specific, and fails
on Windows. That means builds on Windows without `wasm-opt` always
fail.

As a workaround, use the trick from https://gist.github.com/prail/24acc95908e581722c0e9df5795180f6
to run the check only on Unix, and skip it on Windows:

```
echo ; [ \"$GITHUB_ACTIONS\" != true ] # > nul
```

On Unix, `echo` does nothing, the check runs, and the rest is
considered a comment.
On Windows, `echo` prints everything until the `> nul`, which
suppresses the print by redirection, making the whole statement
effectively a no-op.

nightly-2021-07-02

Toggle nightly-2021-07-02's commit message
chore: Bump wdio-chromedriver-service from 7.1.0 to 7.1.1 in /web

Bumps [wdio-chromedriver-service](https://github.com/webdriverio-community/wdio-chromedriver-service) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/webdriverio-community/wdio-chromedriver-service/releases)
- [Commits](webdriverio-community/wdio-chromedriver-service@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: wdio-chromedriver-service
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

nightly-2021-06-29

Toggle nightly-2021-06-29's commit message
chore: Bump svg from 0.9.2 to 0.10.0

Bumps [svg](https://github.com/bodoni/svg) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/bodoni/svg/releases)
- [Commits](https://github.com/bodoni/svg/commits)

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

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

nightly-2021-06-27

Toggle nightly-2021-06-27's commit message
chore: Minor cleanups

nightly-2021-06-25

Toggle nightly-2021-06-25's commit message
chore: Prefer spelling "Graphic"

nightly-2021-06-24

Toggle nightly-2021-06-24's commit message
web: Fix lint warnings

Using `npm run format`.

nightly-2021-06-23

Toggle nightly-2021-06-23's commit message
chore: Use into() in more places

nightly-2021-06-22

Toggle nightly-2021-06-22's commit message
core: Fix documentation spelling