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.510.0 to 2023.511.0 #372

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ppy.osu.Game from 2023.510.0 to 2023.511.0.

Release notes

Sourced from ppy.osu.Game's releases.

2023.511.0

Code Quality

  • Remove reflection usage from Interpolationppy/osu-framework#5766@​smoogipoo)
  • Fix potentially incorrect thread access in OsuTabControlCheckboxppy/osu#23384@​peppy)
  • ppy/osu-framework#5769@​peppy)
  • Remove cast in ResourceStoreppy/osu-framework#5771@​nobbele)
  • Remove [ExcludeFromDynamicCompile]ppy/osu-framework#5773@​bdach)
  • Remove usages of [ExcludeFromDynamicCompile]ppy/osu#23438@​smoogipoo)

Editor

ppy/osu#23248@​peppy)

This matches stable, and is a much saner default value. Will apply to new beatmaps and also beatmaps which don't specify a snap value in the .osu file.

ppy/osu#23247@​peppy)

As mentioned in youtube comments, there are next to no use cases for having floating-point rotation in the editor, so let's round it for now.

2023-04-20 14 33 21@2x

ppy/osu#23333@​Cootz)

ppy/osu#23361@​OliBomby)

When exactly on the start time of a hit object, the 'Use current' option becomes unavailable because the first object before and after the current time is the same object. I changed this so it would get the previous hit object and the current hit object in this situation. That way you can easily get the distance snap to copy the same distance as used before.

ppy/osu#23370@​peppy)

ppy/osu#23308@​OliBomby)

Fixes various import / export issues, most notably when exporting a beatmap from the lazer editor causing many control points to be created that shouldn't have been there.

ppy/osu#23404@​peppy)

ppy/osu#23405@​peppy)

Gives a mapper / reviewer a better sense of the larger picture of the beatmap when viewing slider velocity.

ppy/osu#23431@​peppy)

https://user-images.githubusercontent.com/191335/236736978-5be09d10-92cd-4103-82f4-273e61f54d05.mp4

ppy/osu#23434@​peppy)

https://user-images.githubusercontent.com/191335/236740441-6988a7a9-2386-4244-83f7-35be86cbfdc3.mp4

Smaller changes

... (truncated)

Commits


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 #373.