Thanks for following along! This is a tagged release (2022.612.0). For more information check out the osu! changelog page and dev blog.
Code Quality
- Switch
SampleStore
ConcurrentDictionary
usage to be a normalDictionary
(ppy/osu-framework#5233 by @peppy) - Add blacklisted auto-import rules which conflict with osu!/osu!framework naming (#18601 by @peppy)
- Refactor
ChatLine
and fixDrawableChannel
flow padding (#18610 by @jai-x) - Enable nullable types in
ChatLine
and update timestamp colours to match design (#18622 by @jai-x)
Editor
Fix osu!taiko hits missing fill colour occasionally after rewinding (#18604 by @smoogipoo)
Framework
- Reset shader stack every frame to silence assertion (ppy/osu-framework#5230 by @smoogipoo)
- Fix and cleanup android touch handling (ppy/osu-framework#5229 by @Susko3)
- Implicitly confine the cursor when it can't leave to another display (ppy/osu-framework#5210 by @Susko3)
- Fixes weird behaviour some users with multiple displays noticed at screen edges.
- Properly set
IsPrecise
for SDL scroll events (ppy/osu-framework#5236 by @Susko3) - Update framework (#18640 by @peppy)
Gameplay
- Avoid beatmap load timeouts triggering when a user loads a beatmap (#18629 by @smoogipoo)
- The timeout is now only applied for background tasks like difficulty calculation. That said, at the point this timeout would have been reached (10 seconds) the game is already doomed, so we need to add some better safeties in place around this flow.
Gameplay (osu!)
Fix spinner bonus tick sample playing only from left channel (#18595 by @frenzibyte)
Gameplay (osu!mania)
- Calculate true combo value in ManiaDifficultyCalculator (#18533 by @smoogipoo)
Multiplayer
Support mod/ruleset combinations in multiplayer gameplay leaderboard (#18496 by @smoogipoo)
Until now, the leaderboard didn't correctly show scores for mod combinations that differed from the local player. Now it will.
Online
Fix combo starting at 0 when spectating (#18584 by @smoogipoo)
Update Discord RPC ranking value depending on the selected ruleset (#18498 by @tornac1234)
Update spectator/multiplayer endpoint in line with new deployment (#18648 by @peppy)
We are now deploying the server components in a way which ensures old multiplayer rooms and spectator sessions aren't interrupted. Also, this should fix intermittent disconnections during multiplayer games (which were caused by cloudflare).
Smaller changes
- Fix message notifier not handling unresolved PM channels (#18612 by @frenzibyte)
- Use already-provided own profile statistics in difficulty recommender (#18623 by @LittleEndu)
Performance
Rename "unlimited" to "basically unlimited" and add sane frame limiter (ppy/osu-framework#5235 by @peppy)
This wasn't helping anyone, especially in lazer. Significant research and testing has been done in order to allow us to provide the most reliable and low latency experience, and this is one of the steps towards that end goal.
You can read more over at this wiki page.
Fix performance overhead of large collections (#18619 by @peppy)
Users with larger collections may have seen various components in the game unusable for seconds or minutes at startup. This fixes collections potentially taking minutes to load (will now take <1 second).
Smaller changes
Platform
Fix audio stuttering on iOS (ppy/osu-framework#5238 by @frenzibyte)
Smaller changes
- Use precise delta values for windows / linux scroll input (ppy/osu-framework#5186 by @frenzibyte)
- Fix app version not updating on windows uninstaller entry (#18641 by @Joehuu)
Reliability
- Fix potential null reference in skin editor if target screen is null (during exit) (#18586 by @peppy)
- Ensure
ChannelManager
has access to API from point of construction (#18620 by @peppy)
Settings
Add latency certifier system (#18606 by @peppy)
To help appease concerns over removing the "unlimited" frame limiter, meet the latency certifier. A (hopefully) fun mini-game that can help you better understand and address any concerns you have over having your gameplay experience affected by a lower frame limiter.
2022-06-12.14-03-58.mp4
Play until you reach your limit of perception, then drop down a level and prove you can see or feel the difference. You now know what kind of frame limiter is required for you personally.
Looking forward to seeing results from the community in this. For anyone claiming over level 7 certification (480 Hz), please help us out by providing a camera recording of you playing through, and explain how you are able to see the difference, as this will help us better understand extreme needs if they exist.
Add button to delete all beatmap videos (#18320 by @Sublimelime)
Pretty straight-forward. Note that this is is a one-direction operation. Once you delete them they are gone from disk (after you restart osu!).
Add button to delete the current skin (#18609 by @ALANVF)
More skin management will come in the future, but this is a first step.
Smaller changes
- Fix latency certifier potentially reporting infinite mouse polling rate (#18644 by @frenzibyte)
- Add multiple display modes (including circle gameplay) to latency certification (#18635 by @peppy)
Skin Editor
Fix skin editor not accounting for aspect ratios in base-game sizing logic (#18587 by @peppy)
The skin editor's preview window will now scale appropriately with screen aspect ratio changes.
osu.2022-06-06.at.09.31.55.mp4
Skinning
- Change
skin.ini
boolean parsing to match osu!stable (#18589 by @peppy)- Fixes some very edge cases where users were using "2" in a boolean field.
Song Select
Add placeholder when no results are visible at song select (#18603 by @peppy)
This is a first implementation of this placeholder. Design is obviously temporary (as song select is going to be redesigned I don't feel it deserves too much immediate attention). Functionality is only part of what I'd see this evolving to, but trying to add everything in one goes seems like a bad idea.
osu.2022-06-07.at.08.23.14.mp4
Testing
- Isolate "server-side" multiplayer rooms in testing (#18547 by @smoogipoo)
- Attempt to fix
TestSceneVideo
incorrectly failing due to intermittent state changes (ppy/osu-framework#5234 by @peppy)
UI
- Update chat date separator to use new design throughout (#18567 by @jai-x)
- Truncate difficulty name in score panel (#18599 by @hlysine)
- Always show mod selector on beatmap info leaderboards regardless of supporter (#18627 by @Joehuu)
UX
- Allow using arrow keys to navigate volume controls when controls are already visible (#18554 by @peppy)
- Fix first run overlay showing the global toolbar unexpectedly (#18618 by @peppy)
New Contributors
- @ALANVF made their first contribution in #18609
- @tornac1234 made their first contribution in #18498
Full Changelog: 2022.605.1...2022.612.0