Commit Graph

29 Commits

Author SHA1 Message Date
31a447fda0 Update parameter discards 2022-06-24 21:26:19 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
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
ba05a0a383 Centralise specification of bracket.json filename 2021-12-03 16:04:11 +09:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
7111f58bfe Fix tournament client silently failing on error during parsing 2021-10-25 16:49:33 +09:00
e08b1223ab Move team colours to OsuColour 2021-08-09 16:30:37 +09:00
0a13e033ea Move height warning to bottom of screen to avoid overlap 2021-07-17 00:23:17 +09:00
5ad8dc316f Add inline comment and improve linq robustness 2021-03-24 14:09:15 +09:00
d17c431faf Disable relative mode for TournamentGame 2021-03-23 23:22:17 +01:00
725db56837 Add loading spinner while tournament bracket is loading / retrieving data 2021-02-12 16:55:34 +09:00
5195da3ceb Add message box in bracket editor explaining how to get started 2020-09-02 15:18:51 +09:00
e6d13edafb Force tournament client to run in windowed mode
We generally haven't tested in other modes, and it doesn't really make
sense as you wouldn't be able to use it in a meaningful way otherwise.

- [ ] Test on windows.
2020-08-20 19:41:29 +09:00
0f39558da2 Apply review comment 2020-06-10 08:04:34 +02:00
af05ee67cb move base.loadcomplete to the bottom 2020-06-09 20:30:15 +02:00
e57a229474 Move all the graphics related code to TournamentGame 2020-06-09 20:22:30 +02:00
ed837d3115 Use framework extension method for FromHex 2020-03-11 10:18:41 +09:00
3caffb81e1 Add new element colours to TournamentGame 2020-03-08 15:32:22 +09:00
e678a068b6 Bring design up-to-date with 2019 standards 2020-03-03 19:20:42 +09:00
7c163ad911 Move font-related code out of TournamentGame 2019-06-18 15:09:39 +09:00
96e24ebd20 General namespace tidy-up 2019-06-18 14:51:48 +09:00
a7fcec8d97 Fix TournamentSceneManager test 2019-06-14 20:32:23 +09:00
9e4f2c7eb9 Move font local 2019-06-13 19:41:01 +09:00
cf63ee4948 Update licence headers 2019-03-04 13:24:19 +09:00
fcab21908b Update in line with screen changes 2019-02-17 18:20:03 +09:00
a0d64c1b13 Add ability to select current match 2018-11-07 01:24:35 +09:00
afb3b38098 Fix regression in testing logic 2018-11-06 18:32:59 +09:00
85fe4db2ec Hide game cursor so it is not included in stream 2018-11-06 15:08:14 +09:00
9c5eddea54 Allow running tournament tools from main executable 2018-11-06 14:49:09 +09:00