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.219.0 to 2024.221.0 #447

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps ppy.osu.Game from 2024.219.0 to 2024.221.0.

Release notes

Sourced from ppy.osu.Game's releases.

2024.221.0

Gameplay

ppy/osu#27243@​myQwil)

Gameplay (osu!)

ppy/osu#27286@​peppy)

In triangles and argon, we expanded hitcircles to take up the full 128 px which are clickable, but still use the old approach circle sprite. To make it feel correct (ie. disappear as it collides with the hitcircle, not when it overlaps the border) we need to expand it slightly.

Note that this fix only affects classic/legacy skins.

Before After
2024-02-21 13 49 47@2x 2024-02-21 13 50 27@2x
2024-02-21 13 47 25@2x 2024-02-21 13 45 42@2x
2024-02-21 13 46 56@2x 2024-02-21 13 45 28@2x
2024-02-21 13 46 39@2x 2024-02-21 13 45 50@2x

ppy/osu#27288@​peppy)

Performance

Settings

ppy/osu-framework#6193@​smoogipoo)

Spurred by people using this renderer, likely because "legacy" has a bad connotation associated with it (e.g. https://discord.com/channels/188630481301012481/1097318920991559880/1209220240383418438).

This forces GLRenderer ("legacy") to be used even when the OpenGL renderer type is selected.

Song Select

ppy/osu#27292@​bdach)

Broke in yesterday's release, oops.

UI

Commits
  • 901bb01 Merge pull request #27293 from peppy/update-framework
  • 805f0b6 Remove unused using directive
  • 1f4ab7a Merge branch 'slider-input-alloc' into update-framework
  • fc30abc Merge branch 'indented-code-block' into update-framework
  • 9d732bd Merge branch 'remove-legacy-gl' into update-framework
  • 6d32cfb Update framework
  • 67626e5 Merge pull request #27292 from bdach/carousel-sorting-again
  • fb59347 Use DEFAULT instead of INSTANCE or static field
  • 9298582 Use custom comparer in beatmap carousel for expected sort behaviour
  • 04a2ac3 Add benchmarking for custom string comparer
  • 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)