You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* String Parsing Fixes
- Prevent empty string on readTime
- Allow numbers starting with `.`
- Prevent NaN as a result.
* Clear artist on unload.
Leaving leftover data between audio loads.
* Make fallback noteskin work.
Fixes 2 issues when looking for a valid style noteskin:
- Only looks for the 5 priority noteskins.
- Default placeholder type is the same as the default noteskin type, so it will never load the fallback if no supported noteskins are found.
This changes the placeholder value to be different, and if no priority noteskins support the current style, search through all loaded noteskins before using the fallback.
* Fix FileDrop paths.
- Fixes utf8 paths from not working.
- Fixes directory drops not finding any valid files due to extension now including the dot.
- Use path util for extension and osu filename conversion.
* Update handleDialogOpening
Prevent a double open of a dialog due to requesting it open when already open and never clearing the flag.
Also prevent invalid DialogId values from crashing due to dlg being nullptr;
* Stop CustomSnap from grabbing focus.
It doesn't select the box and eats the inputs when initially open, including for shortcuts.
0 commit comments