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-2024-09-14
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-2024-09-16
Choose a head ref
  • 8 commits
  • 26 files changed
  • 3 contributors

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    6898485 View commit details
    Browse the repository at this point in the history
  2. desktop: Change order of Freedesktop categories

    Apparently the order matters when desktop environments
    decide to include the app only in one category.
    It seems that we should list more important categories first.
    kjarosh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    6c1b17c View commit details
    Browse the repository at this point in the history
  3. desktop: Add VectorGraphics Freedesktop category

    Ruffle handles SWF files, which are generally vector graphic animations.
    kjarosh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c378835 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c457fba View commit details
    Browse the repository at this point in the history
  5. desktop: Rename pick_file to pick_ruffle_file

    This change emphasizes that we want to pick a file to open by Ruffle
    contrary to picking files e.g. from ActionScript.
    kjarosh authored and Dinnerbone committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c34a4ad View commit details
    Browse the repository at this point in the history
  6. desktop: Add FilePicker::show_dialog

    This method makes it possible to easily integrate an existing RFD
    dialog with Ruffle, i.e. make sure it's a proper child of the main window
    and ensure there's only one picker present at any moment.
    kjarosh authored and Dinnerbone committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    4e395b2 View commit details
    Browse the repository at this point in the history
  7. desktop: Use FilePicker for picking files in ActionScript

    This improves the experience of picking files from AS, as the pickers
    will now be properly integrated with Ruffle.
    kjarosh authored and Dinnerbone committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    94bdf6b View commit details
    Browse the repository at this point in the history
  8. core: Replace on_exit_frame with iteration over Loaders

    This removes the need to traverse the entire display object tree -
    we instead just try to fire events (when ready) on corresponding
    `MovieClip`s for our `Loader::Movie` instances
    Aaron1011 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    514b5ad View commit details
    Browse the repository at this point in the history
Loading