Commit Graph

108 Commits

Author SHA1 Message Date
b5f670cc5b Add far too many fixes for ruleset non-nullable requirements 2022-01-12 23:24:11 +09:00
51251e3204 Fix CI reported warnings 2022-01-12 22:39:00 +09:00
5158736839 Avoid saving bracket if parsing failed, at all costs 2021-12-03 16:06:38 +09:00
ba05a0a383 Centralise specification of bracket.json filename 2021-12-03 16:04:11 +09:00
0ecf5f201c Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
f9ca7f5df1 Merge pull request #15319 from peppy/beatmap-refactor/tournament
Remove all usage of `BeatmapInfo` / `BeatmapSetInfo` from tournament mode
2021-10-28 16:26:06 +09:00
a6669a3892 Add mention of why the serialisation happens outside stream usage 2021-10-28 15:04:09 +09:00
ef26b0ba8a Fix serlialisation failure during ladder saving causing all existing file content to be deleted 2021-10-28 15:00:30 +09:00
f1499641f3 Rename all usages of APIBeatmap to beatmap in tournament namespace 2021-10-27 18:42:48 +09:00
5448b94039 Change repopulation rules to cover the fact that the serisalisation model has changed
This also adds a progress display to show how repopulation is going. It
can take a while on a large bracket.
2021-10-27 18:42:48 +09:00
35168948fe Fix PopulateUser not populating immediately when immediate is specified (due to scheduling) 2021-10-27 18:26:44 +09:00
3130616300 Update tournament components to use APIBeatmap directly 2021-10-27 18:26:44 +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
b41fa41c85 Rename APIRequest.Result to Response 2021-10-05 14:28:56 +09:00
ec61c3c5ee Rename all remaining cases 2021-10-03 00:55:29 +09:00
77b354bfba Resolve ruleset from store after loading tournament ladder 2021-07-30 02:12:03 +09:00
b5954a55ad Remove empty <returns> xmldoc 2021-04-12 17:46:14 +09:00
51a5652666 Refetch tournament users on null country rank 2021-03-01 22:42:53 +03:00
b68dbbceff Merge branch 'master' into multiplayer-participant-rank 2021-02-19 13:16:44 +09:00
61bf9a64bb Revert failed user requests changes with returning user ID instead 2021-02-17 11:22:03 +03:00
a845e96b7a Replace Ranks.Global completely with a GlobalRank property 2021-02-17 08:52:04 +03:00
85ebc8e06c Fix potentially overwriting user ID from failed request 2021-02-17 07:50:14 +03:00
3b4e02e5c7 Fix user population not immediate on bracket loading 2021-02-17 07:50:14 +03:00
7d057ab6ce Fix two threading issues 2021-02-12 22:38:55 +09:00
725db56837 Add loading spinner while tournament bracket is loading / retrieving data 2021-02-12 16:55:34 +09:00
49057e8cbc Cache TournamentStorage explicitly for better safety 2021-01-11 14:38:42 +09:00
a6766e64de Add custom handling of Point serialization to fix startup crashes of tournament client
SixLabors moved their data types around in a recent update (see
https://github.com/ppy/osu-framework/pull/4025) and it was deemed that
we should prefer `System.Drawing` primitives where possible.

This was applied to the tournament client via
https://github.com/ppy/osu/pull/11072 without correct consideration
given to the fact that we serialize these types.

`System.Drawing.Point` serializes into a comma separated string, which
seems to be less correct than what we had, so I've switched back to the
old format for the time being. We can reasses this in the future; the
main goal here is to restore usability to the tournament client.

Closes #11443.
2021-01-08 17:08:10 +09:00
daceb0c049 Fix texture store not being initialised correctly
Without this change flags/mods would not work as expected. The video
store was being added as the texture store incorrectly.
2020-10-19 15:48:34 +09:00
9d2392b6b1 Cache TournamentStorage as Storage and only cast when necessary 2020-06-24 00:14:44 +02:00
291dadf0b2 Merge branch 'master' of https://github.com/ppy/osu into tourney-asset-refactor 2020-06-22 12:01:24 +02:00
29ae1c460a TournamentStorage now takes in a parent storage 2020-06-16 17:00:20 +02:00
1cd96b8002 Rework StableInfo into a DI'd data structure 2020-06-13 15:06:07 +02:00
5041c74c7a Fix merge issue 2020-06-12 11:30:15 +09:00
5ef3a3f188 Merge branch 'master' into tourney-asset-refactor 2020-06-12 11:23:05 +09:00
80140842dc Merge branch 'master' into headless-tournamentgamebase 2020-06-12 10:51:37 +09:00
2964b457a0 Rename VideoStorage to VideoStore 2020-06-11 15:05:28 +02:00
c2e01e198f Rename tournamentStorage to storage 2020-06-11 13:55:29 +02:00
a43e1a0ae3 Remove whitespace 2020-06-10 08:41:13 +02:00
0f39558da2 Apply review comment 2020-06-10 08:04:34 +02:00
aacacd75f0 Remove abstract from the class 2020-06-09 21:14:05 +02:00
e57a229474 Move all the graphics related code to TournamentGame 2020-06-09 20:22:30 +02:00
417919320c change namespace to osu.Game.Tournament.IO 2020-06-09 17:28:42 +02:00
f01a86f5b1 Fix styling issues and move StorageManager to Configuration Folder 2020-06-08 03:12:37 +02:00
9a20ffa8a3 Rename to TournamentStorage 2020-06-08 00:47:47 +02:00
17cd9569ed Introduce new storage class and manager 2020-06-08 00:46:40 +02:00
f3b5149648 Move some suggestions to warnings, resolve issues 2020-06-03 16:48:44 +09:00
b902e50396 Add resolution selector in tournament setup screen 2020-03-13 15:44:23 +09:00
39bb98bfb2 Allow videos to be loaded with any extension
Also moves all tournament user resources to a "tournament" subfolder.
2020-03-12 13:27:00 +09:00
01e32896ee Make save changes button more prominent 2020-03-08 15:32:22 +09:00