Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ppy.osu.Game from 2022.509.0 to 2022.515.0 #333

Merged
merged 1 commit into from
May 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2022

Bumps ppy.osu.Game from 2022.509.0 to 2022.515.0.

Release notes

Sourced from ppy.osu.Game's releases.

2022.515.0

Thanks for following along! This is a tagged release (2022.515.0). For more information check out the osu! changelog page and dev blog.

Code Quality

Editor

Focus textbox upon opening control point popovers (ppy/osu#18220 by @​frenzibyte)

To make it easier to adjust control point values on the go, now clicking on the points above/beneath objects will automatically focus the textbox for entering new values.

CleanShot.2022-05-11.at.09.37.44.mp4

Add editor track traversal shortcut keys (Z-V) (ppy/osu#18252 by @​peppy)

Functionality matches stable. Not adding customisation for now because it would be messy (they are duplicating existing keys for music control in some cases).

As a recap:

  • Z to return to the first object (or 0ms if already at the first object)
  • X to restart playback from 0ms
  • C to pause/resume playback
  • V to jump to the last object (or the end of the track if already at the last object)

Improve already-hit hit circle visibility, replacing "Hit Animations" toggle (ppy/osu#18239 by @​peppy)

Dealing with the transform override logic that we had was a pain in the ass, and didn't really match my vision going forward (of the editor being an overlay and not messing with the gameplay objects).

This brings back full hitobject animations (removing the toggle) and adds a new "visibility" layer to the blueprint implementation. For now I've left this non-toggleable, but we can add a toggle - or even opacity/duration settings - based on feedback.

osu.2022-05-12.at.10.22.31.mp4

This is an initial version, but it mostly matches what people expect from the osu-stable editor. Feedback appreciated!

Smaller changes

... (truncated)

Commits
  • 328561f Merge pull request #18263 from frenzibyte/spotlight-beatmap-badge
  • 4bb0687 Move badge hierarchy declaration to constructor for safer access
  • 351f5a3 Merge pull request #18264 from peppy/deselect-all-mods-key
  • b6575c2 Allow selecting all mods at free mod select using ctrl+a
  • 8a01050 Refactor mod select button initialisation to allow shared usage of deselect b...
  • 282c8ae Fix typo in test step
  • 1878578 Move todo comment to subclasses
  • 441957e Convert get-only virtual properties to avoid DI order dependency
  • 88ba84a Replace Pill with Badge everywhere
  • 6c3a437 Fix case of "toggle mod select" string
  • 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)

Bumps [ppy.osu.Game](https://github.com/ppy/osu) from 2022.509.0 to 2022.515.0.
- [Release notes](https://github.com/ppy/osu/releases)
- [Commits](ppy/osu@2022.509.0...2022.515.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Game
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2022
@LumpBloom7 LumpBloom7 merged commit 3a8e513 into master May 15, 2022
@LumpBloom7 LumpBloom7 deleted the dependabot/nuget/ppy.osu.Game-2022.515.0 branch May 15, 2022 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant