1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-20 01:32:53 +08:00
Commit Graph

25162 Commits

Author SHA1 Message Date
Dean Herbert
4ef30f6a05
Merge branch 'master' into spotlights_api 2020-01-13 12:36:13 +08:00
Dean Herbert
da47d4b521
Implement missing API code for channel read state (#7425)
Implement missing API code for channel read state
2020-01-13 11:42:10 +08:00
Dean Herbert
c190c68659 Add safety for channel with no messages 2020-01-13 12:22:44 +09:00
Dean Herbert
902e1750a8 Merge remote-tracking branch 'upstream/master' into api-chat-read 2020-01-13 12:15:45 +09:00
Craftplacer
8cc2d70df0 Reduce API calls by checking what message was last marked as read 2020-01-12 16:24:14 +01:00
Craftplacer
ccaf4e48a1 Remove using directive 2020-01-11 20:04:58 +01:00
Craftplacer
5d5c635b1b Merge branch 'api-chat-read' of https://github.com/Craftplacer/osu into api-chat-read 2020-01-11 19:47:40 +01:00
Craftplacer
2ea1367a88 Remove message parameter and make it mark the entire channel as read 2020-01-11 19:47:35 +01:00
Dean Herbert
d73491daa9
Fix crashing when changing user status before rich presence is… (#7498)
Fix crashing when changing user status before rich presence is initialised
2020-01-12 02:37:15 +08:00
Craftplacer
7aac6deb71
Merge branch 'master' into api-chat-read 2020-01-11 19:18:50 +01:00
Craftplacer
f8a11e50b6 Remove redundant ToString() calls
as string interpolation does this automatically..
2020-01-11 18:00:34 +01:00
Craftplacer
d9c57baa89 Add test case for mismatch of channels 2020-01-11 17:48:03 +01:00
Craftplacer
50e357a799 Change method parameters, add detailed error message and method docs 2020-01-11 17:42:02 +01:00
Craftplacer
cd679707ed
Prevent channel duplicates
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-01-11 17:16:11 +01:00
Lucas A
ec95cbd0af Don't update rich presence if the rpc client isn't initialized. 2020-01-11 16:03:00 +01:00
Dean Herbert
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
Dean Herbert
e7502e783f
Move hit target bar height constant to more local class (#7497)
Move hit target bar height constant to more local class
2020-01-11 21:52:04 +08:00
mcendu
76c70a7622 Move hit target bar height def to defaulthittarget 2020-01-11 21:19:46 +08:00
Dean Herbert
811716ce18
Merge pull request #7490 from peppy/update-framework
Update framework
2020-01-11 19:20:14 +08:00
Dean Herbert
0c995244b2
Merge branch 'master' into update-framework 2020-01-11 17:47:11 +08:00
Dean Herbert
5cffc81e1c
Fix default button absorbing drag scroll on settings (#7494)
Fix default button absorbing drag scroll on settings
2020-01-11 17:24:03 +08:00
Joehu
820f9f2273 Fix default button absorbing drag scroll on settings 2020-01-10 20:16:46 -08:00
Joehu
19033e0ef8 Fix user status dropdown having no padding around items 2020-01-10 19:25:33 -08:00
Dean Herbert
bd175118e9 Update framework 2020-01-11 04:16:07 +08:00
Andrei Zavatski
9260ea9195 Apply suggestions 2020-01-10 20:46:35 +03:00
Andrei Zavatski
2e627f4b7c Implement InfoColumn component 2020-01-10 17:30:51 +03:00
Andrei Zavatski
474d7e92d9 Fix incorrect dropdown menu height 2020-01-10 16:41:17 +03:00
Andrei Zavatski
d48b161662 Implement basic SpotlightSelector component 2020-01-10 16:33:00 +03:00
Andrei Zavatski
08fb68ddfe Fix incorrect return type for spotlight request 2020-01-10 16:28:52 +03:00
Andrei Zavatski
f65f030e79 Implement GetSpotlightsRequest 2020-01-10 15:48:54 +03:00
Dean Herbert
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
Dean Herbert
14829837c4 Update namespace specifications 2020-01-10 01:38:03 +08:00
Dean Herbert
66a61c80ba
Merge pull request #7484 from turbedi/Remove_osuTK.MathHelper
Remove remaining usage of osuTK.MathHelper
2020-01-10 01:34:19 +08:00
Dean Herbert
87645f6a41 Remove excess namespace specification 2020-01-10 01:13:42 +08:00
Dean Herbert
56724d2580
Merge branch 'master' into #7146 2020-01-10 01:08:20 +08:00
Dean Herbert
3be2fc27f3
Merge branch 'master' into Remove_osuTK.MathHelper 2020-01-10 00:28:46 +08:00
Dean Herbert
3391e21fc4
Merge pull request #7486 from smoogipoo/update-framework
Update framework
2020-01-10 00:28:13 +08:00
Dean Herbert
056e3ee75d
Merge pull request #7458 from EVAST9919/allow-loading-layer-scrolling
Allow scrolling through DimmedLoadingLayer
2020-01-09 19:38:27 +08:00
Dan Balasescu
03c778df75
Merge branch 'master' into update-framework 2020-01-09 19:02:26 +09:00
smoogipoo
6a2bcbcef8 Bump version 2020-01-09 18:47:00 +09:00
Dean Herbert
dca4b350fd Merge remote-tracking branch 'upstream/master' into allow-loading-layer-scrolling 2020-01-09 17:29:02 +08:00
Dean Herbert
ffa0cf2d44 Add comment detailing why this is requried 2020-01-09 17:28:48 +08:00
Dean Herbert
26c80e35fb Fix missing namespace 2020-01-09 17:17:08 +08:00
Dean Herbert
ab9603b06a Merge remote-tracking branch 'upstream/master' into #7146 2020-01-09 17:08:12 +08:00
smoogipoo
b2db2ee259 Update package version 2020-01-09 15:35:54 +09:00
Dean Herbert
7c3b04c0a7
Show replay mods instead of current selection during replay load (#7485)
Show replay mods instead of current selection during replay load
2020-01-09 14:13:10 +08:00
smoogipoo
dde8432684 Fix exception through due to multiple binds 2020-01-09 13:43:57 +09:00
smoogipoo
91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
Berkan Diler
ed2bf5154d Use tuple deconstruction to swap values 2020-01-08 20:46:17 +01:00
Berkan Diler
34d8740ec4 Remove remaining usage of osuTK.MathHelper 2020-01-08 20:21:13 +01:00