taulazer / tau

A customized osu! mode surrounding a paddle and some notes.
https://taulazer.github.io/
MIT License
171 stars 19 forks source link

Bump ppy.osu.Game from 2024.412.0 to 2024.523.0 #465

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps ppy.osu.Game from 2024.412.0 to 2024.523.0.

Release notes

Sourced from ppy.osu.Game's releases.

2024.521.2

What's Changed

SDL3 reverted

Full Changelog: https://github.com/ppy/osu/compare/2024.521.1...2024.521.2

2024.519.1

What's Changed

  • Fix total score without mods migration failing on custom ruleset scores when custom ruleset cannot be loaded by @​bdach in ppy/osu#28213

Full Changelog: https://github.com/ppy/osu/compare/2024.519.0...2024.519.1

2024.519.0

Audio

ppy/osu#28031@​peppy)

Constant complaints about startup volume mean we should reduce it further and let users adjust as they see fit.

Values are from matching roughly with Apple Music volume of the same song, which should be a good guideline for not overpowering other things on system.

Smaller changes

Editor

ppy/osu#27974@​peppy)

Before After
2024-04-23 21 34 46@2x 2024-04-23 21 36 37@2x

ppy/osu#28033@​peppy)

Until we have full encoding support for storyboards, this stop-gap measure ensures that storyboards don't just disappear from existence. Without this, saving a beatmap in the editor removes all local storyboard content (ie. anything in the .osu file). The most noticeable is any video background.

Smaller changes

  • ppy/osu#27958@​EVAST9919)
    • |master|pr| |---|---| |osu_2024-04-21_17-42-22|osu_2024-04-21_17-43-25|
  • ppy/osu#27895@​64ArthurAraujo)
  • ppy/osu#27996@​bdach)
    • If the difficulty being edited has unsaved changes, the editor exit flow would prompt for save after the deletion method has run. This is undesirable from a UX standpoint, and also leaves the user in a broken state.
  • ppy/osu#27997@​bdach)

... (truncated)

Commits
  • 1267536 Merge pull request #28286 from peppy/framework-update-rollback-revert
  • fd9f8bd Update framework
  • 093be3d Cast remaining test usages to IFocusManager to remove obsolete notice
  • 66ceda1 Update focus specifications in line with framework changes
  • 8d02ac5 Update framework
  • d0b1ebf Revert "Temporary rollback of framework / SDL3"
  • 3a608aa Merge pull request #28194 from bdach/daily-challenge-models
  • 20a539b Merge pull request #28262 from bdach/fix-present-confusion-on-empty-hash
  • d7d569c Temporary rollback of framework / SDL3
  • e740b8b Fix single frame glitching in skin editor
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 weeks ago

Superseded by #469.