osu/osu.Game.Tournament
Bartłomiej Dach 9deeaee404
Fix tournament client not loading
Caused by a `LoadComponentsAsync()` call being fired from a worker
thread, which will throw exceptions since the recent addition of safety
checks around that method.
2022-01-27 17:31:12 +01:00
..
Components Update all usages of RulesetID and Ruleset.ID to use Ruleset.OnlineID 2022-01-27 15:38:03 +09:00
Configuration
IO Centralise specification of bracket.json filename 2021-12-03 16:04:11 +09:00
IPC Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
Models
Properties
Resources
Screens Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
JsonPointConverter.cs
osu.Game.Tournament.csproj
TournamentGame.cs Fix tournament client not loading 2022-01-27 17:31:12 +01:00
TournamentGameBase.cs Add far too many fixes for ruleset non-nullable requirements 2022-01-12 23:24:11 +09:00
TournamentSceneManager.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
TournamentSpriteText.cs
TourneyButton.cs
WarningBox.cs