Fix huge allocation overhead during beatmap texture creation in song-select screen
Refactor metadata lookup flows
Replace linq usage in `Previous` and `Next` on `DifficultyHitObject` with more direct computation
Add note to never run release config to contributing guidelines
Previous
Next
Co-authored-by: Dean Herbert <pe@ppy.sh>
Fix deselecting slider adding control points
See https://discord.com/channels/188630481301012481/188630652340404224/1205886296439136286 for the latest instance of this, but this really keeps happening. Maybe someone will read this and stop themselves from making the same mistake. One can dream.
Suggest to update only if the latest release is available for the current platform
Improve exception logging of unobserved exceptions via `FireAndForget`
Fix profile current location and interests icons not matching web
Add additional gameplay metadata to room score request
Allows "author" to show the results of "creator"
ContentTooltipText
ProfileValueDisplay
RankHighest
APIUser
Use new LINQ Order{Descending} instead of OrderBy{Descending} when possible
NotifyShellUpdate()
public
`osu` is the `osu://` protocol handler, which gets overriden by lazer. Instead, use `osu!` which is the stable file handler.
Don't ask me why this uses the folder for .NET Framework 4.5
Logger.Error
WindowsAssociationManager
static
Usages/localisation logic TBD