Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruffle-rs/ruffle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: nightly-2025-04-30
Choose a base ref
...
head repository: ruffle-rs/ruffle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nightly-2025-05-01
Choose a head ref
  • 11 commits
  • 19 files changed
  • 2 contributors

Commits on Apr 30, 2025

  1. 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>
    dependabot[bot] authored and torokati44 committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    6f52c44 View commit details
    Browse the repository at this point in the history
  2. core: Put some Video properties behind a Cell

    This refactor simplifies code and makes some methods
    not require mutability and GC context.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    dcc03db View commit details
    Browse the repository at this point in the history
  3. core: Replace GcCell with Gc in Video

    This refactor replaces GcCell with Gc and uses interior mutability instead.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    d9f26d2 View commit details
    Browse the repository at this point in the history
  4. 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.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    7ac21e5 View commit details
    Browse the repository at this point in the history
  5. 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.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    9060ba7 View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored and torokati44 committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    eb75176 View commit details
    Browse the repository at this point in the history
  7. core: Put some NetStream properties behind a Cell

    This refactor simplifies code and makes some methods
    not require mutability and GC context.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    bd8bdbd View commit details
    Browse the repository at this point in the history
  8. core: Replace GcCell with Gc in NetStream

    This refactor replaces GcCell with Gc and uses interior mutability instead.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    371e4f5 View commit details
    Browse the repository at this point in the history
  9. core: Put some EditText properties in a Cell

    This refactor simplifies code and makes some methods not require
    mutability and GC context.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    ca6196c View commit details
    Browse the repository at this point in the history
  10. core: Put EditText flags in a Cell

    This refactor simplifies code and makes some methods not require
    mutability and GC context.
    kjarosh committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    94ec0f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfa713f View commit details
    Browse the repository at this point in the history
Loading