Commit Graph

15949 Commits

Author SHA1 Message Date
a1d603abf1 Fix song select showing incorrect key count when difficulty mod… (#7510)
Fix song select showing incorrect key count when difficulty mods applied
2020-01-13 19:22:47 +08:00
7a6215c6cf Add global action for toggling now playing overlay (#7501)
Add global action for toggling now playing overlay
2020-01-13 15:53:35 +08:00
8059922aa4 Make gradient in NewsArticleCover be effected by hover (#7509)
Make gradient in NewsArticleCover be effected by hover
2020-01-13 15:34:46 +08:00
c190c68659 Add safety for channel with no messages 2020-01-13 12:22:44 +09:00
b5ac707c6c Remove unnecessary directive 2020-01-12 21:09:48 +01:00
aa2645502c Fix adjusted value always being 0 2020-01-12 20:43:48 +01:00
8cc2d70df0 Reduce API calls by checking what message was last marked as read 2020-01-12 16:24:14 +01:00
f1b4fbb844 Make gradient in NewsArticleCover be effected by hover 2020-01-12 17:38:15 +03:00
f43602518a Add global action for toggling now playing overlay 2020-01-11 11:43:51 -08:00
ccaf4e48a1 Remove using directive 2020-01-11 20:04:58 +01:00
5d5c635b1b Merge branch 'api-chat-read' of https://github.com/Craftplacer/osu into api-chat-read 2020-01-11 19:47:40 +01:00
2ea1367a88 Remove message parameter and make it mark the entire channel as read 2020-01-11 19:47:35 +01:00
7aac6deb71 Merge branch 'master' into api-chat-read 2020-01-11 19:18:50 +01:00
f8a11e50b6 Remove redundant ToString() calls
as string interpolation does this automatically..
2020-01-11 18:00:34 +01:00
d9c57baa89 Add test case for mismatch of channels 2020-01-11 17:48:03 +01:00
50e357a799 Change method parameters, add detailed error message and method docs 2020-01-11 17:42:02 +01:00
cd679707ed Prevent channel duplicates
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-01-11 17:16:11 +01:00
9a9c01bc92 Fix user status dropdown having no padding around items (#7491)
Fix user status dropdown having no padding around items
2020-01-11 22:04:33 +08:00
0c995244b2 Merge branch 'master' into update-framework 2020-01-11 17:47:11 +08:00
820f9f2273 Fix default button absorbing drag scroll on settings 2020-01-10 20:16:46 -08:00
19033e0ef8 Fix user status dropdown having no padding around items 2020-01-10 19:25:33 -08:00
bd175118e9 Update framework 2020-01-11 04:16:07 +08:00
f745d74666 Add ability to delete individual scores (#7252)
Add ability to delete individual scores

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Co-authored-by: Dean Herbert <pe@ppy.sh>
2020-01-10 01:58:35 +08:00
56724d2580 Merge branch 'master' into #7146 2020-01-10 01:08:20 +08:00
3be2fc27f3 Merge branch 'master' into Remove_osuTK.MathHelper 2020-01-10 00:28:46 +08:00
3391e21fc4 Merge pull request #7486 from smoogipoo/update-framework
Update framework
2020-01-10 00:28:13 +08:00
03c778df75 Merge branch 'master' into update-framework 2020-01-09 19:02:26 +09:00
6a2bcbcef8 Bump version 2020-01-09 18:47:00 +09:00
dca4b350fd Merge remote-tracking branch 'upstream/master' into allow-loading-layer-scrolling 2020-01-09 17:29:02 +08:00
ffa0cf2d44 Add comment detailing why this is requried 2020-01-09 17:28:48 +08:00
ab9603b06a Merge remote-tracking branch 'upstream/master' into #7146 2020-01-09 17:08:12 +08:00
b2db2ee259 Update package version 2020-01-09 15:35:54 +09:00
dde8432684 Fix exception through due to multiple binds 2020-01-09 13:43:57 +09:00
91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
34d8740ec4 Remove remaining usage of osuTK.MathHelper 2020-01-08 20:21:13 +01:00
f0fe3bc804 Pass bindable to BeatmapMetadataDisplay
It was reported that mods selected in song select would show up during
loading of replays which were recorded under a different set of mods.
This was caused by BeatmapMetadataDisplay accepting a plain read-only
value of the Mods bindable in PlayerLoader.load(), therefore making the
mod value assignment in ReplayPlayerLoader.OnEntering() have no effect
on that component.

To resolve this issue, make BeatmapMetadataDisplay accept the
higher-level bindable, bind to it locally and pass it down the hierarchy
to ModDisplay.
2020-01-08 20:10:43 +01:00
a3f7d3c445 Add failing test
Add test case demonstrating the lack of update of the metadata display's
mods upon setting the Mods property in PlayerLoader.
2020-01-08 19:55:35 +01:00
a74fc70627 Merge branch 'master' into allow-loading-layer-scrolling 2020-01-08 21:19:37 +08:00
d33a507d96 Implement a login placeholder (#7438)
Implement a login placeholder
2020-01-08 16:55:41 +08:00
6dd45e52ef Move text definition inside class 2020-01-08 17:22:51 +09:00
48502eba7f Merge branch 'master' into difficulty-tooltip-unused-var 2020-01-08 14:40:40 +09:00
e0cfc2f405 Merge branch 'master' into prev-button-revamp 2020-01-07 21:49:53 +01:00
7f92cefe10 Apply review suggestions 2020-01-07 19:06:47 +01:00
0fb27ef153 Merge remote-tracking branch 'upstream/master' into difficulty-tooltip-unused-var 2020-01-07 17:59:10 +07:00
e33de0c2e4 Fix ScrollContainer crashes 2020-01-07 15:14:09 +08:00
be19bb8a27 Merge remote-tracking branch 'upstream/master' into set_user_agent_on_web_request_level 2020-01-07 15:01:09 +08:00
fadd53106c Merge remote-tracking branch 'upstream/master' into medals-fix 2020-01-07 13:39:42 +09:00
fd925526e2 Fix medal overlay display 2020-01-07 13:39:30 +09:00
b3a7b02e3b Merge remote-tracking branch 'upstream/master' into fix-cancelling-request-not-correct 2020-01-07 11:43:01 +09:00
cb43020118 Merge remote-tracking branch 'upstream/master' into triangles-color 2020-01-07 10:00:10 +09:00