Commit Graph

68 Commits

Author SHA1 Message Date
0cc1698b6d Rename incorrectly named container 2019-11-22 18:05:12 +09:00
da425c93fa Fix beatmap switch doesn't trigger scores update 2019-11-22 05:08:50 +03:00
dee9ffc694 Merge master with conflicts resolved 2019-11-22 04:59:46 +03:00
18f77008db Update dependency 2019-11-15 12:04:01 +03:00
2d3fadc1a8 Don't update mod filter visibility on every beatmap change 2019-11-14 00:38:37 +03:00
633c497602 Hide content if beatmap has no leaderboard 2019-11-13 17:36:08 +03:00
8005ee73af Trim whitespace 2019-11-13 17:23:46 +03:00
3f6140db6d Improve loading animation 2019-11-13 17:18:58 +03:00
4e90daf212 Implement NoScoresPlaceholder 2019-11-13 16:39:33 +03:00
5f609b48da Use local bindable for api.LocalUser 2019-11-13 00:29:28 +03:00
0578f91a76 Small logic adjustments 2019-11-11 19:06:46 +03:00
c5b64e26a3 Layout adjustment 2019-11-11 18:51:29 +03:00
5f5d130d1a Update mod filter visibility on user change 2019-11-11 18:40:57 +03:00
31191dadf1 Handle mods change 2019-11-11 18:31:42 +03:00
2cfd54ca0d Handle scope changing 2019-11-11 18:27:48 +03:00
00b9229737 Add mod filter to beatmap overlay 2019-11-11 18:21:07 +03:00
32b2f5e330 Use Bindable for ScoresContainer 2019-11-11 18:10:25 +03:00
b9384d7a53 Remove unnecessary null check 2019-08-07 07:00:50 +03:00
24f9872315 Fix unnecessary scores loading 2019-08-07 06:45:39 +03:00
2a94b68ecb Simplify logic 2019-07-20 22:50:17 +09:00
fa978a47b0 Fix loading animation is no longer present 2019-07-18 15:08:50 +03:00
8f9b8ed5a1 Simplify information propagation logic 2019-07-11 11:17:33 +09:00
cc9ee472d6 Move score nulling out of loading property 2019-07-11 11:07:30 +09:00
a49bde7ed3 Move protected below public 2019-07-11 10:38:32 +09:00
953d32366c Move request inside the ScoresContainer again 2019-07-10 19:40:29 +03:00
9907a58ec4 Revert animations and apply suggested changes 2019-07-09 17:38:17 +03:00
e8b9b1b0bf visibility logic adjustments 2019-07-09 12:16:58 +03:00
8d6af1625a Visibility improvements 2019-07-09 11:40:51 +03:00
5d81445454 Move api request outside the scores container 2019-07-09 08:05:34 +03:00
67a6abb96c Add user top score on selected beatmap 2019-07-08 11:49:33 +03:00
0da8a483c5 Fix scores header is visible even if no scores are loaded 2019-06-19 23:14:53 +03:00
84da708d44 Fix nullref 2019-04-03 18:46:08 +09:00
a15a9bd03a Rewrite updateDisplay logic to not fail on some cases 2019-04-03 18:29:46 +09:00
2c18b6df1c Fix score table using 300/100/50 2019-04-03 16:09:19 +09:00
2967c876ea Merge remote-tracking branch 'origin/master' into update-beatmap-scores-design
# Conflicts:
#	osu.Game.Tests/Visual/SongSelect/TestCaseBeatmapScoresContainer.cs
#	osu.Game/Overlays/BeatmapSet/Scores/DrawableScore.cs
#	osu.Game/Overlays/BeatmapSet/Scores/DrawableTopScore.cs
#	osu.Game/Overlays/BeatmapSet/Scores/ScoresContainer.cs
2019-03-29 15:11:00 +09:00
012dcc25c9 Rename APIScoreInfo -> APILegacyScoreInfo 2019-03-27 17:08:40 +09:00
41d25c7d19 Fix post-merge errors 2019-03-20 17:15:21 +09:00
f0114d776d Use interface to access API
Allows for better testability.
2019-03-13 12:58:18 +09:00
9a05643ec9 Minor refactorings 2019-03-08 17:18:54 +09:00
30c6a7c3c5 Merge remote-tracking branch 'nekodex/master' into update-beatmap-scores-design
# Conflicts:
#	osu.Game.Tests/Visual/TestCaseBeatmapScoresContainer.cs
#	osu.Game/Overlays/BeatmapSet/Scores/ClickableUserContainer.cs
#	osu.Game/Overlays/BeatmapSet/Scores/DrawableScore.cs
#	osu.Game/Overlays/BeatmapSet/Scores/DrawableTopScore.cs
2019-03-07 18:48:23 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
105053e91b TestCase fix 2019-02-09 00:56:41 +03:00
107e0a5239 Warning fixes 2019-02-08 20:43:11 +03:00
13c154a0b3 Fix background colour and a bug with removing scores 2019-02-08 20:07:21 +03:00
7a3ae0f479 update drawable score inline with the latest design 2019-02-08 19:50:02 +03:00
f43ee6b6a3 update drawable top score inline with the latest design 2019-02-08 19:06:46 +03:00
c85dc1a236 update another scores design 2019-02-05 19:32:33 +03:00
559960036e update top score design 2019-02-05 14:48:35 +03:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
831cd3ed59 ScoreInfo scoreInfo -> ScoreInfo score 2018-11-30 15:18:52 +09:00