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 |
|
Dan Balasescu
|
c8038df509
|
Fix CI inspections
|
2021-11-16 16:06:30 +09:00 |
|
Dan Balasescu
|
00f0321f25
|
Add nullable equality comparers
|
2021-11-16 15:44:47 +09:00 |
|
Dan Balasescu
|
29d0d5badf
|
Rename QueueModes -> QueueMode
|
2021-11-16 14:53:10 +09:00 |
|
Dan Balasescu
|
01f3649d75
|
Rename variables for readability
|
2021-11-16 14:44:47 +09:00 |
|
Dan Balasescu
|
f414877d00
|
Rename UserID -> OwnerID
|
2021-11-16 14:37:54 +09:00 |
|
Dean Herbert
|
71fef241df
|
Fix recursive equality call on APIBeatmap and APIBeatmapSet
|
2021-11-16 14:13:47 +09:00 |
|
Dan Balasescu
|
9076519710
|
Give MultiplayerRoom a playlist, remove RequestAllPlaylistItems()
|
2021-11-16 14:13:43 +09:00 |
|
Dean Herbert
|
9207b87b76
|
Add back interface equality but limit to only matching types
|
2021-11-16 12:35:18 +09:00 |
|
Dan Balasescu
|
f0593115b2
|
Remove RemovePlaylistItem() server method for the time being
|
2021-11-16 12:08:53 +09:00 |
|
Dan Balasescu
|
f743a3647f
|
Rename APIPlaylistItem -> MultiplayerPlaylistItem
|
2021-11-15 23:14:27 +09:00 |
|
Dean Herbert
|
5489b19c57
|
Update PlaylistItem to use IRulesetInfo
|
2021-11-15 16:13:03 +09:00 |
|
Dean Herbert
|
611b9fe942
|
Remove now unused implementations of interface equality
|
2021-11-15 14:50:09 +09:00 |
|
Dean Herbert
|
285b161da7
|
Update other usages of online ID comparisons to use new extension method
|
2021-11-15 14:44:08 +09:00 |
|
Dan Balasescu
|
ce47f456ec
|
Change API for retrieving playlist items on join
|
2021-11-13 04:42:14 +09:00 |
|
Dan Balasescu
|
dbc23e224f
|
Fix further test failures
|
2021-11-13 03:34:45 +09:00 |
|
Dan Balasescu
|
25202316cc
|
Add user id to APIPlaylistItem
|
2021-11-13 00:23:35 +09:00 |
|
Dan Balasescu
|
3b24ec3643
|
Merge branch 'master' into multi-queueing-modes
|
2021-11-12 22:16:04 +09:00 |
|
Dean Herbert
|
9f7e2750a5
|
Merge branch 'master' into beatmap-collection-inteface-types
|
2021-11-12 19:41:29 +09:00 |
|
Dean Herbert
|
54cd1158a4
|
Add IBeatmapSetInfo equality support
|
2021-11-12 18:16:36 +09:00 |
|
Dean Herbert
|
a67e156883
|
Add IBeatmapInfo equality support
|
2021-11-12 18:11:33 +09:00 |
|
Dean Herbert
|
692e846acd
|
Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface
|
2021-11-12 17:52:44 +09:00 |
|
Dean Herbert
|
6a098a8634
|
Rename BeatmapInfo.OnlineBeatmapID to OnlineID to match interface
|
2021-11-12 17:46:24 +09:00 |
|
Dan Balasescu
|
07a7b4bcdc
|
Merge branch 'master' into multi-queueing-modes
|
2021-11-11 22:19:30 +09:00 |
|
Dean Herbert
|
98fa253e1e
|
Replace usage of TypeNameHandling.All with custom type converter
|
2021-11-11 14:04:19 +09:00 |
|
Dean Herbert
|
16418ac2ab
|
Remove outdated comments
|
2021-11-11 14:02:12 +09:00 |
|
Dan Balasescu
|
1bc6a58528
|
Fix RoomUpdated() not invoked on item changes
|
2021-11-10 21:23:18 +09:00 |
|
Dan Balasescu
|
78793d8624
|
Update interface to remove items
|
2021-11-10 19:58:25 +09:00 |
|
Dan Balasescu
|
71f3a64165
|
Fix APIPlaylistItem serialisation
|
2021-11-10 18:25:14 +09:00 |
|
smoogipoo
|
35a5182ebf
|
Merge branch 'master' into multi-queueing-modes
|
2021-11-10 15:01:13 +09:00 |
|
Bartłomiej Dach
|
5cb533004d
|
Add test coverage for favourite button
|
2021-11-08 11:53:53 +01:00 |
|
smoogipoo
|
c716051530
|
Merge branch 'master' into multi-queueing-modes
|
2021-11-08 19:19:50 +09:00 |
|
Dean Herbert
|
8b85c2c8de
|
Merge pull request #15491 from peppy/remove-stupid-weak-reference-bindable-events
Revert weird event flow in model manager/importers
|
2021-11-08 15:19:58 +09:00 |
|
Dan Balasescu
|
b5a6fd3f00
|
Merge pull request #15517 from peppy/fix-beatmap-wedge-user-display
Fix `LinkFlowContainer` not creating user links supporting full `IUser` specification
|
2021-11-08 15:06:28 +09:00 |
|
Dean Herbert
|
a2dfb5fd8c
|
Merge pull request #15513 from bdach/beatmap-card/statistics
Add statistics display to beatmap card
|
2021-11-08 14:45:56 +09:00 |
|
Dean Herbert
|
6b6dd93e9e
|
Fix LinkFlowContainer not creating user links supporting full IUser specification
|
2021-11-08 14:17:47 +09:00 |
|
Dean Herbert
|
78aef9ce86
|
Merge branch 'master' into remove-stupid-weak-reference-bindable-events
|
2021-11-08 13:35:49 +09:00 |
|
Dean Herbert
|
1589b50d6e
|
Merge branch 'master' into beatmap-card/statistics
|
2021-11-08 13:28:31 +09:00 |
|
Bartłomiej Dach
|
c0b5b0e909
|
Add new statistic types to online info
|
2021-11-07 21:33:41 +01:00 |
|
Dean Herbert
|
0ecf5f201c
|
Rename User to APIUser and move to correct namespace
|
2021-11-07 11:26:01 +09:00 |
|
Dean Herbert
|
96ef210a4d
|
Fix backward state set
|
2021-11-06 16:45:55 +09:00 |
|
Dean Herbert
|
bc17446055
|
Merge branch 'master' into user-lookup-by-username-cleanup
|
2021-11-06 14:38:30 +09:00 |
|
Dean Herbert
|
2881ce0f5a
|
Merge branch 'master' into remove-stupid-weak-reference-bindable-events
|
2021-11-06 14:08:39 +09:00 |
|
Dean Herbert
|
9a7c75508e
|
Merge branch 'master' into user-class-cleanup
|
2021-11-05 19:56:18 +09:00 |
|