-
-
Notifications
You must be signed in to change notification settings - Fork 958
Comparing changes
Open a pull request
base repository: ruffle-rs/ruffle
base: nightly-2025-04-30
head repository: ruffle-rs/ruffle
compare: nightly-2025-05-01
- 11 commits
- 19 files changed
- 2 contributors
Commits on Apr 30, 2025
-
build(deps-dev): bump vite from 6.3.3 to 6.3.4 in /web
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.3 to 6.3.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f52c44 - Browse repository at this point
Copy the full SHA 6f52c44View commit details -
core: Put some Video properties behind a Cell
This refactor simplifies code and makes some methods not require mutability and GC context.
Configuration menu - View commit details
-
Copy full SHA for dcc03db - Browse repository at this point
Copy the full SHA dcc03dbView commit details -
core: Replace GcCell with Gc in Video
This refactor replaces GcCell with Gc and uses interior mutability instead.
Configuration menu - View commit details
-
Copy full SHA for d9f26d2 - Browse repository at this point
Copy the full SHA d9f26d2View commit details -
core: Add SwfVideoSource and put it behind a Gc
This refactor avoids Gc allocations for non-SWF videos. Only SwfVideoSource is being shared behind a Gc reference.
Configuration menu - View commit details
-
Copy full SHA for 7ac21e5 - Browse repository at this point
Copy the full SHA 7ac21e5View commit details -
debug_ui: Add separators in the menu
Separators make it easier to quickly identify menu entries. The fist category opens objects from a movie (stage, root movie clip), the second category opens movie-related information, and the third category contains the object picker.
Configuration menu - View commit details
-
Copy full SHA for 9060ba7 - Browse repository at this point
Copy the full SHA 9060ba7View commit details -
build(deps): bump the cargo-minor group with 4 updates
Bumps the cargo-minor group with 4 updates: [bytemuck](https://github.com/Lokathor/bytemuck), [chrono](https://github.com/chronotope/chrono), [sha2](https://github.com/RustCrypto/hashes) and [insta](https://github.com/mitsuhiko/insta). Updates `bytemuck` from 1.22.0 to 1.23.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.22.0...v1.23.0) Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) Updates `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `insta` from 1.43.0 to 1.43.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.43.0...1.43.1) --- updated-dependencies: - dependency-name: bytemuck dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: insta dependency-version: 1.43.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for eb75176 - Browse repository at this point
Copy the full SHA eb75176View commit details -
core: Put some NetStream properties behind a Cell
This refactor simplifies code and makes some methods not require mutability and GC context.
Configuration menu - View commit details
-
Copy full SHA for bd8bdbd - Browse repository at this point
Copy the full SHA bd8bdbdView commit details -
core: Replace GcCell with Gc in NetStream
This refactor replaces GcCell with Gc and uses interior mutability instead.
Configuration menu - View commit details
-
Copy full SHA for 371e4f5 - Browse repository at this point
Copy the full SHA 371e4f5View commit details -
core: Put some EditText properties in a Cell
This refactor simplifies code and makes some methods not require mutability and GC context.
Configuration menu - View commit details
-
Copy full SHA for ca6196c - Browse repository at this point
Copy the full SHA ca6196cView commit details -
core: Put EditText flags in a Cell
This refactor simplifies code and makes some methods not require mutability and GC context.
Configuration menu - View commit details
-
Copy full SHA for 94ec0f8 - Browse repository at this point
Copy the full SHA 94ec0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa713f - Browse repository at this point
Copy the full SHA dfa713fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff nightly-2025-04-30...nightly-2025-05-01