Commit Graph

2726 Commits

Author SHA1 Message Date
d17c091d63 Move constant to a better location 2022-11-18 15:47:31 +09:00
bab5be8dee Merge pull request #21290 from smoogipoo/multiplayer-test-debug
Add some debugging for multiplayer test failures
2022-11-18 15:39:33 +09:00
219d049edf Merge pull request #21140 from maromalo/long-standard
Standardise scores to `long` type
2022-11-18 15:26:33 +09:00
cc434c9113 Merge pull request #21288 from peppy/fix-no-network-slow-gameplay-load
Fix entering gameplay while network connection is in a bad state taking too long
2022-11-18 15:24:31 +09:00
b0faa009c1 Add some debugging for multiplayer test failures 2022-11-18 14:52:11 +09:00
57b8495c7a Merge branch 'master' into long-standard 2022-11-18 14:24:04 +09:00
964ceddf83 Fix API queue only being flushed once while in a failing state 2022-11-18 14:21:37 +09:00
a5d22195f2 Fix potential incorrect connection state resulting in null reference 2022-11-18 13:45:46 +09:00
f343ba6111 Add xmldoc for chat ack request 2022-11-13 00:10:06 +09:00
22d8a1160e Fix last silence ID being updated too often, causing most silences to be missed 2022-11-13 00:10:06 +09:00
143c946128 Simplify ack re-perform flow 2022-11-12 23:02:37 +09:00
bfb939cbd0 Expand on why call needs to be made every 10 minutes 2022-11-12 22:24:27 +09:00
6a3665a6fd Remove excess logging on WebSocketNotificaitonsClient 2022-11-12 22:09:27 +09:00
1911120afe Merge branch 'master' into long-standard 2022-11-12 09:52:11 -03:00
ace4099079 Update ack code after incorrect merge 2022-11-12 21:41:10 +09:00
dde09d409b Merge branch 'master' into chat-silences 2022-11-12 21:00:56 +09:00
19876ca0fb Merge branch 'master' into websocket-chat-2 2022-11-11 23:53:42 +09:00
6ac19615fa Fix test failure 2022-11-11 14:55:41 +09:00
fdca3c2d1c Rename method for consistency 2022-11-07 14:35:42 +09:00
67e99b5344 Lookup channels before calling HandleJoinedChannel() 2022-11-07 14:34:55 +09:00
b977fc8181 Use autosize instead of max width on fixed width timestamps 2022-11-06 19:28:01 -08:00
f931bdc5ff Fix channel lookup not considering missing ids 2022-11-07 12:25:23 +09:00
cd8402df72 Print event type to logs 2022-11-07 12:11:50 +09:00
cf03001c83 Better handling for joining channels with only ID 2022-11-07 11:52:07 +09:00
e3adf5a985 Handle channel parts 2022-11-07 11:36:55 +09:00
b7ef9b176d Make score type consistent 2022-11-06 19:59:27 -03:00
d426977f03 Handle channel joins 2022-11-04 20:11:42 +09:00
f12ada9d92 Fix chat connecting too early 2022-11-04 19:36:24 +09:00
1d2818dc70 Reschedule ack request on completion 2022-11-04 19:02:26 +09:00
66bbe34116 Move polling clients to osu.Game.Tests namespace 2022-11-04 18:52:57 +09:00
fa18b5f701 Construct notifications client inside ChannelManager 2022-11-04 18:51:00 +09:00
72745656e7 Remove StartChat()/chat enablement 2022-11-04 18:48:34 +09:00
58396d49dc Fix handling of local echo deduplication 2022-11-04 18:44:22 +09:00
ac8fb4f9b2 Fix beatmap cards still potentially showing twice in listing 2022-11-04 03:23:34 +03:00
e6c45b8ab5 Merge branch 'master' into comment-report 2022-11-03 15:35:42 +09:00
4f8e912f06 Fix APINotification parsing failing 2022-11-02 17:53:19 +09:00
063a8bdf9e Remove messages from silenced users 2022-11-02 17:13:14 +09:00
f688ed12d0 Add test for removing chat messages 2022-11-02 17:00:47 +09:00
2b04e852be Merge branch 'master' into websocket-chat-2 2022-11-02 14:56:13 +09:00
30800c9252 Add/adjust xmldocs 2022-11-02 13:16:34 +09:00
3816152c9d Merge branch 'socket-client' into websocket-chat-2 2022-11-02 11:49:57 +09:00
e59c8b7d24 Use IDisposable instead 2022-11-02 11:49:04 +09:00
c9108ce41b Rename StartAsync -> ConnectAsync 2022-11-02 11:44:16 +09:00
46d1713e28 Rename Socket* -> PersistentEndpoint* 2022-11-02 11:43:22 +09:00
8ac2075c61 Fix possible threading issues
Not really sure of the best way to handle this in general. It could be
argued that this should be a `Component` type and the bindable bound in
`LoadComplete()`...
2022-11-02 10:04:25 +09:00
5b25ef5f2f Construct notifications client via IAPIProvider 2022-11-01 21:34:34 +09:00
17f482bfc3 Merge branch 'master' into websocket-chat-2 2022-10-31 16:11:58 +09:00
8a37649097 Merge branch 'master' into socket-client 2022-10-31 16:00:14 +09:00
d3173ab1bd Remove weird cast 2022-10-28 18:54:34 +09:00
ab78cde2d4 Fix crossthread mutations 2022-10-28 18:37:43 +09:00