Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ruffle-rs/ruffle
A Flash Player emulator written in Rust
https://github.com/ruffle-rs/ruffle
71f7f28fb02bde142d590d9af513e1794553a133 authored over 2 years ago
135833e4000168efe291bca926f718eedc0069bb authored over 2 years ago
Per https://doc.rust-lang.org/cargo/commands/cargo-test.html#manifest-options,
`cargo --locked` ...
They're now unused thanks to #6975.
Also remove the `crate-type` field from `Cargo.toml`. I'm no...
The web build script in `core\package.json` sets the `RUSTFLAGS`
env var, which overrides any se...
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.94 to 1.0.95.
- [Release notes](https://git...
Remove the `ImageElement` data path for storing bitmaps, as the
asynciness of this is difficult ...
Remove `CanvasDrawCommand::DrawImage` and all associated machinery
that generates an SVG.
Most gradients are "simply transformed" and can be rendered
directly using canvas commands. But ...
Due to various quirks of how timeline-initiated symbols interact with AVM2, it is possible for u...
1809ca611b6460a764c328b7d0ffc7a390b5ff33 authored over 2 years ago
Bumps [isahc](https://github.com/sagebind/isahc) from 1.7.1 to 1.7.2.
- [Release notes](https://...
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.92 to 1.0.94.
- [Release notes](https://git...
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3.
- [Release notes](https://...
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.17 to 3.1.18.
- [Release notes](https://g...
Internal function calls such as `toString` and event handlers
always used the base clip from the...
Fix various scope behavior when executing a function:
* For function calls in SWFv6+, function...
4904b2cc97fc5c58311d64b2dbe7c6747ce96fc3 authored over 2 years agoeb38b2fb00c7e590ed2ffdfe6f223461df10bcf8 authored over 2 years ago
Testing under Flash shows that methods can be considered 'unchecked'
(allowing them to be called...
This was recently added in https://github.com/rust-lang/rust/pull/96150
Some of the `__version`...
The latter seems to not exist
c40c0d7ef955e862292dd6786f03f285acc24824 authored over 2 years ago121c2577b467ab5d5031b7afd9c2df2df198f2dd authored over 2 years ago
edad1569fbb235527ed3241b51e28fa323eca637 authored over 2 years ago
And use it where possible, to improve code readablity.
cab49ae6e1761e2decddc7b50a24518881352b8b authored over 2 years agoAnd use it where possible, to improve code readablity.
0b0f8a1a7a9c78a9b2371a178b3ecbee89e8a9a0 authored over 2 years ago
There's already a `has_background` field on the underlying object
data, so we can just map this ...
This is relied on by SteamBirds
(https://www.kongregate.com/games/weasello/steambirds)
84b865018d79f006640692f1f4c9d3b8c1faca04 authored over 2 years ago
Fix warnings caused by desktop-only code.
f550abd18d3b188fbec78a0b0f2a6647c8c8b529 authored over 2 years ago
Remove `_root`, `_parent` and `_global` from `MovieClip.prototype`.
Instead, these are "magic" p...
a940a0d3577c6846ef6f91a703879dfd145d414d authored over 2 years ago
9d5e4612785f704356e92a09ecc15eb56ebec743 authored over 2 years ago
* Avoid an extraneous check to `ScriptObject::has_own_property`.
* Avoid magic property branch...
`MovieClip` and others do not have a `toString`; instead, stage
objects are special cased to ret...
This module is now mostly empty, so move the items up to `globals`.
`getDepth` was the only shar...
`Element` is a slightly more general type, which is more common than
`HTMLElement`, and it satis...
Where possible, return the specific data type instead of the generic
`Tag` type. Most reader met...
Bumps [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) from 0.2.5 to 0.2.6.
- [Release n...
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.17.
- [Release notes](https://g...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
- [Release notes](ht...
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.14 to 0.2.15.
- [Release not...
Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17.
- [Release notes](https://g...
254a4a91755585252a8fc3a2bd36f756efbbd713 authored over 2 years ago
The remaining caller was `SwfMovie::from_path`, which is now changed
to be simpler, and a little...
f39537f984bc2a0fb4e5c6d8739416b843f1f414 authored over 2 years ago
Use `Option::filter`.
b46134dc43b588a949fc8a4882215e41d0cbdb75 authored over 2 years ago
Remove the `swf_version` parameter from `Activation` constructors,
because this was incorrectly ...
cc8a88a57038ad17280c8894abe754a131d143ff authored over 2 years ago
Check SWF version of AVM1 properties and return undefined if they
are gated to a later version.
e6cadf7de48edbd735c3ebb47584160e65aa7dfe authored over 2 years ago
1e9c464d9487fb556a5ed0cb892f84543a3a309e authored over 2 years ago
Merge the `xml_node_namespaceuri` and `xml_node_weirdnamespace` tests
into `xml_namespaces`, cle...
Use a bare `ScriptObject` instead. This matches Flash's behavior in
many aspects:
* Attribute va...
The colors in a DefineBitsJPEG3 tag should be premultiplied alpha,
but in some SWFs they are inc...
The resolved URL only used by `NavigatorBackend::fetch`. So simply
inline `NavigatorBackend::res...
Currently it's a trivial wrapper around `Vec<u8>`, but more fields
will be added in the future (...
ea665d91f2812f0c718501a2c55e695105e7a998 authored over 2 years ago
For unknown reasons, tests on the Windows web build continue to be
flaky on GitHub CI. Disable t...
aa66c31d6c8fa781f9631e3049ffaa85f4d6f927 authored over 2 years ago
f8698d1cc94661859ee26d051a753896186499da authored over 2 years ago
32252b2ed40a3cfe4ee65ce3aa1798f197331b17 authored over 2 years ago
8bf0114fdfaa1ef02785492faa49c959b2fdb3bc authored over 2 years ago
82ed6fcba76b3cbf11d2663d002458ba22a6ed00 authored over 2 years ago
0833bd0d18f4c7a1e0a0c21a6089c7447ccfed55 authored over 2 years ago
402e072707fe2957d15dcfc18620b726035bdab7 authored over 2 years ago
b46c07830e430d0d112bb8b91c489f16f01bb295 authored over 2 years ago
2cebd47ad23185373dc39c562624d4458a380492 authored over 2 years ago
f94a76a248c138446bd0a703632161361aa9d9b0 authored over 2 years ago
57659a1f4432d3a4609d23bc2d74349e4e7c3748 authored over 2 years ago
4ae5e89ea79915f44925c9554f759ea462ab0b48 authored over 2 years ago
f6153ff7c13d7356109be98681e2c30b2f2bff05 authored over 2 years ago
Forgotten in #6785.
d1d6b56615ef701794c2b642ffb8a5b986f874e8 authored over 2 years agoThey pass now.
bb0b56cff6025bbbfe7f6f768fbfbffb08d1053e authored over 2 years ago
* Mimic Flash's quicksort algorithm, rather than using Rust's
`sort_unstable_by`.
* Rename `flag...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
- [Release notes](ht...
Bumps [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) from 0.2.4 to 0.2.5.
- [Release n...
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.91 to 1.0.92.
- [Release notes](https://git...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.31.
- [Release notes]...
Bumps [image](https://github.com/image-rs/image) from 0.24.1 to 0.24.2.
- [Release notes](https:...
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.15.
- [Release notes](https://g...
Bumps [isahc](https://github.com/sagebind/isahc) from 1.7.0 to 1.7.1.
- [Release notes](https://...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](http...
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.0 to 0.7.1.
- [Release notes...
Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.1 to 10.0.0.
- [Release notes](https://...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://gi...
Bumps [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio) from 7.19.1 to 7.19.5.
-...
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.2.
- [Release notes](ht...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.6 to 9.3.0.
- [Release notes...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.co...
Bumps [@wdio/local-runner](https://github.com/webdriverio/webdriverio) from 7.19.3 to 7.19.5.
- ...
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) f...
f389b08c5a05bf99064a6f8d132551daf379a7df authored over 2 years ago
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.1 to 6.7.1.
- [Releas...
Bumps [sign-addon](https://github.com/mozilla/sign-addon) from 3.11.0 to 4.0.1.
- [Release notes...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.6.1 to 39.2.9....
1e5c6709dff9c3afdd6fde0c79cc1951e40d66c8 authored over 2 years agoBumps [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio) from 7.16.14 to 7.19.5...
fca595f9a5fbac165de528ff1ccea6b5506d4ffe authored over 2 years ago27c9637ed84ff2c0a318a7b9d4508a196695bc43 authored over 2 years ago
b2f309fc35b870662909ee4eb6bf295f4dffca1d authored over 2 years ago
Per the rust-analyzer diagnostic: https://rust-analyzer.github.io/manual.html#replace-filter-map...
babf49aaf9a9105cc79fa2e10889d277c9899441 authored over 2 years agoCo-authored-by: relrelb <[email protected]>
Change `UpdateContext::player` to not be an `O...
3e15ca4cad1e62ce3ce167f6d09e9ab1fe8a0396 authored over 2 years agof48182ef3d760a6d4c9121a2c3e4c7372511366c authored over 2 years ago
2453626dec52aba488fb088a3498e723c6d408e2 authored over 2 years ago