15 November 2024
Audio
Fix old looping samples not stopping when replacing a SkinnableSound's Samples (osu#30389)by spaceman_atlas
New new osu!mania ruleset selection sample (osu-resources#345)by nekodex
Increase ducking duration when selecting osu!mania ruleset (osu#30423)by nekodex

Extends the duck duration to sit better with the new longer osu!mania selection sample.

Code Quality
Enable NRT in LocalisableStringEqualityComparer (osu-framework#6386)by smoogipoo
Explicitly set S3 timeouts & retry counts (osu-server-spectator#246)by spaceman_atlas
Recommend C# Dev Kit extension on VSCode (osu#30246)by Joehu
Clamp scale with lower and upper bounds (osu#30080)by OliBomby
Improve diffcalc workflow with explicit wait + logs (osu#30318)by smoogipoo
Update SDL3-CS (osu-framework#6389)by hwsmm
Update translations (osu-resources#343)by peppy
Fix argument order in diffcalc workflow (osu#30319)by smoogipoo
Expose no-op constructors as protected (osu#30335)by peppy
Refactor BeatmapAttributeText to compute values on the fly (osu#30320)by smoogipoo
Change convert-to-ternary warning to hint (osu#30373)by smoogipoo
Update all dependencies (osu-server-spectator#247)by peppy
Move TestTouchInputAfterTouchingComposeArea to separate test scene (osu#30408)by OliBomby
Ignore casing when matching mods acronyms (osu#30458)by smoogipoo
Add attribute to hide arbitrary drawables from draw visualiser (osu-framework#6411)by smoogipoo
Fix texture wrapping not updating when atlas is already bound (osu-framework#6410)by Jumprocks1
Add better support for adding form file parameters to web requests (osu-framework#6412)by spaceman_atlas
Fix intermittent beatmap recommendations test (osu#30526)by smoogipoo
Replace MultiplayerRoomComposite with local bindings (osu#30525)by smoogipoo
Fix up + improve CI test reporting workflow (osu#30543)by smoogipoo
Allow customising ScrollContainer's scrollbar mapping (osu-framework#6415)by peppy
Globalise CountDifficultStrains within StrainSkill (osu#30534)by Lawtrohux
Make draw visualiser follow proxied drawables to their visual layer (osu-framework#6420)by smoogipoo
Allow CachedModelDependencyContainer to cache models with non-bindable fields (osu-framework#6416)by smoogipoo
Refactor step buttons + improve assertion messages (osu-framework#6418)by smoogipoo
Fix error triggered in label step execution not being logged (osu-framework#6421)by frenzibyte
Fix CI test report workflow (osu-framework#6422)by spaceman_atlas
Simplify convertible hitobject parsing and add IHasLegacyHitObjectType (osu#30578)by smoogipoo
Difficulty
Remove estimations where score data is available for osu! difficulty calculations (osu#27691)by Finadoggie
Cap effective miss count to total hits (osu#30455)by smoogipoo
osu!taiko: Implement stamina consideration for Mono (single-coloured) patterns. (osu#30460)by Lawtrohux
osu!taiko: Bring back convert nerf to fix overweighted taiko difficulty (osu#30456)by smoogipoo
Reset effectiveMissCount when calculating pp (osu#30518)by Givikap120
Split diffcalc workflow to add concurrency group (osu#30566)by smoogipoo
Clamp estimateImproperlyFollowedDifficultSliders for lazer scores (osu#30544)by Finadoggie
Fix NaN PP counter values while SR is 0 (osu#30618)by Natelytle
Editor
Fix split control point context menu option not showing up on newly created control points (osu#30189)by OliBomby
Ensure at least one scale popover axis is active at any time (osu#30219)by spaceman_atlas
Add key binding for cycling grid type (osu#26303)by OliBomby

Using the tool boxes on the right frequently is quite annoying, so I also added a keybind for cycling the grid type (H). I chose this key because its right next to the grid spacing cycle hotkey (G) and unused. It makes sense to group the grid property changing hotkeys physically close on the keyboard. An alternative hotkey could be like Shift+G or Shift+G, Ctrl+G is taken.

There's also a test for the grid placement tool in here which apparently got left behind when I was splitting up this PR into parts. I guess it can't hurt to have it so here it is.

Fix drawing slider with touch inserts a random control point at beginning (osu#30263)by frenzibyte
Add breathing room to seek back between control points in editor (osu#30328)by TaterToes
Fix timeline blueprints sometimes causing crashes due to current placement blueprint becoming unsorted (osu#30377)by spaceman_atlas
Add toggles and hotkeys for configuring sample addition bank (osu#28863)by OliBomby

This PR adds a new left toolbox for configuring the sample addition bank of the selected hit objects. The toggles for the sample bank now only affect the hitnormal sample of the selection.

The hotkeys are Alt-Q~R. This differs from stable's Ctrl-Q~R because those hotkeys are already taken by other tools in lazer.
Using Alt-Shift-Q~R sets both sample bank and sample addition bank simultaneously, like previous functionality.
The same hotkeys are also added to the sample edit popover on the timeline.

Fix osu!mania flip operations sometimes not preserving selection in mania editor (osu#30284)by spaceman_atlas
Improve scale/rotate popover UX to better match user expectation (osu#30315)by OliBomby

Added keyboard step values to the slider bars which match the keyboard step in stable. This is especially nice to use with https://github.com/ppy/osu-framework/pull/6390

Also made the popovers close when you press Enter (or Spacebar). This matches the behaviour in stable so now all the scale/rotate muscle memory should carry over nicely to lazer.

Fix several cases of deselection not correctly terminating drag operations on slider selection blueprint (osu#30294)by spaceman_atlas
Add support for "auto" sample bank additions in the editor (osu#29648)by OliBomby
Keep sidebars expanded by default (osu#30387)by peppy

They will not only contract if the user chooses to have them contract (new setting in the View menu) or if the game isn't wide enough to allow full interaction with the playfield while they are expanded.

Fix editor sidebar resizing on hover repeatedly when polygon popover is opened (osu#30450)by Joehu
Fix catcher size and hyperdashes indication on adjusting CircleSize (osu#30300)by Greaper
Allow scaling down to 5% in popover scale dialog (osu#30482)by peppy
Remember origin settings for scale/rotation popover (osu#30484)by peppy
Fix drum roll editor blueprint size & input handling (osu#30511)by spaceman_atlas

https://github.com/user-attachments/assets/591fca72-0592-4d91-bb3b-37ce39e2e236

Fix effect point scroll speeds below 0.1x not being encoded properly (osu#30509)by spaceman_atlas
Add ability to hide breaks from timeline (osu#30505)by peppy

This was another IRL request from a mapper / team member. The rationale here is that it can be very annoying to map with break time enabled if you have a large gap in the beatmap you are trying to fill with hitobjects, as you are placing objects on top of a very gray area:

https://github.com/user-attachments/assets/aa558994-62f3-48c9-b1b2-21e14614d894

Fix drum rolls losing width on strong state toggle in editor (osu#30508)by spaceman_atlas
Add ability to automatically move already-placed objects when changing timing settings (osu#28382)by Hecatia-Lapislazuli
Gameplay
Fix argon song progress bar tooltip showing during active gameplay (osu#30199)by spaceman_atlas
Decrease the time it takes to quick retry by ~650 ms (osu#30261)by peppy

Removes an arbitrary delay from the quick retry process. Now it is only limited by load speed (which will improve in the future).

Remove hold-to-confirm delay when pausing using keyboard shortcuts (osu#30309)by peppy

This keeps coming up (latest case) so I think we need to listen to users and make this change. Matches stable behaviour.

Handle mid-play mod changes (osu-server-spectator#245)by spaceman_atlas
Do not fall back to beatmap's original ruleset if conversion fails (osu#30424)by spaceman_atlas
Fix break overlay grades not using localised string (osu#30572)by Joehu
Make quick restart even faster (osu#30603)by peppy

This is a second pass at refining the quick restart experience.

  • More arbitrarily induced delays are culled
  • Settings are hidden now (since interacting with them is nigh impossible given the faster restart speed)
  • Some animations are hidden to make the process less jarring
  • Parallax is disabled to stop the background displacing weirdly
Gameplay (osu!)
Fix slider ticks and repeats incorrectly moved to position of head when strict tracking and any conversion mod that moves objects is active (osu#30281)by spaceman_atlas
Fix cursor rotating with barrel roll mod active (osu#30326)by jhk2601

Some may argue that cursor rotation is intended behavior but it looks odd and feels pretty janky, especially on abnormal cursors like the issue describes. Would be better if cursor rotation could be adjusted in existing switch statement but didn't want to mess with existing implementation to allow that and this way is simple and readable as well.

Mod Select
Prioritize selecting exact searched acronym with select keybind (osu#30330)by jhk2601

Before, searching "SY" for the synesthesia mod and pressing enter would select EZ, since selection was prioritized by column/descending order instead of accuracy.

The mod which will be selected is also slightly highlighted with this change.

Now Playing
Fix track restarting when trying to switch track change direction with shuffle active (osu#30215)by spaceman_atlas
Fix shuffle not actually changing the track sometimes (osu#30277)by spaceman_atlas
Online
Fix discord RPC complaining yet again if given a single space character as activity state / details (osu#30198)by spaceman_atlas
Send mods in spectator frame headers (osu#30137)by spaceman_atlas
Fix currently online display hitting rate limits (osu#30146)by spaceman_atlas
Fix several cases where beatmaps would lose their online links during import (osu#30453)by spaceman_atlas
Overlays
Add search box to chat overlay (osu#30382)by EvT

https://github.com/user-attachments/assets/01accf64-65e4-4f7a-87fc-4794ca6c8014

Add search textbox to friends display (osu#30499)by spaceman_atlas

https://github.com/user-attachments/assets/a19d607a-d0aa-45b2-a184-c32f30782090

Add the ability to add/remove friend from profile screens (osu#30467)by cdwcgt
Platform
Fix game deadlocking on startup when set to single thread mode (osu#30164)by spaceman_atlas
Use SDL3 windowing by default (osu-framework#6396)by smoogipoo

Things might break. If they do we'll deal with it.

Fix android screen orientation locking in portrait mode during gameplay when exiting/re-entering app (osu#30459)by Joehu
Add extended logging to NVAPI operations (osu#30547)by spaceman_atlas
Fix SDL3 attempting to render IME composition text (osu-framework#6413)by spaceman_atlas
Fix incorrectly translated NVAPI ABI (osu#30560)by smoogipoo
Reliability
Fix crash when resetting offset after a play with no hit events (osu#30620)by peppy
Settings
Add functionality to mass reset offsets (osu#30239)by rozukke

Quick util to reset offsets, convenient after changing global offset or otherwise messing with your setup audio. Have sorely missed this functionality!

Prevent key bind conflict popup when default key is assigned to secondary binding (osu#30454)by lukektx

Now when restoring key binds to defaults, doesn't check for conflicting key binds from the same action.

Fix retry button on storage unavailable dialog not reopening realm if retry succeeds (osu#30545)by spaceman_atlas
Skinning
Add "Use relative size" setting to argon & default song progress (osu#30334)by SupDos

https://github.com/user-attachments/assets/c6aad1ef-f34e-4b3e-97a2-46fc85577727

Fix playfield skinning layer no longer correctly rotating with the playfield (osu#30375)by spaceman_atlas
Make BeatmapAttributeText show values inclusive of mods (osu#30321)by smoogipoo
Fix HUD elements shifting in unintended manner when partially off-screen flipped skin elements are present (osu#30535)by spaceman_atlas
Song Select
Fix crashes when attempting to change from a custom ruleset with mods selected to another (osu#30195)by spaceman_atlas
Add ranked date and submitted date filtering to song select (osu#30145)by WitherFlower

Implements ranked and submitted filters, following the same logic as the osu-web search, which is described in https://github.com/ppy/osu-web/pull/7358

As a brief summary :

  • Dates in the formats yyyy, yyyy-mm and yyyy-mm-dd are accepted.
  • The valid separators are -, / and .
  • Dates are treated as UTC to keep search results consistent between web and client.
  • I did not add support for hours, minutes and seconds as I don't think it's really useful, but I can make the addition if deemed necessary
Don't delete scores when deleting beatmaps (osu#30379)by peppy

This means if you delete a beatmap then reimport it, your scores will remain.

Fix beatmap selection being lost during update process (osu#30385)by peppy
Add context menu option to copy link to an online score (osu#30496)by spaceman_atlas
Fix multiplayer song select not correctly applying filter sometimes (osu#30425)by spaceman_atlas
Reduce semi-opaque layers at song select (osu#30580)by peppy

I've chosen values here that are moving in the direction of the new design without overhauling everything. I figure this will if anything lead to less unexpected change when we finally drop the new design.

  • I know that there's still some transparency. I did this because it helps keep all current elements / colours contrasting without too much effort.
  • I completely removed the transparency adjustments on the beatmap panels. This always looked bad due to being applied per-layer, and I don't think it added much.
Before After
osu! 2024-11-11 at 08 58 57 osu! 2024-11-11 at 08 58 04
Fix top rank display not showing up on beatmaps with many difficulties (osu#30579)by peppy
UI
Fix SelectionBox buttons freezing when button is triggered via key event (osu#30206)by Maarvin
Do not show daily challenge conclusion notification on disconnection (osu#30218)by spaceman_atlas
Respect "Prefer metadata in original language" toggle in beatmap deletion dialog (osu#30274)by osutryhard123
Allow more localisation in skin editor (osu#30231)by SchiavoAnto
Remove default key binding for "Toggle FPS counter" (osu#30264)by LBlend

This is so it can be used for editor functionality.

Group HitResults with the same name into one column in beatmap overlay's leaderboard (osu#30245)by 424ever
Highlight maximum combo and accuracy on user best score display to match web (osu#30346)by wezwery
Add hover background back to ClickablePlaceholder (osu#30383)by MoeRain233
Quote source text when searching for it via click (osu#30400)by peppy
Allow slider bar to take focus and accept keyboard input while not hovered (osu-framework#6390)by OliBomby

This change allows you to click the slider bar, have it gain focus, and then adjust the slider bar with the keyboard while the cursor is not hovering the slider bar. This matches the user expectation because you can do the same thing in osu! stable.

https://github.com/user-attachments/assets/19d901c3-4130-48f8-be75-bedc75a6676f

Adjust slider bar implementations to show focused state (osu#30413)by peppy

osu Game Tests 2024-10-24 at 10 47 20
osu Game Tests 2024-10-24 at 10 47 52
osu Game Tests 2024-10-24 at 10 48 38
osu Game Tests 2024-10-24 at 10 49 18

Fix add/edit playlist item operations not checking ruleset conversion eligibility (osu-server-spectator#248)by spaceman_atlas
Remove by the beatmap creator in PlayerLoaderStrings (osu#30489)by Jun Maeda

Love this update?

Support further development of osu! and become an osu!supporter today!

Not only will you help speed development, but you will also get some extra features and customisations!

Comments76

Sort by

Im really not enjoying the new quick retry, you gave us the blessing of being able to fix our offsets easily(which we shouldnt need to do so often in the first place) and now you took it away. Why do you force these very subjective things? This is not the first time something very cool and convenient got replaced without just making it an option.

ikkue UltraKratochvil

Pressing retry from the pause menu gives you the old loading menu with customisation options still, but I get what you mean. There really should be an option for the quick retry key to act the same as the retry button in the escape menu.

звук в мании супер стрёмный

i loved contributing to this update <3

Don-Tan osutryhard123

slay!

i LOVE that new mania sound omg

THANK YOU DEVS <3 <3 <3

i don't like the new mania sound :/ maybe i don't like change tho

It updated and doesn't open my game anymore

there seems to be a bug in the editor that causes the new combo toggle to remain on whenever you click on and off a new combo'd object

was aware of that, brought it up in review, others were fine with it, so i guess semi intended? if enough people complain it can probably be changed

Raupain spaceman_atlas

its kinda annoying I hope its changed

No option to upload beatmaps still. Thank God I'm not a single platform user.

spaceman_atlas AlainChristian

you should really watch the update video

AlainChristian spaceman_atlas

There's a VIDEO? I'm such a noob. Where is it hosted? EDIT: Wait, it's on the changelog page. Why didn't I see that in the app? Well it doesn't matter. Thanks for replying. I'm goinna watch it right now. Enjoy your weekend!

EDIT 2: LETS F'NG GOOOOOOOOO!!!!!

AlainChristian AlainChristian

But still, it's noce to see Lazer getting better over time.

cant hover anymore lol, forced to drag

Linux build for this is not available right now :( (.AppImage)

:)

still no ms inprovement on linux

Rudicito Darya Santehnik

ms improvement ?

nice work!

cool stuff

high precision mouse adjustment broke my tablet using opentabletdriver. solution is to turn it off

Gonzaalooo AssasinOSU

likely the new SDL changes

the refined fast restart stuff is really good imo

nice

awesome

good :)

skibidideleted
ominoussage skibidi

enable "Always show hold for menu button" from settings

skibidi ominoussage

this is a different feature. im talking about how hitting the pause button instantly pauses the game now instead of needing to be held like before. i just want a toggle to re-enable the hold-to-confirm

ominoussage ominoussage

and adjust "hold-to-confirm activation time" slider

hadi h.o

i like it

absolute cinema

SaVO261deleted
SaVO261 SaVO261deleted
Hund40 SaVO261

howwwww howwwwwwww

Editor changes as always are excellent, but once again grid origin/rotation/type does NOT save between editing sessions. Hopefully next month!

This update is broken :

  • Previous client attempted to automatically download it. I have no clue where it is.
  • Launching the previous client now fails with an ssl error.
  • So in the end I had to manually download the update and move it at the correct place.
  • WHERE DID BORDERLESS MODE GO ????
  • Setting the game to fullscreen changes my desktop resolution. GG guys, now I can't alt-tab without stuff being broken on my computer.

cheese

Marwinnenen Marwinnenen

hover is broken :(

Small issue for MacOS users (like myself!) The Borderless Windowed resolution option is now dead after today's update.

spaceman_atlas nogmodturtles

intentionally removed, although the jury is still out on whether that will continue to be the case (https://github.com/ppy/osu/pull/30636)

why is my tablet broken now

I thought there would be max pp in this update, maybe I still need to wait +_+

why remove audio settings in quick retry loading screen
we need this to calculate offset

Or at least show me how to adjust it so I can also adjust the offset manually from the game
Using quick retry ruins it when I need the last play data to calibrate my offset because it will be override even I hit no object after retry

because the screen goes away too fast for them to be adjustable...?

if you want to adjust offset, then slow retry via pause menu

cdwcgt spaceman_atlas

I mean I like this feature, both offset auto detect and quick retry
But I feel like this update makes offset adjust more harder to use

So I hope there is a better way like temporarily display recommended values ​​after retrying or allow adjustment when the mouse is on the right side, etc.

cdwcgt spaceman_atlas

But in fact stable can also adjust visual settings during quick retry?
Just keep the mouse at the bottom of the screen when you quick retry

my tablet didn't work

Okay but huh?a off

something is wrong with the quick replay (holding `). It doesn't show quick settings where I can calibrate the offset specific to the beatmap.

Laurente332 Laurente332

quick *retry

SupDos Laurente332

the update video explains it and it’s in the changelog, you’ll need to do a normal restart (pause > retry) to see the quick settings now

Not sure what went wrong but this update required root access on linux, which then crashed the process. Had to redownload the appImage to fix this.

ominoussage WalachCZ00

not required for mine. running fedora silverblue

Rudicito WalachCZ00

I didn't have this problem on linux appimage

yeah no there is no reason why root should ever be required for anything to do with the game, OP might need to check their permissions and such

The new retry time is massive <3

Huge!

Nice

i love you all so much

:o

thank you peppy

rahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

huge

www

huge

huge

/

huge