Commit Graph

1754 Commits

Author SHA1 Message Date
31dbc7798b Merge branch 'master' into linkify-metadata 2021-07-01 19:41:33 +09:00
ca0eaab8e2 Add test 2021-06-29 16:30:46 +09:00
7a86686f40 Make nullable 2021-06-29 16:30:40 +09:00
9132c42f87 Fix actions posted to the wrong channel 2021-06-29 15:58:07 +09:00
50c27d2635 Update usages of IHasTooltip in line with framework localisation changes 2021-06-25 19:10:04 +02:00
6fda5e569a Fix beatmap discussion links wrongly leading to beatmap page 2021-06-20 21:37:00 -07:00
9495f87f04 Remove redundant NotNull attributes in nullable classes 2021-06-17 16:07:32 +09:00
fc442713bb Debounce schedule at base class 2021-06-14 14:26:40 +09:00
8dd48d48f6 Add support for song select leaderboard to handle newly imported scores 2021-06-14 14:20:23 +09:00
26312bf60a Merge branch 'master' into chat-mention 2021-06-11 20:03:44 +09:00
8eab7df955 Move BindCollectionChanged out of async load 2021-06-11 17:51:58 +09:00
20759657de Rename configuration variables and refactor lots more 2021-06-11 16:37:31 +09:00
3d645608eb Remove nullability of DI dependencies and fix incorrect load order 2021-06-11 16:28:53 +09:00
139401a04a Inline and refactor overly verbose MessageNotifier code 2021-06-11 16:27:31 +09:00
061e3d7f26 Move legacy ScoreInfo to be completely based on presence of classic mod 2021-06-08 18:00:09 +09:00
4925a7d59e Minor code quality changes 2021-06-05 15:57:14 +02:00
5e44329e0b Add DummyAPIAccess request handler
Make CreateChannelRequest.channel public
2021-06-05 14:43:26 +02:00
ce4bcda803 Use separate method for fetching channel objects
Resolves a pull request review
2021-06-05 14:02:48 +02:00
39c3b08fc7 Merge remote-tracking branch 'upstream/master' into chat-mention 2021-06-05 11:18:06 +02:00
b746fe7c03 Fix binding order 2021-06-05 11:03:49 +02:00
5f5f3a8c5c General comment cleanups 2021-06-03 14:20:52 +02:00
b2cc2a51ec Rename method to be less misleading
Would rather avoid variations of Equals/Equal/IsEqual. There's not
really much equality involved as the types are different.
2021-06-03 14:13:01 +02:00
e8c2483f19 Use standard list instead of bindable list
No reason to use a bindable list there, as `CollectionChanged` was never
subscribed to.
2021-06-03 14:09:52 +02:00
8193691cbc Invert condition to reduce nesting 2021-06-03 14:09:52 +02:00
a6cc37eb3b Mark fields readonly 2021-06-03 14:56:21 +09:00
4a5d8215f3 Merge branch 'master' into keyboard_shortcuts 2021-06-03 14:47:40 +09:00
1f8abcdf6c Merge branch 'master' into fix-relative-link-resolution 2021-06-01 16:49:02 +09:00
dce24e3d4d Merge pull request #12950 from gagahpangeran/osu-wiki-overlay
Initial implementation of Wiki Overlay
2021-06-01 15:20:56 +09:00
a9f4bc6285 Never return a null argument
Enable nullable
2021-06-01 14:11:17 +09:00
111bfd4d88 Fix relative URLs having a null argument after resolution to LinkDetails 2021-06-01 13:50:20 +09:00
bca8a9ea53 Fix HandleFrame crashing when not playing 2021-05-31 10:02:02 +09:00
b3ac67675e Merge branch 'chat-mention' of github.com:Craftplacer/osu into chat-mention 2021-05-27 21:59:51 +02:00
13b2b7c148 Fix formatting 2021-05-27 21:58:54 +02:00
0b17af81f1 Use Contains instead of IndexOf
Co-authored-by: Berkan Diler <b.diler@gmx.de>
2021-05-27 09:48:30 +00:00
aa23c4a4b9 Merge branch 'master' into keyboard_shortcuts 2021-05-27 16:30:34 +09:00
a679efac1c Reduce duplicate notification code by making a base class 2021-05-27 01:00:26 +02:00
cf39e58ce7 Subscribe to CollectionChanged before binding to JoinedChannels 2021-05-27 01:00:08 +02:00
d47370bac9 Locally bind to LocalUser 2021-05-27 00:59:29 +02:00
905364b5fe add url as argument for link action external 2021-05-26 19:34:34 +07:00
52ca2f4797 Merge branch 'master' into chat-mention 2021-05-26 16:00:26 +09:00
20f890cfd0 Merge branch 'master' into fix-spectator-playing-state-5 2021-05-21 16:49:22 +09:00
1c560a9490 Merge pull request #12869 from EVAST9919/sidebar
Add sidebar to news overlay
2021-05-21 16:21:18 +09:00
7c59fb37f1 Move check into callback 2021-05-21 16:00:58 +09:00
36aa186c6e Merge branch 'thread-safe-spectator-client' 2021-05-21 16:00:24 +09:00
7f712a4d04 Fix EndPlaying potentially doing cross-thread mutation 2021-05-21 15:57:39 +09:00
2fdf8aa1aa Add update thread assertions 2021-05-21 15:57:31 +09:00
895eb14c5a Forcefully end playing to fix test failures 2021-05-21 14:09:30 +09:00
bd80cf656a Merge remote-tracking branch 'refs/remotes/ppy/master' into sidebar 2021-05-20 15:41:08 +03:00
e3284b976d Merge branch 'thread-safe-spectator-client' into fix-spectator-playing-state-5 2021-05-20 19:46:26 +09:00
06c99e8c7c Fix race due to StopWatchingUser() being called asynchronously 2021-05-20 19:45:31 +09:00