Commit Graph

32 Commits

Author SHA1 Message Date
1737128334 Allow room category to be copied even if Spotlight
I remember that this conditional copy was added to support making copies
of spotlight rooms without carrying across the `Spotlight` type, but in
testing this is already handled web side to the point that it's not
required.

The rationale for allowing the copy is that this method is used for
tests, where it was not being copied correctly from the input as
expected (used at
bdc3b76df0/osu.Game/Tests/Visual/OnlinePlay/TestRoomManager.cs (L38)).
2022-02-21 17:47:56 +09:00
63e0492725 Mark ShouldSerialize() methods as implicitly used 2021-12-28 09:02:03 +01:00
0c289bf8e5 Remove pointless namespace 2021-11-19 14:46:53 +09:00
29d0d5badf Rename QueueModes -> QueueMode 2021-11-16 14:53:10 +09:00
c716051530 Merge branch 'master' into multi-queueing-modes 2021-11-08 19:19:50 +09:00
0ecf5f201c Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
4e6a02bde9 Fix missing QueueMode copies 2021-10-22 20:14:04 +09:00
67090fc598 Re-namespace enum 2021-10-20 20:52:16 +09:00
ea9c070e59 Add setting for queue mode 2021-10-20 14:51:59 +09:00
fdf7142711 Remove Room.Position 2021-10-13 21:24:54 +09:00
f54d554d30 Extract removal to method 2021-09-15 17:03:28 +09:00
1fcb1cdb10 Add todo 2021-08-13 22:01:47 +09:00
8910781bcd Move listing polling component to LoungeSubScreen 2021-08-13 17:39:09 +09:00
e11b815b82 Serialise type as snake_case 2021-08-03 23:13:39 +09:00
2564c0c3df Rename GameType to MatchType and make enum instead of class 2021-08-03 14:46:31 +09:00
b7c2d6b1ab Merge branch 'master' into add-password-support 2021-07-19 22:23:09 +09:00
2515785f93 Use room password to fill settings textbox 2021-07-19 20:03:32 +09:00
3c028ce05c Add IDeepCloneable interface and update existing CreateCopy methods to use it 2021-07-19 12:54:17 +09:00
c5319c06c2 Add password attributes to CopyFrom to make testing work better 2021-07-12 18:54:07 +09:00
f35d55c32f Fix HasPassword not being in sync with Password value for client-side rooms 2021-07-12 15:49:19 +09:00
6a74fde082 Add has_password flag and region post only parameters 2021-07-12 15:49:19 +09:00
4fd6f2101c Add password textbox input 2021-07-12 15:49:19 +09:00
0db316d644 Add password scaffolding 2021-07-12 15:49:19 +09:00
8930ff4465 Merge branch 'master' into multiplayer-no-playlist-mangling 2021-02-17 19:29:01 +09:00
70a995919c Update comments 2021-02-17 17:58:24 +09:00
0d1149911c Don't display expired playlist items 2021-02-17 17:33:10 +09:00
86faa7f465 Merge pull request #11798 from smoogipoo/multiplayer-long-types
Use long type where required in multiplayer
2021-02-17 15:50:12 +09:00
3e802531d3 Use long type where required in multiplayer 2021-02-16 19:34:01 +09:00
02417697e9 Display remaining attempts for playlist rooms with room-level attempt limits 2021-02-16 13:32:14 +09:00
b9d725ab49 Don't copy spotlight category 2020-12-26 20:13:28 +09:00
e7339d6959 fix(osu.Game): Ensure Category property is copied in Room. 2020-12-25 21:07:33 -05:00
5d4b73baa5 RealtimeMultiplayer -> Multiplayer 2020-12-25 14:10:59 +09:00