Commit Graph

40011 Commits

Author SHA1 Message Date
fe6b1936cb Move OsuUserInputManager out from nested class 2021-05-28 02:46:03 +09:00
b4c13d837d Move import logic out to partial class 2021-05-28 02:44:44 +09:00
b8edca59eb General function reorganisation 2021-05-28 02:37:14 +09:00
4e49fbf7fb Switch protected properties to private where feasible 2021-05-28 02:30:31 +09:00
d24a712dd4 Move protected properties to one location and mark setters private where feasible 2021-05-28 02:27:06 +09:00
fd7a6db774 Merge pull request #12728 from SleepySwords/single-bind-reset-button
Add a reset button to individual keybinds
2021-05-28 00:31:26 +09:00
08c8cd7a66 Merge pull request #12946 from peppy/fix-storyboard-video-widescreen-no-elements
Fix storyboard videos not correctly filling the screen
2021-05-28 00:11:04 +09:00
1ffafdd854 Merge branch 'master' into single-bind-reset-button 2021-05-27 23:55:28 +09:00
bc4ccb8a21 Merge pull request #12916 from peppy/fix-taiko-editor-sample-mutations
Fix osu!taiko editor operations not always updating the menu/visual state correctly
2021-05-27 23:55:16 +09:00
cb850e07f7 Merge pull request #12963 from peppy/fix-settings-panel-hide-animation
Fix settings panel hide animation looking wrong when a sub-panel is visible when hidden
2021-05-27 23:55:00 +09:00
7844c2d4be Merge pull request #12962 from peppy/fix-slow-load-test-failure
Fix `SlowLoadPlayer` potentially not being instantiated in time for test
2021-05-27 23:54:20 +09:00
1a0ace8d58 Merge branch 'master' into fix-slow-load-test-failure 2021-05-27 23:15:42 +09:00
0a3d3bc006 Merge pull request #12958 from peppy/fix-invalid-ssdq-access
Fix `BeatmapCarousel` accessing `ScreenSpaceDrawQuad` of non-loaded children
2021-05-27 23:15:06 +09:00
680eae8598 Merge pull request #12967 from LittleEndu/slider-tail-position
Make `DrawableSliderTail` not require `ITrackSnaking`
2021-05-27 23:13:43 +09:00
be7f9821d5 Merge pull request #13215 from peppy/update-issue-template
Remove feature request issue template and link to discussions
2021-05-27 22:46:35 +09:00
6ddb2062cf Merge pull request #13214 from peppy/fix-multiplayer-leaderboard-test-failure
Fix test failure in `TestSceneMultiplayerGameplayLeaderboard`
2021-05-27 22:44:05 +09:00
f45c934dd5 Merge pull request #13213 from peppy/fix-storyboard-outro-test-failure
Fix test failures in `TestSceneStoryboardWithOutro`
2021-05-27 21:51:13 +09:00
a7afdd427c Merge pull request #13212 from peppy/fix-collection-async-test-failures
Fix collection import tests deadlocking due to `TaskCompletionSource` continuation triggering host disposal
2021-05-27 21:49:37 +09:00
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
37ef368738 Move async call out of using to better define the flow of data 2021-05-27 19:03:59 +09:00
046087a367 Fix access to AliveChildren before IsLoaded 2021-05-27 16:58:01 +09:00
5c44083856 Fix test potentially not waiting for drawable beatmaps to be loaded 2021-05-27 16:12:49 +09: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
122bb05aa8 Add a mention that OnApply/OnFree is performed after ApplyDefaults 2021-05-27 15:20:35 +09:00
9ac4ef273e Make DrawableSliderTail not require ITrackSnaking 2021-05-26 23:21:05 +03: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
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
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
a77de24746 Fix SlowLoadPlayer potentially not being instantiated in time for test 2021-05-26 18:58:18 +09:00
c05dfee220 Simplify default handling flow 2021-05-26 18:28:00 +09:00
7c9383b586 Combine RestorableKeyBindingRow back into KeyBindingRow 2021-05-26 18:17:28 +09:00
db8ccad0b8 Merge branch 'master' into markdown-wiki 2021-05-26 15:25:46 +07:00
02806fedb0 Add missing newline 2021-05-26 17:17:02 +09:00
17334fd2e6 Inline KeyBindingRow construction 2021-05-26 17:12:12 +09:00