Dean Herbert
|
0b76460043
|
Merge branch 'master' into lounge-redesign
|
2021-08-09 16:28:28 +09:00 |
|
Dean Herbert
|
7cb743a734
|
Move font sizing to base class
|
2021-08-09 16:17:51 +09:00 |
|
Dean Herbert
|
b401dc0b2e
|
Remove playlist button
|
2021-08-06 18:58:50 +09:00 |
|
Dean Herbert
|
bf720f7e06
|
Ensure operations are not performed during loading
|
2021-08-05 14:14:07 +09:00 |
|
Dean Herbert
|
22bd6c7556
|
Move keyboard progress flow handling to MatchSettingsOverlay
|
2021-08-05 14:06:58 +09:00 |
|
Dean Herbert
|
c84bd2c74d
|
Update new obsolete usages
|
2021-08-05 13:22:59 +09:00 |
|
Dean Herbert
|
476442d1a3
|
Merge branch 'master' into multiplayer-create-with-enter
|
2021-08-04 19:37:41 +09:00 |
|
Dean Herbert
|
063868713e
|
Add ability to create a room using only keyboard input
|
2021-08-03 19:11:10 +09:00 |
|
Dean Herbert
|
feadfbcca7
|
Add playlist type to picker temporarily
|
2021-08-03 17:48:20 +09:00 |
|
Dean Herbert
|
01f15bd6fc
|
Rename picker class to match new naming
|
2021-08-03 17:47:53 +09:00 |
|
Dean Herbert
|
2564c0c3df
|
Rename GameType to MatchType and make enum instead of class
|
2021-08-03 14:46:31 +09:00 |
|
Dean Herbert
|
24f330e5c1
|
Avoid MatchSettingsOverlay base class potentially accessing an uninitialised field
|
2021-07-12 15:49:19 +09:00 |
|
Dean Herbert
|
abc96057b2
|
Remove relative height specification and use constant height
|
2021-05-21 17:55:46 +09:00 |
|
timiimit
|
1fd00d1313
|
Change from fullscreen to 0.7
|
2021-05-18 21:52:28 +02:00 |
|
timiimit
|
ac5fe0c18c
|
Change larger freemod selection overlay
|
2021-05-18 18:50:42 +02:00 |
|
Salman Ahmed
|
8338f702c3
|
Remove not required null conditional
|
2021-05-14 09:32:56 +03:00 |
|
Dean Herbert
|
48672f8afd
|
Add very basic test logic to ensure PlayerLoader is present for playlists
|
2021-05-14 15:02:36 +09:00 |
|
smoogipoo
|
fd0b030cf4
|
Refactor gameplay screen creation
|
2021-04-22 23:37:33 +09:00 |
|
smoogipoo
|
65a6f9f8a4
|
Merge branch 'fix-initial-spectator-state-callback' into multiplayer-spectator-screen
|
2021-04-16 18:26:46 +09:00 |
|
Dean Herbert
|
0eab9daf13
|
Update existing overlay containers to not block scroll input
|
2021-04-12 16:41:36 +09:00 |
|
smoogipoo
|
6eddc6c59e
|
Enable spectating multiplayer matches
|
2021-04-09 21:03:50 +09:00 |
|
smoogipoo
|
56c13148f1
|
Fix typo in class name
|
2021-04-07 16:45:10 +09:00 |
|
Dean Herbert
|
484968d797
|
Fix weird bool check
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2021-02-19 14:46:10 +09:00 |
|
Dean Herbert
|
4504023a23
|
Merge branch 'master' into playlists-freemod-support
|
2021-02-19 14:43:59 +09:00 |
|
Dean Herbert
|
39059ed82d
|
Remove unnecessary null coalesce check
|
2021-02-19 14:36:51 +09:00 |
|
Dean Herbert
|
df05c57f44
|
Merge branch 'master' into playlists-freemod-support
|
2021-02-19 14:35:20 +09:00 |
|
Dean Herbert
|
a2aec6bcdc
|
Merge pull request #11808 from smoogipoo/multiplayer-no-playlist-mangling
Rework multiplayer playlist handling to support multiple items
|
2021-02-19 14:33:53 +09:00 |
|
Dean Herbert
|
421cdb6650
|
Consume new method in existing usages (and remove some unnecessary set/unset code)
|
2021-02-18 15:01:11 +09:00 |
|
smoogipoo
|
8930ff4465
|
Merge branch 'master' into multiplayer-no-playlist-mangling
|
2021-02-17 19:29:01 +09:00 |
|
Dan Balasescu
|
57ede6eb37
|
Merge branch 'master' into fix-multiplayer-mod-propagation-race
|
2021-02-17 16:22:51 +09:00 |
|
smoogipoo
|
379393fe10
|
Merge branch 'multiplayer-long-types' into multiplayer-no-playlist-mangling
|
2021-02-16 19:37:55 +09:00 |
|
smoogipoo
|
3e802531d3
|
Use long type where required in multiplayer
|
2021-02-16 19:34:01 +09:00 |
|
smoogipoo
|
3ff9e14e35
|
Make StatefulMultiplayerClient control current playlist item
|
2021-02-16 18:56:13 +09:00 |
|
smoogipoo
|
855d24dce7
|
Cache selected item bindable from RoomSubScreen
|
2021-02-16 17:38:33 +09:00 |
|
Dean Herbert
|
97a7572cb8
|
Move UserModSelectOverlay to RoomSubScreen for Playlists consumption
|
2021-02-16 15:14:48 +09:00 |
|
Dean Herbert
|
0ca747b39f
|
Merge branch 'master' into fix-multiplayer-mod-propagation-race
|
2021-02-16 14:25:27 +09:00 |
|
smoogipoo
|
d3f0c0730d
|
Merge branch 'master' into non-concurrent-sample-playback
|
2021-02-12 17:22:15 +09:00 |
|
Dean Herbert
|
889a99c49c
|
Use AddOnce everywhere to reduce potential call count
|
2021-02-11 16:00:52 +09:00 |
|
Dean Herbert
|
21f66a19fd
|
Make server authoritative in which mods the client should be using when gameplay starts
|
2021-02-11 15:55:18 +09:00 |
|
Dean Herbert
|
9e9e382bee
|
Merge branch 'master' into user-beatmap-downloading-states-2
|
2021-02-05 15:27:17 +09:00 |
|
Dean Herbert
|
2fc3a97f56
|
Merge pull request #11516 from frenzibyte/ready-button-clean-up
Replace ready button beatmap logic with using `MultiplayerBeatmapTracker` instead
|
2021-02-05 15:09:25 +09:00 |
|
Dean Herbert
|
de8724b1f6
|
Use AddRangeInternal for simplicity, but disallow ClearInternal for safety
|
2021-02-05 14:39:25 +09:00 |
|
Dean Herbert
|
fc37d8b7df
|
Refactor content redirection logic to be easier to parse
|
2021-02-05 14:25:19 +09:00 |
|
Dean Herbert
|
9258836f10
|
Merge pull request #11641 from smoogipoo/freemods
Add support for optional per-user mods in multiplayer (aka freemod)
|
2021-02-05 13:59:30 +09:00 |
|
Salman Ahmed
|
78ea2d50bb
|
Merge branch 'master' into ready-button-clean-up
|
2021-02-05 07:23:11 +03:00 |
|
smoogipoo
|
a2fdba3e51
|
Rename to OnlinePlayBeatmapAvailabilityTracker
|
2021-02-05 12:24:38 +09:00 |
|
Salman Ahmed
|
50d57a3931
|
Move tracker loading into BDL
|
2021-02-02 17:22:48 +03:00 |
|
smoogipoo
|
aeb3ed8bb3
|
Renamespace footer button
|
2021-02-02 21:46:22 +09:00 |
|
smoogipoo
|
6453367a9c
|
Merge branch 'freemod-select-overlay' into freemods
|
2021-02-02 21:43:35 +09:00 |
|
smoogipoo
|
87f9e46b16
|
Add option to select all
|
2021-02-02 13:37:25 +09:00 |
|