taulazer / tau

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

Bump ppy.osu.Game from 2023.914.0 to 2023.924.0 #403

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps ppy.osu.Game from 2023.914.0 to 2023.924.0.

Release notes

Sourced from ppy.osu.Game's releases.

2023.924.0

Code Quality

  • Rename SliderVelocity to SliderVelocityMultiplier to distinguish from Velocityppy/osu#24728@​peppy)
  • ppy/osu#24726@​peppy)
    • We've struggled with debugging these over the years so I think this was worth a couple of hours of work.
  • Clean up ImportTask / ArchiveReaderppy/osu#24807@​peppy)
  • Remove LegacyDifficultyControlPoint / LegacyBpmMultiplierppy/osu#24738@​peppy)
  • ppy/osu#24814@​LukynkaCZE)
  • ppy/osu#24809@​peppy)
  • ppy/osu#24863@​bdach)
  • ppy/osu#24875@​peppy)

Editor

ppy/osu#24550@​smoogipoo)

Stable never had this, and it's more natural to edit in linear speed.

Framework

ppy/osu-framework#5999@​X9VoiD)

Added support for over 30 new tablets. Improved support for many already supported ones. Fixed some bugs.

Smaller changes

Gameplay

  • ppy/osu#24800@​sw1tchbl4d3r)
    • Some existing beatmaps specify an invalid sample bank in the .osu file. While stable would fallback to the normal sample bank, lazer would - until now - just refuse to play the sample. This change replicates the behaviour of stable.

Gameplay (osu!)

ppy/osu#24736@​isakvik)

Adds the ability to set negative ARs down to -10 to the difficulty adjust mod for osu!standard (for the extended range), and adds millisecond value information to the selection slider when the extended limits are active to explain what "negative AR" even is.

Adjustment screen

... (truncated)

Commits
  • 561f664 Merge pull request #24878 from peppy/fix-song-select-shift-delete
  • d73f06f Add test coverage for delete hotkey
  • 5266cdc Add explanatory note
  • 095812c Merge branch 'master' into fix-song-select-shift-delete
  • 1f3a660 Merge pull request #24870 from peppy/update-framework
  • 9e4a56d Merge branch 'master' into update-framework
  • f1258a3 Update framework
  • 9af4e75 Disable clipboard export for song select textbox
  • 08ef840 Merge pull request #24550 from smoogipoo/mania-edit-disable-sv
  • 69ed99d Merge branch 'master' into mania-edit-disable-sv
  • 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 10 months ago

Superseded by #404.