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.605.0 to 2023.614.1 #382

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ppy.osu.Game from 2023.605.0 to 2023.614.1.

Release notes

Sourced from ppy.osu.Game's releases.

2023.614.1

Hotfix release number 2 ahoy! Local score fixes!

What's changed

Gameplay

ppy/osu-resources#262@​frenzibyte)

Has been broken for a couple of releases. Finally fixed!

Scoring

ppy/osu#23892@​peppy)

We originally weren't considering fixing old scores set by users in their local client, but due to a sizable number of requests we've added a migration for these.

After you run this release, all your local score will be converted to the new standardised scoring system.

Note that this is a best-effort implementation. It inserts misses in a way that gives the user the best possible combo streaks considering the only information we know (MaxCombo). So if anything, you'll have to try a tiny bit harder to beat your old scores.

But at least you CAN actually beat them now, right? :)

Full Changelog: https://github.com/ppy/osu/compare/2023.610.0...2023.614.1

2023.614.0

Hotfix release number 2 ahoy! Local score fixes!

What's changed

Gameplay

ppy/osu-resources#262@​frenzibyte)

Has been broken for a couple of releases. Finally fixed!

Scoring

ppy/osu#23892@​peppy)

We originally weren't considering fixing old scores set by users in their local client, but due to a sizable number of requests we've added a migration for these.

After you run this release, all your local score will be converted to the new standardised scoring system.

Note that this is a best-effort implementation. It inserts misses in a way that gives the user the best possible combo streaks considering the only information we know (MaxCombo). So if anything, you'll have to try a tiny bit harder to beat your old scores.

But at least you CAN actually beat them now, right? :)

Full Changelog: https://github.com/ppy/osu/compare/2023.610.0...2023.614.0

... (truncated)

Commits
  • fbcb684 Fix thing
  • 1e8177f Fix score migration not considering mod multipliers
  • c134a13 Run updateScore on Reset for good measure
  • 4070894 Fix score not updating when TrackHitEvents is set to false
  • 7dc856d Fix weird usings
  • 3ad3636 Ensure all misses are dequeued
  • 54abe57 Add more commenting
  • 0b91e50 Fix typo
  • d9cb37a Avoid tracking hit events altogether during migration
  • eb526b8 Move local classes to their rightful location
  • 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 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 1 year ago

Superseded by #383.