DatabasedSetting
SkinInfo
This was never used
SettingsStore
Also fixes some remaining test failures due to locally constructed rulesets that are not being tracked by the game.
Will likely pull out that `RulesetConfigCache` next, but this is an "everything works" state.
Preserve current time and clipboard contents when switching between difficulties
Implement total SR formula that better correlates with pp
Make response to failed multiplayer password attempt friendlier
EditorState
Also update the xmldoc to not be specific to difficulty switching
public
Editor
EditorLoader
private
Fix icon orientation for horizontal bar hit error meter
BarHitErrorMeter
Update()
Make "Reset bindings" button wider to accommodate to localisations better
Fix dimmed checked nub artifact
This adds transition that extends nub's border to fill it. Fill fade can be removed, but combined effect looks nicer imo, and the fill is still needed because if removed, border becomes invisible for some reason.
Add missing screen level mod application settings for some screens
Don't play hover/select sounds for UpdatableAvatar unless it's clickable
Add sound for multiplayer team swaps
Closes #7480. But based on discussion in there this solution may change.
Integrate `EditorLoader` into `EditorTestScene`
Feels a bit convoluted without this. Don't really have a better suggestion for now so a comment will do.