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 2023.1231.0 to 2024.130.2 #443

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps ppy.osu.Game from 2023.1231.0 to 2024.130.2.

Release notes

Sourced from ppy.osu.Game's releases.

2024.130.2

Audio

ppy/osu#26612@​peppy)

Code Quality

Editor

ppy/osu#26499@​OliBomby)

ppy/osu#26585@​frenzibyte)

Smaller changes

  • ppy/osu#26512@​OliBomby)
    • Fixes an issue in the mechanism responsible for turning the path type to bezier when the perfect curve circle radius is too large.

Before:

https://github.com/ppy/osu/assets/17460441/89480d18-2d5e-4eaf-9d04-d396ce0b70b0

After:

https://github.com/ppy/osu/assets/17460441/135b1715-26f9-45b9-a6cc-92b72099e11d

Framework

  • Guard against potential usage of DrawablePoolppy/osu-framework#6136@​peppy)
  • Make IPC port configurable via HostOptionsppy/osu-framework#6129@​tsunyoku)
  • Add flaky test attribute and mark CanSeekForwardOnInterpolationFailppy/osu-framework#6140@​frenzibyte)
  • Fix TemplateGameTestSceneppy/osu-framework#6146@​Joehuu)
  • ppy/osu-framework#6143@​bdach)
  • ppy/osu-framework#6144@​Susko3)
  • ppy/osu-framework#6138@​peppy)
  • Add the ability to solo a test in visual testing using [Solo]ppy/osu-framework#6137@​peppy)
  • ppy/osu-framework#6158@​smoogipoo)
  • Implement Padding property in GridContainerppy/osu-framework#6145@​EVAST9919)
  • ppy/osu-framework#6160@​smoogipoo)

Gameplay

... (truncated)

Commits
  • 6931af6 Add missing icon.png entry to nuspec
  • 26d3409 Merge pull request #26797 from peppy/update-endpoints
  • d895a91 Update endpoints to final production endpoints
  • f5e7697 Merge pull request #26781 from frenzibyte/taiko-sv-v2
  • 99f4b2c Merge pull request #26788 from EVAST9919/scrolling-alloc
  • fc8fdb5 Merge pull request #26790 from EVAST9919/mania-columns-alloc
  • 8e20eed Don't use LINQ in ReceivePositionalInputAt
  • 7dba870 Rework Content storage in ColumnFlow
  • 87f853f Reduce overhead in ScrollingHitObjectContainer
  • 58bcef9 Merge pull request #26785 from bdach/make-populate-maximum-statistics-public
  • 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)