Commit Graph

25973 Commits

Author SHA1 Message Date
9183c78319 Fix crash on exiting song select with ctrl-enter autoplay 2020-02-03 16:04:32 +09:00
7676185bb6 Merge branch 'master' into perform-from-screen 2020-02-03 15:55:45 +09:00
8e4df7c214 Merge pull request #7418 from EVAST9919/overlay-ruleset-selector
Implement OverlayRulesetSelector component
2020-02-03 15:33:58 +09:00
d9d8712360 Refactor class layout for readability 2020-02-03 15:13:21 +09:00
fae5bf0f18 Merge branch 'master' into overlay-ruleset-selector 2020-02-03 13:48:28 +09:00
472f9d3ed1 Merge pull request #7686 from TheWildTree/profile-page-corrections
Fix cosmetic issues in UserProfileOverlay
2020-02-03 13:46:07 +09:00
c20b14868b Merge branch 'master' into profile-page-corrections 2020-02-03 13:29:37 +09:00
a0daf49b6e Merge pull request #7668 from EVAST9919/profile-recent-info
Update profile recent activities in line with the web design
2020-02-03 13:21:48 +09:00
9680c0941f Move private helper methods to botom of file 2020-02-03 12:46:11 +09:00
c9143275be Merge branch 'master' into profile-recent-info 2020-02-03 12:03:00 +09:00
84fcf45aae Make slider tracking match what is on screen 2020-02-03 11:55:14 +09:00
176be108fe Merge pull request #7655 from EVAST9919/no-comments-placeholder
Add placeholder for no comments case in CommentsContainer
2020-02-03 11:47:18 +09:00
98ccfe612b Merge branch 'master' into no-comments-placeholder 2020-02-03 11:10:06 +09:00
0765748456 Merge pull request #7710 from recapitalverb/adjust-profile-scores
Adjust profile scores to closer match osu-web
2020-02-03 11:02:25 +09:00
d320ba416a Merge pull request #7704 from TheWildTree/fix-follow-circle
Match osu-stable follow circle behaviour and size
2020-02-03 10:58:34 +09:00
9426f786e9 Use slightly closer values 2020-02-03 10:33:56 +09:00
2253ed4c0d Move path length to a constant 2020-02-03 10:29:40 +09:00
ff17c76a20 Fix modifiers for performance_background_width 2020-02-03 08:26:12 +07:00
edb4c0f752 Add blank lines for conformity 2020-02-03 10:24:53 +09:00
cf4788d7ef Merge branch 'master' into fix-follow-circle 2020-02-03 09:58:12 +09:00
017ce3d1ec Merge branch 'fix-follow-circle' of https://github.com/TheWildTree/osu into fix-follow-circle 2020-02-02 21:25:44 +01:00
162a3713a3 Modify tests to avoid fails in CLI testing 2020-02-02 21:25:35 +01:00
c7f1d4a8a0 Remove unnecessary newline 2020-02-02 19:29:26 +01:00
fd7fccbb62 Add tests 2020-02-02 19:16:54 +01:00
c479d0efa4 Simplify show/hide logic 2020-02-02 17:41:42 +01:00
72107c27c9 Only add newline if necessary 2020-02-02 17:39:58 +01:00
3cc1b811ef Make dates non-italic to match osu-web 2020-02-02 17:22:48 +01:00
d15942d127 Revert containers merge and rework bottomLinkContainer visibility logic 2020-02-02 17:21:22 +01:00
030d02594c Allow non-italic DrawableDate 2020-02-02 17:10:11 +01:00
878489651c Make performance_background_width readonly 2020-02-02 23:04:11 +07:00
7e162d9798 Fix failing test 2020-02-02 17:03:41 +01:00
1f53778d62 Add explanation to comment 2020-02-02 16:59:17 +01:00
4cdf4b223c Rename to alwaysShow and add XMLDoc 2020-02-02 18:47:12 +03:00
0f449d1b99 Set config value instead 2020-02-02 18:46:59 +03:00
28e340c486 Inherit Container and fade the key flow instead of individual children 2020-02-02 18:46:27 +03:00
0a186fe722 Avoid calculating constants in load() 2020-02-02 22:37:58 +07:00
bd3d7a285b Merge branch 'adjust-profile-scores' of https://github.com/recapitalverb/osu into adjust-profile-scores 2020-02-02 21:39:04 +07:00
aa13b605a4 Fix inconsistent local variable naming 2020-02-02 21:34:35 +07:00
2a463e2893 Merge branch 'master' into adjust-profile-scores 2020-02-02 21:14:20 +07:00
79efcbd6f3 Fix performance background width 2020-02-02 21:08:16 +07:00
30a5835bdb Combine link flows and simplify new line addition 2020-02-02 23:07:53 +09:00
a641069ec2 Change profile score background colour 2020-02-02 21:07:23 +07:00
122fd63ac4 Inline single-use constants 2020-02-02 21:05:20 +07:00
35032e2ddd Make variables private 2020-02-02 14:34:06 +01:00
f7abfdb40e Remove unnecessary parameter 2020-02-02 14:33:48 +01:00
aa1daa0ad5 Merge pull request #7703 from bdach/beatmap-stats-precision
Apply precision when determining bar colour in difficulty statistics
2020-02-02 22:31:52 +09:00
c7e281348a Merge branch 'master' into profile-page-corrections 2020-02-02 13:36:21 +01:00
6103674b54 Add tests for changing HUD visibility on hidden key counter configuration 2020-02-02 14:50:05 +03:00
6a11c3a8f9 Expose ConfigVisibility bindable for testing purposes 2020-02-02 14:48:07 +03:00
abccf05155 Update visibility of each key counter instead of this container
For isolating changing visibility of the key counter display based on config and internal values from just fading the container.
2020-02-02 14:47:14 +03:00