Skip to content

2024.625.0

Compare
Choose a tag to compare
@peppy peppy released this 25 Jun 06:10
· 108 commits to master since this release
442705b

Editor

Fix changing slider path segment type not being undoable (#26423 by @B3nn1)

Add precise scaling control to osu! editor (#28309 by @OliBomby)

This adds the scale popover tool from osu!stable to lazer. I tried to mimic the original functionality as closely as possible, and in some aspects improve it.

The default hotkey for the scaling tool which is Ctrl+E (to avoid conflicts with the skin layout editor).

The maximum value of the scale slider is determined based on the current choice of origin and axis. The maximum value will always be the maximum scaling value that still keeps the scaling objects on screen.

This also slightly changes how the rotation popover works. Now it will automatically select the text in the textbox input, so the user can instantly type the value they want after opening the tool.

osu Game Rulesets Osu Tests_EcLev87sNt

Fix legacy osu!mania note body animation not resetting sometimes (#28339 by @bdach)

Add ability to change position, spacing, and rotation of the positional snap grid in the editor (#26309 by @OliBomby)

Allow flip operations in mania editor (#28421 by @bdach)

Fix stack leniency not applying immediately after change (#28441 by @bdach)

Fix changing key count in editor not immediately updating (#28445 by @bdach)

Allow modifying hold note start/end time via mania composer playfield (#28458 by @bdach)

Move timeline toggle controls to "view" menu (#28505 by @bdach)

osu_2024-06-17_10-26-02

master b42752c 03049d4
osu_2024-06-17_10-24-16 osu_2024-06-17_10-24-57 osu_2024-06-17_10-25-54
editor playfield scale gameplay playfield scale
osu_2024-06-17_10-31-38 osu_2024-06-17_10-31-34

Reduce editor opacity of several editor components when hovering over composer (#28507 by @bdach)

Add support for editing per-node hitsounds on sliders (#23443 by @OliBomby)

osu Game Rulesets Osu Tests_y2uv5bNj0B

Display breaks on editor timeline & allow manually adjusting their duration (#28523 by @bdach)

Add automatic generation of breaks in editor (#28528 by @bdach)

Breaks are automatically inserted between objects if there is ample time to do so, namely there must be at least:

  • 200ms between the last object before break and the break's start
  • 650ms for the break itself
  • 2 beat lengths between the break's end and the first object after break. This is a departure from stable wherein this was ruleset- and AR-dependent (by way of using preempt time), but in talking with the NAT it looked like most didn't know the specifics of how that worked so I decided I'd just use something simpler. This also probably works better for something like mania wherein the "preempt time" is largely user-settings-dependent (scroll speed).

Breaks that have been manually adjusted are not moved by the automatic regeneration on changes, unless they would break gameplay (by having an object's duration intersect a break), in which case they are forcibly removed. This manual adjustment tracking state is dodgy at best (will not work properly with undo/redo, because this info is not and should not be serialised out by the legacy beatmap encoder, which means that the manual tracking will be dropped upon undo), but it is what it is. That subsystem needs to get replaced by something else at some point anyway.

Fix osu!taiko playfield not updating after changing scroll speed (#28444 by @bdach)

Smaller changes

  • Refactor scale handling in editor to facilitate reuse (#26643 by @OliBomby)
  • Fix path blueprint becoming de-synced from slider path size (#28288 by @Hecatia-Lapislazuli)
  • Fix editor not saving when textbox is focused during exit procedure (#26717 by @peppy)
  • Fix for nearly straight sliders causing a crash (#28297 by @Hecatia-Lapislazuli)
  • Fix performance overhead from ternary state bindable callbacks when selection is changing (#28387 by @bdach)
  • Disallow running save-related operations concurrently (#28420 by @bdach)
  • Fix crash on drag selection via timeline while placement is active (#28478 by @bdach)

Framework

Gameplay

Add skinnable rank display (#24475 by @nanashi-1)

Screenshot from 2023-08-08 11-43-59

Implement basic pass and fail storyboard layer support (#28480 by @bdach)

Smaller changes

  • Enforce difficulty setting limits during decode (#28200 by @Hecatia-Lapislazuli)
    • Fixes some edge case beatmaps not working as expected.
  • Fix cinema mod not hiding playfield skin layer (#28332 by @peppy)
  • Handle replay frames with negative time delta appropriately (#24138 by @tybug)
    • This may fix some longstanding "lazer playback doesn't match stable" issues.
  • Fix "Argon" accuracy counter layout when under 10% and wireframe off (#28443 by @ColdVolcano)

Gameplay (osu!)

Add ranked support for "Traceable" mod (#28285 by @tsunyoku)

Make judgements follow hitcircles and enable them in magnetised, repel and depth (#27977 by @DavidBeh)

Makes judgements appear based on the DrawableHitobjects position instead of the Hitobjects position which is not updated by mods moving single Hitobjects. They move with hitobjects as long as the drawables are alive, so they move with the shadow of hits and stay on misses.

Judgements are now enabled for magnetised, repel and depth.

Account for osu! circle radius when drawing playfield border (#28504 by @bdach)

before after
osu_2024-06-17_09-11-12 osu_2024-06-17_09-12-17
osu_2024-06-17_09-11-06 osu_2024-06-17_09-12-12

Adjust behaviour of hit animations toggle to match user expectations (#28537 by @bdach)

This adjusts the animation to match stable almost perfectly. Which is what users have asked for.

Smaller changes

Gameplay (osu!catch)

  • Remove rounding of slider velocity multiplier on juice streams (#28337 by @bdach)
  • Change osu!catch no-fail penalty to match osu! (#28353 by @Givikap120)

Gameplay (osu!mania)

Fix missing texture on extremely long hold notes (#28466 by @smoogipoo)

Gameplay (osu!taiko)

Add osu!taiko Constant Speed mod (#27341 by @Hiviexd)

This also makes constant scroll speed look much more accurate in the editor.

Implement relax mod for taiko (#28472 by @bdach)

Smaller changes

  • Correct scale of taiko-glow element to match stable (#28311 by @Joppe27)

Next Release

  • Fix scale control key binding breaking previous defaults (#28559 by @peppy)
    • Oops from #28309. Noticed while writing changelog notes up. Given how many times we've accidentally done this we probably need some protection or a change to how we serialise these 😅.

Online

  • Allow ScoreUploader to process replays concurrently (ppy/osu-server-spectator#235 by @bdach)
  • Add client/server models & operations for "daily challenge" feature (#28194 by @bdach)
    • Coming soon.
  • Announce currently active "daily challenge" playlist to clients (ppy/osu-server-spectator#234 by @bdach)
    • Coming soon.
  • Minimum viable prototype of "daily challenge" feature (#28195 by @bdach)
    • Coming soon.
  • Derive API response version from game version (#28349 by @bdach)
  • Fix playlist total time not considering rate adjust mods (#28399 by @matheus-cesquim)
  • Add minimal viable new screen for daily challenge feature (#28440 by @bdach)
    • Coming soon.
  • Implement time remaining display for daily challenge screen (#28456 by @bdach)
    • Coming soon.
  • Implement event feed view for daily challenge screen (#28468 by @bdach)
    • Coming soon.

Platform

Revert windows 16px icon to original version (#28327 by @peppy)

This also fixes the 48px version looking uncanny due to smaller paddings. Sorry for having to put up with this eyesore for so long!.

Song Select

Make ctrl-up/down change speed modifier of mods (#28071 by @Fabiano1337)

Ctrl + Up / Down now increase or decrease rate adjust mod's speed in song select.

UI

Allow previewing audio of playlist items (#28333 by @peppy)

Smaller changes

  • Add new footer back button and fix shearing being different between components (#28183 by @frenzibyte)
    • For future use!
  • Fix main menu button backgrounds not covering their entire width sometimes (#28358 by @bdach)
  • Bypass external link dialog for links on the trusted osu! domain (#28363 by @peppy)
  • Add basic animation to new footer and buttons (#28184 by @frenzibyte)
    • For future use!
  • New leaderboard score card design implementation (#22237 by @mk56-spn)
    • For future use!

New Contributors

Full Changelog: 2024.523.0...2024.625.0