Commit Graph

664 Commits

Author SHA1 Message Date
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
56a40e616b Add drawings to the migration test 2020-06-11 20:11:44 +02:00
592e3bf4c9 Implement migrations for the drawings config file 2020-06-11 18:21:56 +02:00
32d86d6fab Create storage for config files of a tournament 2020-06-11 18:07:24 +02:00
327795ba99 Switch drawing storage to tournamentstorage 2020-06-11 18:00:47 +02:00
c9dc17f3d8 Introduce migrations for drawings 2020-06-11 17:51:07 +02:00
222ac86304 Add newlines at the end of the file 2020-06-11 15:52:14 +02:00
af1bbe7857 move TournamentVideoResourceStore to separate file 2020-06-11 15:13:19 +02:00
2964b457a0 Rename VideoStorage to VideoStore 2020-06-11 15:05:28 +02:00
5d49b709b9 Change access modifier public -> internal 2020-06-11 14:09:21 +02:00
a317b85fd8 Remove misleading log 2020-06-11 14:06:03 +02:00
b69ff307d8 Fixed migration logic 2020-06-11 13:56:16 +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
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
417919320c change namespace to osu.Game.Tournament.IO 2020-06-09 17:28:42 +02:00
3ae1df07b0 Fix a couple more new formatting issues 2020-06-10 00:09:29 +09:00
7dc19220e5 Apply new resharper formatting fixes 2020-06-09 23:38:54 +09:00
88aed1d504 Merge branch 'master' into update-inspectcode-version 2020-06-09 20:12:39 +09:00
2f15d7fbac Code styling fixes 2020-06-08 20:04:38 +02:00
d2ae146c1f Remove unnecessary parameters and implement delete 2020-06-08 19:51:44 +02:00
ce66b72390 Refactor paths 2020-06-08 18:25:20 +02:00
f01a86f5b1 Fix styling issues and move StorageManager to Configuration Folder 2020-06-08 03:12:37 +02:00
ba5a747ac9 Implement migration for TournamentStorage 2020-06-08 03:03:57 +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
9920911390 Fix tournament displayed beatmap potentially being out of order on quick changes 2020-06-04 17:20:08 +09:00
7e5db5e933 Apply review suggestions 2020-06-03 23:49:06 +02:00
f3b5149648 Move some suggestions to warnings, resolve issues 2020-06-03 16:48:44 +09:00
78fddc8957 Make button match height 2020-06-02 19:29:59 +09:00
828180ad9b Add default 2020-06-02 19:29:22 +09:00
fea5c8460a Fixed path is empty exception
Also converted method to property get, private set
2020-06-01 22:50:24 +02:00
33d731644c Fix test crashing: NullReferenceException 2020-05-31 17:35:53 +02:00
ce360a960f use GameHost's GetStorage instead of local storage
This will now get the IPC Path again as the default path if one is present, else it will fall back to osu! lazer's base path.
2020-05-31 16:50:13 +02:00
0027f44bd0 Moved stableInfo read to FileBasedIPC
DI is also not needed anymore to access StableInfo, this goes through FileBasedIPC.
Note: directory selector now always navigates to the osu! lazer base path.
2020-05-31 16:27:05 +02:00
3731e76b10 Move stable_config declaration, rename testscene 2020-05-28 15:28:27 +02:00
7ae2383288 move stable config declaration and initial reading 2020-05-28 15:03:49 +02:00
748f7fcd8b Rename constants 2020-05-25 20:20:26 +02:00
ca68d94cf7 Invert if to reduce nesting 2020-05-25 20:18:17 +02:00
719da48922 Rename delegate argument 2020-05-25 20:11:00 +02:00
4c3900cfc8 Remove unnecessary comments, simplify initialPath and clarified TestScene name 2020-05-25 17:16:40 +02:00
a174117880 fix flowcontainer order properly and removed todo as its decided to do nothing there for now 2020-05-25 00:55:10 +02:00
1062e07ec1 refactor and implemented feedback:
- button text change
- renamed ActionableInfoWithNumberBox to ResolutionSelector and moved the clamping logic inside it
- also removed the ugly right margin and added the FillFlowContainer
2020-05-24 22:24:46 +02:00
c6345ba6c9 corrected styling issues 2020-05-22 20:01:26 +02:00
0717dab8e4 Add StablePathSelectScreen visual test 2020-05-22 19:51:08 +02:00
554be1c422 add the ability to set the size of the Tournament Client to an arbitrary value instead of a fixed 1080p option 2020-05-22 19:25:05 +02:00