Commit Graph

60207 Commits

Author SHA1 Message Date
f959b02dc8 Use empty drawables for spacing badges instead 2022-12-25 16:05:59 -08:00
8e899c2e92 Use localisation parameters to find preferred string instead 2022-12-25 16:03:44 -08:00
1a571e1c7f Remove nullable disable on user panel 2022-12-25 15:03:08 -08:00
8a108b143e Address mod incompatibilities 2022-12-25 23:11:15 +01:00
bbb22479a8 Add "ModBubbles" for the osu ruleset. 2022-12-25 23:09:52 +01:00
272288c9aa fix code style and naming 2022-12-25 21:50:56 +00:00
b1ca38685d Merge branch 'master' into score-stats-on-results 2022-12-25 21:44:42 +01:00
b9dfb8b602 Add localisation for context menu strings 2022-12-25 10:12:02 -08:00
2c2f347e25 Add context menus to overlay panels/cards 2022-12-25 09:57:42 -08:00
e6f9d6202c Update appveyor deploy image 2022-12-25 23:40:01 +08:00
831c7420b7 Merge pull request #21776 from bdach/score-stats-display
Implement overall ranking display for solo results screen
2022-12-25 21:43:12 +08:00
5232588a1f Use PerformFromScreen to exit sub screens instead 2022-12-24 20:04:45 -08:00
d392d1a5c0 override a sub-method instead of the whole Export() 2022-12-24 22:18:42 +00:00
00ed5d6f92 Merge remote-tracking branch 'upstream/master' into fix-op-non-current-onexiting 2022-12-24 14:01:11 -08:00
b871d6f078 Remove unused fields 2022-12-24 13:35:17 -08:00
ae967e08b0 Add badges when needed instead of using alpha 2022-12-24 13:27:46 -08:00
4f6b3644f3 Fix title/artist overflowing to right side 2022-12-24 12:40:32 -08:00
df645ef3cb Change title/artist idle colour to white 2022-12-24 11:42:05 -08:00
9d073f4228 Link beatmap set title and artist to listing search 2022-12-24 11:26:09 -08:00
8c7814aaf0 Fix weird using statement 2022-12-24 21:48:04 +08:00
36a6f3685e Don't show global rankings display when not logged in 2022-12-24 14:35:11 +01:00
145130ba80 Register solo statistics watcher at game level 2022-12-24 14:35:07 +01:00
da519acb20 Add overall ranking display to solo results 2022-12-24 14:35:04 +01:00
3abdf557ea Add protected method for customising statistics panel rows 2022-12-24 14:35:00 +01:00
600ada46be Add protected method for customising statistics panel 2022-12-24 14:34:54 +01:00
cf0b3ec879 Merge branch 'master' into score-stats-display 2022-12-24 14:32:08 +01:00
209d44746a Merge pull request #21762 from bdach/score-stats-updates
Add solo statistics watcher component to deliver incremental global user statistics updates
2022-12-24 21:30:34 +08:00
e961af20cc Merge branch 'score-stats-updates' into score-stats-display 2022-12-24 13:56:10 +01:00
78c47a3695 Add callback to dictionary rather than overwrite
Attempting to overwrite will henceforth throw an exception.
2022-12-24 13:45:04 +01:00
6c4ca387e0 Fix wrong handling of missing ruleset statistics 2022-12-24 13:44:11 +01:00
3c26016b61 Ensure latest stats are cleared on successful profile fetch 2022-12-24 13:44:08 +01:00
fd9110a61e Fix solo statistics watcher firing requests for invalid user with id 1
Can happen during login flow (see `APIAccess.attemptConnect()`).
2022-12-24 13:44:05 +01:00
d6e079a2b4 Ignore statistics update requests from third-party rulesets for now 2022-12-24 13:43:57 +01:00
0aaffcfcfb Merge pull request #21777 from peppy/add-help-button
Add button to settings to show lazer upgrade guide
2022-12-24 11:38:41 +01:00
83a50816b6 Remove unused constructor param 2022-12-24 10:44:38 +01:00
4bcc2b832c Merge branch 'master' into add-help-button 2022-12-24 10:40:35 +01:00
301eb71e22 Fix wrong member names 2022-12-24 10:39:05 +01:00
2c060ac8d4 Add localisation support for new button's strings 2022-12-24 17:32:04 +08:00
73861f332f Merge pull request #21774 from peppy/argon-pro-skin-hide-highest-judgement
Don't show great or higher judgements when using argon "pro" skin
2022-12-24 17:29:45 +08:00
4e5109a649 Use plain bindable flow instead of binding to watcher directly 2022-12-24 10:27:28 +01:00
75ddeaeeb8 Merge branch 'master' into argon-pro-skin-hide-highest-judgement 2022-12-24 09:41:18 +01:00
80de5dac66 Fix judgement text never being added to hierarchy 2022-12-24 09:37:40 +01:00
f973befcd4 Remove unused resolved member 2022-12-24 09:34:30 +01:00
91bde14fb3 Add button to settings to show lazer upgrade guide 2022-12-24 15:42:24 +08:00
5e9fb1063a Move judgement text creation to base class and tidy things up 2022-12-24 12:22:36 +08:00
c7f248e13c Implement overall ranking display for solo results screen 2022-12-24 00:30:38 +01:00
498d00935b limit date appending to LegacyScoreExporter only 2022-12-23 23:01:04 +00:00
3e782c5f5f Extract interface for solo statistics watcher 2022-12-23 23:46:41 +01:00
03603f8b54 Don't show great or higher judgements when using argon "pro" skin 2022-12-24 03:35:44 +08:00
e8a0f8996c Remove unused osu!catch ArgonJudgementPiece 2022-12-24 03:35:27 +08:00