Beamographic / rush

Rush! custom ruleset for osu!lazer
MIT License
183 stars 15 forks source link

Bump ppy.osu.Game from 2023.1223.0 to 2023.1228.0 #354

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps ppy.osu.Game from 2023.1223.0 to 2023.1228.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
  • e027992 Merge pull request #26189 from peppy/fix-escape-key-spectator-fail
  • a9c7131 Merge pull request #26184 from peppy/spectate-from-context-menu
  • e1a376c Fix using "Back" binding at spectator fail screen not working
  • 0fc86a0 Merge pull request #26177 from peppy/fix-leaderboard-tab-ordering
  • c7f10db Merge pull request #26148 from rushiiMachine/resumeoverlay-min-cursor-size
  • f5a3124 Merge pull request #26183 from peppy/menu-supporter-display
  • a717ad5 Merge branch 'master' into menu-supporter-display
  • 17325ff Merge pull request #26182 from peppy/menu-tips
  • 22eced3 Show local user in online users
  • 2ec9343 Add the ability to spectate a user by right clicking their user panel
  • 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 #355.