Commit Graph

44064 Commits

Author SHA1 Message Date
ff1fa71e6f Remove feature request issue template and link to discussions 2021-05-27 20:06:37 +09:00
121dd175e6 Fix test failure in TestSceneMultiplayerGameplayLeaderboard
The transfer of users was not accounting for the fact that the
`StartPlay` calls are now scheduled and not necessarily run in time.
2021-05-27 19:57:21 +09:00
bcf1e3db1e Fix test failures in TestSceneStoryboardWithOutro
Test was not accounting for the fact that the results may not have
loaded in time.
2021-05-27 19:45:55 +09:00
a2ed85bf46 Fix broken formatting 2021-05-27 19:34:39 +09:00
0c4d4ee0d2 Fix collection import tests deadlocking due to TaskCompletionSource continuation triggering host disposal 2021-05-27 19:16:22 +09:00
e1836cd1b2 add debug assert 2021-05-27 17:12:15 +07:00
37ef368738 Move async call out of using to better define the flow of data 2021-05-27 19:03:59 +09:00
0b17af81f1 Use Contains instead of IndexOf
Co-authored-by: Berkan Diler <b.diler@gmx.de>
2021-05-27 09:48:30 +00:00
0b600db814 revert back main page test 2021-05-27 16:24:05 +07:00
046087a367 Fix access to AliveChildren before IsLoaded 2021-05-27 16:58:01 +09:00
820310543d fix spacing style 2021-05-27 14:53:22 +07:00
aa23c4a4b9 Merge branch 'master' into keyboard_shortcuts 2021-05-27 16:30:34 +09:00
b55ac413e7 add many scenario of main page layout 2021-05-27 14:20:36 +07:00
5c44083856 Fix test potentially not waiting for drawable beatmaps to be loaded 2021-05-27 16:12:49 +09:00
c72e258bfb change for to while in create panels 2021-05-27 14:12:49 +07:00
3e5de9e5a8 Merge pull request #12969 from peppy/on-apply-apply-defaults-xmldoc
Add a mention that `OnApply/OnFree` is performed after `ApplyDefaults`
2021-05-27 15:56:51 +09:00
c39ea85701 Fix TestSceneSkinnableSound not doing DI correctly 2021-05-27 15:42:25 +09:00
4fbd43fcae add inline comment for width 2 2021-05-27 13:24:06 +07:00
122bb05aa8 Add a mention that OnApply/OnFree is performed after ApplyDefaults 2021-05-27 15:20:35 +09:00
b13b732e02 Remove incorrect DefaultSkin usage 2021-05-27 14:50:56 +09:00
70a844ac10 Remove allowFallback parameters completely 2021-05-27 14:50:42 +09:00
4fd89faaa4 Fix default skin not having resources or providing samples 2021-05-27 14:09:01 +09:00
d66f07fccb Move text and isFullWidth parameters to constructor 2021-05-27 14:04:50 +09:00
0c2d3ae0e7 Revert "Move beatmap skin info creation to static method at IBeatmapSkin"
This reverts commit 9806d94b74.
2021-05-27 05:08:49 +03:00
a7865d3f22 move colour provider to BDL 2021-05-27 08:46:24 +07:00
2166ab87c6 Change base type of tests
Fixes missing API property
2021-05-27 01:47:00 +02:00
a679efac1c Reduce duplicate notification code by making a base class 2021-05-27 01:00:26 +02:00
cf39e58ce7 Subscribe to CollectionChanged before binding to JoinedChannels 2021-05-27 01:00:08 +02:00
d47370bac9 Locally bind to LocalUser 2021-05-27 00:59:29 +02:00
9ac4ef273e Make DrawableSliderTail not require ITrackSnaking 2021-05-26 23:21:05 +03:00
d5de5ae640 Add comments explaining the usage of shiftNestedObjects() 2021-05-26 20:50:31 +02:00
649163e13b Merge branch 'master' into main-page-wiki 2021-05-26 23:51:49 +07:00
f6dee13991 Merge pull request #12948 from gagahpangeran/markdown-wiki
Add wiki markdown container
2021-05-27 01:49:32 +09:00
74fc0a17d5 Remove unused using statement 2021-05-27 00:55:06 +09:00
c0a8382175 Remove local API construction 2021-05-27 00:12:22 +09:00
fffa355097 Merge pull request #12925 from EVAST9919/news-request
Move GetNewsRequest from ArticleListing to NewsOverlay
2021-05-26 23:26:59 +09:00
735e7b9c74 Pass fetch more action in via ctor to avoid potential nullref 2021-05-26 22:49:39 +09:00
9947867e84 Remove unnecessary bindable flow 2021-05-26 22:46:43 +09:00
71de541245 Minor spacing / reformatting 2021-05-26 22:35:11 +09:00
22a5af750e fix test link external 2021-05-26 20:25:48 +07:00
8e923a5d8f Instantiate immediately, rather than waiting for instantiation 2021-05-26 22:24:51 +09:00
1bde11a07e Refactor ArticleListing 2021-05-26 15:35:38 +03:00
905364b5fe add url as argument for link action external 2021-05-26 19:34:34 +07:00
7546611c14 remove unused cached 2021-05-26 19:32:49 +07:00
2344a1a411 use image block in markdown container 2021-05-26 19:22:33 +07:00
62fb09774a create WikiMarkdownImageBlock 2021-05-26 19:22:21 +07:00
fbfbd99223 change document url test to dev server 2021-05-26 19:20:39 +07:00
82d977f80a Merge remote-tracking branch 'refs/remotes/ppy/master' into news-request 2021-05-26 14:52:42 +03:00
7ed4cbf7bf Fix settings panel hide animation looking wrong when a sub-panel is visible when hidden 2021-05-26 19:25:05 +09:00
878079d3d7 Fix correct beatmap not being set if running test alone 2021-05-26 19:08:00 +09:00