taulazer / tau

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

Bump ppy.osu.Game from 2023.1008.0 to 2023.1224.0 #433

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps ppy.osu.Game from 2023.1008.0 to 2023.1224.0.

Release notes

Sourced from ppy.osu.Game's releases.

2023.1224.0

Gameplay

ppy/osu#26076@​peppy)

This behaves how you'd expect it to coming from stable. It's intended to be a very quick implementation just to get the functionality back, and will improve in the future. Controls are configurable but default to +/-.

Smaller changes

Gameplay (osu!)

ppy/osu#26083@​smoogipoo)

When maps have very consistent density, HP drain is as harsh as it can get to the point that it feels like if you miss a note you can never regain HP.

I don't know how to maths enough to fix this just from just the hp increase / hp drain side of things, so I'm taking another approach by adding combo-end bonuses similar to stable.

Stable gives one of three bonuses at the time combo:

  • "Geki" if every object was hit with a 300.
  • "Katu" if every object was hit with 100 or above.
  • "Mu" if any object was hit with 50 or below.

Online

ppy/osu#26081@​peppy)

Smaller changes

Performance

Reliability

Skinning

ppy/osu#26069@​peppy)

Some skins have been reported to use versions like "1.5", expecting "2.0" behaviour. So now anything above "1.0" defaults to "2.0" behaviour.

Song Select

ppy/osu#26060@​jeenyuhs)

... (truncated)

Commits
  • ee00f7e Merge pull request #26086 from peppy/fix-toolbar-button-lag
  • a0915a0 Merge pull request #26076 from peppy/gameplay-offset-adjust
  • 68430d6 Fix toolbar keybinding hint not clearing after unbinding the keybinding
  • 5b03dc8 Use a realm subscription to avoid overhead when hovering a toolbar button
  • 686b2a4 Disable positional interaction for now
  • 72bec52 Add conditions to match stable offset adjust limitations
  • 92b490f Don't bother with alt support for now
  • d72ec81 Merge pull request #26083 from smoogipoo/try-improve-hp-drain
  • 7437d21 Adjust comment regarding slider tail
  • ee0bd69 Merge pull request #26072 from peppy/fix-migration-hard-crash
  • 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 9 months ago

Superseded by #434.