Commit Graph

28008 Commits

Author SHA1 Message Date
81c9d831f4 Cache reflection portion of SettingSource lookups
Fixes the mod-related overhead portion of https://github.com/ppy/osu/issues/14638. There's still a significant performance issue that will be addressed separately.
2021-09-08 13:26:11 +09:00
d8fe98fe12 Fixed grammatical error in ChangelogSupporterPromo 2021-09-07 14:06:23 -06:00
87434333d2 Merge pull request #14659 from peppy/update-framework
Update framework
2021-09-07 21:03:37 +09:00
c43ac8c946 Merge pull request #14660 from ekrctb/search-featured-artists
Add "featured artists" filter to beatmap listing
2021-09-07 20:58:13 +09:00
fa62c846c5 Merge pull request #14603 from smoogipoo/score-ordering
Fix scores not being ordered correctly on leaderboards
2021-09-07 19:18:37 +09:00
3d8faea4b0 Simplify nesting of OrderByTotalScoreAsync 2021-09-07 18:52:25 +09:00
92f59c10f5 Remove redundant this. in assignment 2021-09-07 17:45:39 +09:00
1aa95de530 Merge branch 'master' into score-ordering 2021-09-07 17:45:38 +09:00
5ab2f4b386 Give an orange colour to "featured artists" filter to match web 2021-09-07 17:32:12 +09:00
ff87ad6efc Merge branch 'master' into editor-new-change-diff 2021-09-07 17:13:14 +09:00
a42527b8f5 Update framework 2021-09-07 16:46:40 +09:00
d922210d2f Fix TestSceneDeleteLocalScore not properly comparing post-delete scores 2021-09-07 16:46:27 +09:00
49b0998132 Merge branch 'master' into improve-background-screen-ownership-code-quality 2021-09-07 16:46:20 +09:00
b6c80f04b0 Add "featured artists" filter to beatmap search 2021-09-07 16:44:45 +09:00
79fd2d46f6 Merge branch 'master' into test-efficiency 2021-09-07 16:14:12 +09:00
2e0839d880 Merge branch 'master' into update-resources 2021-09-07 15:49:32 +09:00
44b1af5ae4 Update resources 2021-09-07 15:28:52 +09:00
5b13b566b5 Reduce startup overhead during default key binding handling 2021-09-07 15:19:23 +09:00
4658577b1d Factor in total score calculation time in results screen load 2021-09-07 15:19:09 +09:00
93da531d13 Improve code around background screen handling to read better 2021-09-07 14:35:33 +09:00
9edd010b1d Fix unnecessary background screen transition 2021-09-07 14:34:54 +09:00
7921ad4516 Add loading spinner in case load takes longer than expected 2021-09-07 14:34:47 +09:00
ddaa95a1ca Fix pushEditor function running twice on returning to loader 2021-09-07 14:34:18 +09:00
59aa4dabfd Improve code around background screen handling to read better 2021-09-07 14:33:58 +09:00
c9325cc419 Fix results screen test scene 2021-09-07 14:15:23 +09:00
d13e00ed42 Merge branch 'master' into editor-new-change-diff 2021-09-06 21:42:32 +02:00
5b9f37702b Remove unnecessary delay before pushing editor from loader 2021-09-06 21:32:23 +02:00
2d59008f52 Move screen management logic to EditorLoader 2021-09-06 21:30:50 +02:00
bd7d6dd35d Rename method 2021-09-06 21:27:17 +02:00
73f742509a Merge branch 'master' into tablet-area-validity-fix 2021-09-06 21:15:17 +02:00
2a5b857f10 Avoid loading unnecessary fonts in headless testing 2021-09-07 00:45:53 +09:00
20100b8894 Fix a few test failures 2021-09-06 20:20:52 +09:00
401d38fc05 Fix possible nullref 2021-09-06 19:07:37 +09:00
1c4a3c584a Use correct lookup type to ensure username based lookups always prefer username 2021-09-06 15:04:27 +09:00
458cde832d Avoid using SSDQ for validity computation 2021-09-06 14:11:13 +09:00
d6a47fd99c Sort difficulties by ruleset and star rating in menu 2021-09-05 21:48:11 +02:00
7012a1d934 Fix issues with main menu -> editor loader transition 2021-09-05 21:48:11 +02:00
382269b362 Test staying on same difficulty due to unsaved changes 2021-09-05 21:48:10 +02:00
c72523bc14 Add basic test for difficulty switching 2021-09-05 21:48:10 +02:00
a9403b65b3 Eliminate dependency on OsuGame 2021-09-05 21:48:10 +02:00
c397cc2027 Restructure proof of concept 2021-09-05 21:48:09 +02:00
fe2520c599 Add intermediary screen to avoid going back to menus 2021-09-05 21:48:09 +02:00
7befd030df Minimal working example of switching difficulties 2021-09-05 21:48:09 +02:00
90f0b6874f Highlight current difficulty in switcher 2021-09-05 21:48:08 +02:00
e8fb5d2e66 Add non-functional difficulty switcher to menu 2021-09-05 21:48:08 +02:00
7c60c6a733 Merge pull request #14571 from rednir/get-user-from-username
Add ability to open user profile links with username instead of user ID
2021-09-06 00:15:09 +09:00
0e48ae76cb Merge pull request #14630 from bdach/mode-specific-settings
Add ruleset-specific sections to setup screen
2021-09-05 23:58:24 +09:00
b1a995e0bb revert changes 2021-09-05 15:49:48 +01:00
e78dc1bb4c more code quality :/ 2021-09-05 15:27:28 +01:00
f7369e0d68 create UserIdLookupCache
to get user ID when importing scores
2021-09-05 14:47:46 +01:00