d70208fcf1
Default to off
2022-09-01 14:14:22 +09:00
b5ec7d06dd
Add auto-skip setting
...
Default to auto skip
2022-08-31 20:24:06 +09:00
f8830c6850
Automated #nullable processing
2022-06-17 16:37:17 +09:00
646f5f0f33
Isolate "server-side" multiplayer rooms in testing
2022-06-03 19:17:34 +09:00
de4c04ef80
Fix non-matching json propert for AutoStartDuration
2022-03-25 15:34:33 +09:00
d0fee53e1f
Implement auto countdown timers
...
Change to using TimeSpan
2022-03-22 14:34:06 +09:00
b07a1e8d09
Fix unable to copy playlist rooms without first opening
2022-03-09 15:38:00 +09:00
c6d78b9325
Fix several oversights in data linking causing drawable rooms not updating as expected
2022-02-24 16:12:15 +09:00
53bbd00675
Also make APIUser
opt-in and remove the remaining serialization exclusion rule
2022-02-23 17:12:38 +09:00
43c83d2de1
Add note about why RoomID
is nulled in DeepClone
2022-02-23 17:10:11 +09:00
f14a9af801
Make Room
opt-in rather than opt-out for json serialization
2022-02-23 17:10:10 +09:00
28c9c5ab6a
Remove unnecessary ShouldSerialize
rules in Room
2022-02-23 17:10:10 +09:00
61b3280de1
Add missing property copies in Room.CopyFrom
implementation
2022-02-22 15:47:00 +09:00
71ae425fb2
Merge branch 'master' into rooms-request-faster
2022-02-22 15:45:05 +09:00
b43008b9f6
Add cover and count handling from newer response version
2022-02-21 19:05:22 +09:00
39d64e779c
Handle API returned difficulty range for rooms
2022-02-21 19:05:19 +09:00
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