Commit Graph

22043 Commits

Author SHA1 Message Date
1dcee2fb39 Merge pull request #11228 from smoogipoo/nullable-endsat
Make room Duration/EndDate nullable
2020-12-21 17:24:40 +09:00
d5644c7f86 Merge pull request #11229 from smoogipoo/fix-non-abstract-test
Make RealtimeMultiplayerTestScene abstract
2020-12-21 16:58:04 +09:00
64a32723f3 One more case 2020-12-21 16:23:42 +09:00
06d4b323d1 Merge pull request #11221 from bdach/taiko-hitobject-application
Add support for hitobject application to taiko DHOs
2020-12-21 16:23:40 +09:00
c3d1eaf36d Make RealtimeMultiplayerTestScene abstract 2020-12-21 16:21:05 +09:00
a59124dd93 Make room duration/endsat nullable 2020-12-21 16:18:39 +09:00
82cf58353c Fix incorrect joinedroom null checks 2020-12-21 15:38:20 +09:00
27623822c4 Merge branch 'master' into realtime-ready-button 2020-12-21 11:19:03 +09:00
bcd140b8df Merge branch 'master' into realtime-ready-button 2020-12-20 18:20:57 +01:00
b76ec79a70 Merge branch 'master' into realtime-participants-list 2020-12-20 18:20:22 +01:00
4e8e4f0343 Merge branch 'master' into realtime-room-composite 2020-12-20 17:46:10 +01:00
a893360c0e Reword comment 2020-12-21 00:41:14 +09:00
d127494c2d Fix thread-unsafe room removal 2020-12-21 00:39:31 +09:00
a31e8d137f Add guard when clearing samples 2020-12-20 15:42:24 +01:00
594db76cf3 Fix compilation errors 2020-12-20 23:10:45 +09:00
4ada0e17c0 Merge branch 'abstract-room-manager' into stateful-multiplayer-client 2020-12-20 23:10:05 +09:00
c33e693b8e Refactor InitialRoomsReceived to avoid extra bindables 2020-12-20 23:05:17 +09:00
9d13a5b06a Fix potential cross-thread list access 2020-12-20 22:53:07 +09:00
f876a329b1 Fire-and-forget leave-room request 2020-12-20 22:51:33 +09:00
b002c46666 Add number of ready users to button 2020-12-20 18:49:51 +09:00
19db35501e Fix incorrect end date usage in timeshift ready button 2020-12-20 18:44:36 +09:00
ce2560b545 Extract value into const 2020-12-20 18:36:31 +09:00
45107280a0 Make TimeBetweenPolls into a bindable 2020-12-20 18:34:54 +09:00
0cf078562d Split method up and remove nested scheduling 2020-12-20 18:30:00 +09:00
508f73d949 Fix up comment 2020-12-20 18:25:54 +09:00
8b1f5ff492 Only instantiate ruleset once 2020-12-20 18:25:23 +09:00
ba4307a74c Directly return task 2020-12-20 18:24:13 +09:00
724e4b83fe Fix nullability and remove early check 2020-12-20 18:21:03 +09:00
fb61cdfd41 Remove unnecessary first-frame polling + address concerns 2020-12-20 18:20:45 +09:00
812a1d2b4f Fix onSuccess callback potentially being called on failure 2020-12-20 18:03:30 +09:00
d74485704a Reset intial rooms received on filter change 2020-12-20 17:46:45 +09:00
7c7f15089a Make CreateRoomManager return the drawable version 2020-12-20 17:42:23 +09:00
d20eb368f5 Make return into IEnumerable 2020-12-20 17:36:23 +09:00
3a4878558f Merge branch 'master' into abstract-room-manager 2020-12-20 17:35:01 +09:00
8ac76bd524 Merge pull request #11199 from smoogipoo/refactor-player-score-creation
Asyncify player score creation and submission
2020-12-20 17:30:11 +09:00
4e5064c4f6 Start accuracy at 1 2020-12-19 21:31:17 +01:00
ee33c0be93 Extract combo & accuracy ratio calculation helpers 2020-12-19 19:08:29 +01:00
c738a57b39 Fix username overflow in new leaderboard design 2020-12-19 18:48:17 +01:00
b3bff281ce Merge branch 'master' into spectator-driven-leaderboard 2020-12-20 01:13:59 +09:00
3de03d279e Merge branch 'master' into gameplay-leaderboard-update 2020-12-19 15:20:04 +01:00
06a17a9d8c Rename other constant to be distinguishable 2020-12-19 15:18:05 +01:00
315a957a0c Extract constant for text transition duration 2020-12-19 15:17:31 +01:00
e2cc401c12 Move BDL above LoadComplete() 2020-12-19 15:05:59 +01:00
d392e0f27e Extract shared rank-formatting helper 2020-12-19 15:04:22 +01:00
22a2c3efdf Add back xmldoc of AddPlayer 2020-12-19 15:04:18 +01:00
28ca21b432 Seal banned method & throw better exception 2020-12-19 14:50:09 +01:00
28674cedd6 Merge pull request #11196 from Grrum/alignSelectionBoxCirclesToCenterOfBorder
Align selection box circles to center of border
2020-12-19 21:22:26 +09:00
beaced3211 Remove unnecessary async state machine 2020-12-19 13:58:56 +09:00
f1878eff63 Use yet another solution leveraging padding 2020-12-18 23:45:42 +01:00
772dd0287e Split submission and import into two methods 2020-12-19 03:32:05 +09:00