Commit Graph

4903 Commits

Author SHA1 Message Date
477e1b7d27 Rename TimelineHitObjectDisplay to TimelineBlueprintContainer 2020-01-23 14:30:25 +09:00
9de4424aec Removed TestModCustomisable3 2020-01-21 19:32:53 +05:00
b8d2012fc3 Added test 2020-01-21 15:26:51 +05:00
195068ba9a Cache EditorBeatmap in test 2020-01-21 17:35:36 +09:00
30edd80c8c Refactor OverlayHeader hierarchy 2020-01-21 06:00:12 +03:00
4a5e855953 Rename test scene 2020-01-20 12:21:21 +03:00
17a7a75707 Merge master with conflicts resolved 2020-01-20 08:52:03 +03:00
11e7c8be3f Use colour schemes for OverlayRulesetSelector 2020-01-20 08:34:46 +03:00
6552097866 Merge remote-tracking branch 'refs/remotes/ppy/master' into overlay-ruleset-selector 2020-01-20 08:22:30 +03:00
8906416294 ProfileItemBackground -> ProfileItemContainer 2020-01-19 22:48:11 +03:00
22118b7b22 Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-scores-update-new 2020-01-19 22:44:40 +03:00
3f2512295c Merge pull request #7555 from peppy/update-framework
Update framework
2020-01-18 15:57:16 +09:00
e8e6897603 Remove unnecessary linq count usage 2020-01-18 15:27:21 +09:00
16cfb9310b Naming adjustments 2020-01-18 03:40:31 +03:00
d5a3d8dbaa Remove no longer used components 2020-01-18 03:35:47 +03:00
4964505c3e Implement ProfileWeightedScore component 2020-01-18 03:19:28 +03:00
4cdaebb42b Implement ProfileScore component 2020-01-18 02:58:10 +03:00
e1f172e3f8 Fix CI issues 2020-01-17 19:29:42 +01:00
f00938971e Apply review suggestions 2020-01-17 18:54:00 +01:00
0422b326ad Add visual tests 2020-01-17 18:54:00 +01:00
6579aa144d Merge branch 'master' into mod-text 2020-01-16 20:11:51 +08:00
e096688ac8 simplify some stuff 2020-01-16 17:58:47 +08:00
d01cc37968 Fix channel tab control test scene 2020-01-16 18:36:27 +09:00
4c18a67268 add test step 2020-01-15 18:24:43 +08:00
052772cce7 add test case 2020-01-15 18:15:56 +08:00
62615fb8c1 format 2020-01-15 18:00:14 +08:00
a0b6cadab5 add test scene 2020-01-15 17:36:27 +08:00
1367c18d3f General refactorings 2020-01-14 15:07:25 +09:00
45dad5a9c7 Merge remote-tracking branch 'origin/master' into rankings-country-filter 2020-01-14 15:00:48 +09:00
33993837b7 Remove participant count (not returned by API) 2020-01-14 14:41:38 +09:00
cb1984a3c3 Improve test scene data 2020-01-14 14:37:14 +09:00
7349c023d1 Cleanup spotlight selection 2020-01-14 14:01:51 +09:00
18ebd30978 CI fix 2020-01-14 07:20:03 +03:00
90e4def4bd Remove online stuff out of the selector 2020-01-14 07:07:21 +03:00
d48b161662 Implement basic SpotlightSelector component 2020-01-10 16:33:00 +03:00
14829837c4 Update namespace specifications 2020-01-10 01:38:03 +08:00
56724d2580 Merge branch 'master' into #7146 2020-01-10 01:08:20 +08:00
03c778df75 Merge branch 'master' into update-framework 2020-01-09 19:02:26 +09:00
26c80e35fb Fix missing namespace 2020-01-09 17:17:08 +08:00
ab9603b06a Merge remote-tracking branch 'upstream/master' into #7146 2020-01-09 17:08:12 +08:00
91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
0d9fb065da Move CountryPill to it's own class 2020-01-09 00:27:22 +03:00
29c4ae68d9 Add some content to test scene for better visual representation 2020-01-09 00:14:29 +03: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
dc64ba8ed8 Remove unused variable 2020-01-08 19:22:07 +03:00
1428952377 Implement CountryFilter component for RankingsOverlay 2020-01-08 18:59:13 +03:00
d33a507d96 Implement a login placeholder (#7438)
Implement a login placeholder
2020-01-08 16:55:41 +08:00
351aaf41d9 Fix parameter naming 2020-01-08 00:54:02 +03:00
eb828154ee Allow any type to be used to create TabControl 2020-01-08 00:41:52 +03:00