Dan Balasescu
|
0a1304b92a
|
Remove gameplay_order, use existing playlist_order
|
2021-12-03 15:45:13 +09:00 |
|
Dan Balasescu
|
1d2d1bfcf3
|
Add UpdatedAt to MultiplayerPlaylistItem
|
2021-12-03 15:05:56 +09:00 |
|
Dan Balasescu
|
ba8af303cc
|
Add GameplayOrder to MultiplayerPlaylistItem
|
2021-12-02 22:33:14 +09:00 |
|
Dean Herbert
|
5976982b12
|
Add missing xmldoc for MultiplayerClient events
|
2021-12-02 16:45:26 +09:00 |
|
Dan Balasescu
|
89c47708a1
|
Merge branch 'master' into new-multiplayer-playlist
|
2021-12-01 21:35:23 +09:00 |
|
Dan Balasescu
|
17bc0b51aa
|
Merge branch 'playlist-item-add-owner' into new-multiplayer-playlist
|
2021-12-01 21:33:48 +09:00 |
|
Dan Balasescu
|
942e48ffbd
|
Merge branch 'master' into new-multiplayer-playlist
|
2021-12-01 21:33:11 +09:00 |
|
Dan Balasescu
|
c38537a51a
|
Initial implementation of MultiplayerPlaylist
|
2021-12-01 21:32:56 +09:00 |
|
Dan Balasescu
|
af704dfe5b
|
Merge pull request #15878 from peppy/beatmap-lookup-cache
Cache beatmap metadata lookups used by multiplayer
|
2021-12-01 20:13:21 +09:00 |
|
Dean Herbert
|
81f82c24c3
|
Use new API endpoint to do batch lookups
|
2021-12-01 17:45:41 +09:00 |
|
Dan Balasescu
|
7d0135063e
|
Merge pull request #15875 from peppy/fix-match-type-propagation
Fix match type not being propagated correctly to other users' settings
|
2021-12-01 11:23:28 +09:00 |
|
Dean Herbert
|
01bc330d1c
|
Rename method to match new purpose
|
2021-11-30 19:42:46 +09:00 |
|
Dean Herbert
|
f58c5cd9c0
|
Update MultiplayerClient to use BeatmapLookupCache
|
2021-11-30 19:36:25 +09:00 |
|
Dean Herbert
|
23e297d414
|
Log output response sizes
Visibility is the first step towards action. Or something.
|
2021-11-30 19:09:13 +09:00 |
|
Dean Herbert
|
25b9575de0
|
Fix missing transfer of match type to settings
|
2021-11-30 17:09:40 +09:00 |
|
Dan Balasescu
|
8541db1e85
|
Merge branch 'master' into playlist-item-add-owner
|
2021-11-26 17:13:23 +09:00 |
|
Dan Balasescu
|
8a941fa422
|
Add owner id to PlaylistItem
|
2021-11-25 21:41:03 +09:00 |
|
Dan Balasescu
|
f712aeee01
|
Merge pull request #15795 from peppy/realm-integration/separate-download-flow
Split out download logic from main manager classes
|
2021-11-25 20:59:23 +09:00 |
|
Dean Herbert
|
e2ebcf7a26
|
Remove unnecessary manager parameter
Confused why I added this in the first place..
|
2021-11-25 18:36:03 +09:00 |
|
Dean Herbert
|
a2ab9f457d
|
Move score download logic out of ScoreManager
|
2021-11-25 17:33:04 +09:00 |
|
Dean Herbert
|
716543b5b3
|
Move beatmap download logic out of BeatmapManager
|
2021-11-25 17:29:41 +09:00 |
|
Dean Herbert
|
cc1b91e4bd
|
Split out legacy model export logic into LegacyModelExporter classes
|
2021-11-25 16:41:12 +09:00 |
|
Dean Herbert
|
7488ccd5fe
|
Update all models to implement IHasNamedFiles
|
2021-11-25 16:41:12 +09:00 |
|
Dan Balasescu
|
ce8500a732
|
Merge branch 'master' into remove-model-file-list-inits
|
2021-11-24 19:46:42 +09:00 |
|
Dean Herbert
|
183b95cbc2
|
Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus
This variable is used at more than just a set level.
|
2021-11-24 18:42:49 +09:00 |
|
Dean Herbert
|
ddbd4f9473
|
Merge branch 'master' into remove-model-file-list-inits
|
2021-11-24 18:39:01 +09:00 |
|
Dean Herbert
|
bbd3ea5b77
|
Update all actual usages of RulesetInfo.ID to use OnlineID instead
|
2021-11-24 15:50:26 +09:00 |
|
Dean Herbert
|
f283770f34
|
Update mock RulesetInfo usage to set OnlineID instead of ID
|
2021-11-24 15:50:26 +09:00 |
|
Dean Herbert
|
99a139dc98
|
Initialise all file lists at construction time (and remove setter)
|
2021-11-24 13:56:21 +09:00 |
|
Dan Balasescu
|
79a8e60468
|
Resolve inspection
|
2021-11-23 17:55:04 +09:00 |
|
Dan Balasescu
|
7906ae2b1d
|
Update room immediately on join
|
2021-11-23 16:03:37 +09:00 |
|
Dan Balasescu
|
0633f3bcfe
|
Add owner id to playlist items
|
2021-11-22 16:35:58 +09:00 |
|
Dan Balasescu
|
f64d20ed71
|
Fix APIRoom queue mode not updated on change
|
2021-11-22 13:46:01 +09:00 |
|
Dan Balasescu
|
4b498c7bd6
|
Merge branch 'master' into multi-queueing-modes
|
2021-11-22 07:46:45 +09:00 |
|
Salman Ahmed
|
af01b0ed48
|
BASE_DERIVED -> BASE_TYPE_MAPPING
|
2021-11-21 06:30:14 +03:00 |
|
Salman Ahmed
|
915bde6f96
|
Remove unnecessary MatchServerEvent mapping
|
2021-11-21 06:09:45 +03:00 |
|
Salman Ahmed
|
8b28bf31f6
|
Separate SignalR workaround types away from resolver
|
2021-11-20 15:11:02 +03:00 |
|
Salman Ahmed
|
0342923408
|
Fix SignalR messagepack formatter potentially initializing on iOS
|
2021-11-19 20:04:31 +03:00 |
|
Dan Balasescu
|
4c8c34b43f
|
Use full name for round robin
|
2021-11-19 18:42:34 +09:00 |
|
Dan Balasescu
|
4e625b78e2
|
Update queue mode names
|
2021-11-19 18:28:43 +09:00 |
|
Dan Balasescu
|
f3f8ac2c43
|
Use single
|
2021-11-19 16:36:32 +09:00 |
|
Dan Balasescu
|
abb8b0de47
|
Also mutate multiplayer room playlist on callbacks
|
2021-11-19 16:35:45 +09:00 |
|
Dean Herbert
|
0c289bf8e5
|
Remove pointless namespace
|
2021-11-19 14:46:53 +09:00 |
|
Dan Balasescu
|
1dacc50ecb
|
Merge branch 'master' into multi-queueing-modes
|
2021-11-18 15:16:27 +09:00 |
|
Dan Balasescu
|
e4aec3f519
|
Merge pull request #15648 from peppy/playlist-show-invalid-beatmaps
Highlight invalid playlist items during room creation
|
2021-11-17 22:24:22 +09:00 |
|
Dean Herbert
|
7c2e79f911
|
Update all simple cases of switching to IWorkingBeatmap
|
2021-11-17 20:56:57 +09:00 |
|
Dean Herbert
|
f74afb48fd
|
Fix StandAloneChatDisplay 's TextBox having different corner radius
|
2021-11-16 17:50:57 +09:00 |
|
Dean Herbert
|
6dd684588a
|
Merge branch 'master' into playlist-show-invalid-beatmaps
|
2021-11-16 17:25:33 +09:00 |
|
Dean Herbert
|
aa188d5a52
|
Add ability for playlist items to be marked as invalid
|
2021-11-16 17:01:24 +09:00 |
|
Dan Balasescu
|
ddf2fade1a
|
Merge branch 'master' into playlist-item-iruleset
|
2021-11-16 16:19:10 +09:00 |
|