Commit Graph

5218 Commits

Author SHA1 Message Date
d30e4061cc Add clarifying comment about pp choice 2020-05-01 19:46:49 +03:00
3cf60e6e00 Add failing test 2020-05-01 19:43:18 +03:00
2913a81835 Improve test code quality & safety 2020-05-01 16:59:45 +02:00
33a608fd15 Merge branch 'master' of https://github.com/ppy/osu into present-recommended
 Conflicts:
	osu.Game/Screens/Select/SongSelect.cs
2020-05-01 11:06:20 +03:00
700214d249 Truncate beatmap title and artist on score panel 2020-04-30 22:13:38 -07:00
cf4e79cf38 Show loading spinner when carousel is not ready to be displayed 2020-04-30 11:51:06 +09:00
6fa9feb15c Merge remote-tracking branch 'upstream/master' into add-interval-list 2020-04-29 05:14:40 +03:00
e915f22516 Merge branch 'master' into schedule-music-controller-operations 2020-04-28 14:09:56 +09:00
19fe15887a Merge pull request #8860 from Joehuu/fix-mod-sel-score-multi-being-off-screen
Fix score multiplier being cut off in mod select at higher ui scales
2020-04-28 13:52:56 +09:00
0d752dc7b8 Remove redundant initialisation 2020-04-28 12:55:57 +09:00
743a92bbbe Use a local database for now playing test 2020-04-28 12:42:08 +09:00
81e73acb1a Fix tests failing when not run in certain order 2020-04-28 12:21:27 +09:00
4fff08d241 Remove unused using 2020-04-28 12:19:39 +09:00
62be138aa9 Avoid calls on MusicController executing before it may have finished loading 2020-04-28 11:46:08 +09:00
7731d45f13 Remove unnecessary usings 2020-04-26 20:30:56 -07:00
8a47a615db Remove unranked label from footer 2020-04-26 19:29:22 -07:00
16f53991a8 Test presenting same beatmap more than once 2020-04-25 10:52:47 +03:00
f68a7401b9 Fix comment 2020-04-25 10:37:18 +03:00
e65acc3401 Other review suggestions 2020-04-25 10:36:19 +03:00
e906ec4d92 Fix typo 2020-04-25 10:25:07 +03:00
52416ea90a Use GetRuleset 2020-04-25 10:22:19 +03:00
ce47b7ca93 Unnest in SetUpSteps 2020-04-25 10:21:01 +03:00
657bf5ad86 Merge branch 'master' of https://github.com/ppy/osu into present-recommended 2020-04-25 10:13:57 +03:00
f0ebbb1807 Rewrite toolbar test scene and add test cases 2020-04-25 09:54:37 +03:00
ff82de69e7 Merge branch 'master' into fix-testbeatmap-rulesetid 2020-04-24 10:58:50 +09:00
227503c0af Merge remote-tracking branch 'upstream/master' into test-scene-create-ruleset 2020-04-23 16:25:33 +03:00
2fa47992dc Seal the ruleset creation methods and let abstract method take their place
Also makes `CreatePlayerRuleset()` and `CreateRulesetForSkinProvider()` not-null to avoid unwanted behaviour with their derivers
2020-04-23 13:27:12 +03:00
e3a3144236 Rename editor tests namespace from "Editor" to "Editing" 2020-04-23 11:07:55 +03:00
40f11ed15c Resolve broken test scene 2020-04-23 10:37:05 +09:00
7796593b2c Merge branch 'master' into fix-testbeatmap-rulesetid 2020-04-23 10:35:08 +09:00
08982e0e00 Ensure editor tests wait for load to complete 2020-04-22 19:49:21 +09:00
e1142b424d Fix test failures 2020-04-22 18:14:21 +09:00
ed9663985b Rename panels 2020-04-21 20:55:33 +09:00
9b9b710ded Move and rename remaining direct classes 2020-04-21 16:41:07 +09:00
1cec0575b7 Remove unused classes and replace overlay in game 2020-04-21 16:38:47 +09:00
c3b36d8f20 Merge pull request #7924 from EVAST9919/beatmap-listing-expanded
Implement sorting by genre and language in BeatmapListingOverlay
2020-04-21 16:34:59 +09:00
c2ed6491a9 Move and shorten enum names 2020-04-21 15:39:15 +09:00
89320b510c Apply class renaming 2020-04-21 15:13:19 +09:00
3b0099c687 Refactor tests 2020-04-21 12:26:43 +09:00
5a2129da7c Merge branch 'master' into allow-cancelling-completion 2020-04-21 11:22:37 +09:00
cf41b90193 Merge branch 'master' into dashboard-overlay-new 2020-04-20 18:25:47 +09:00
477d519df3 Merge branch 'master' into beatmap-listing-expanded 2020-04-20 17:18:18 +09:00
dd7c6a83bd Merge branch 'master' into fix-song-select-desync 2020-04-20 15:23:19 +09:00
f26c080512 Merge branch 'master' into dashboard-overlay-new 2020-04-20 15:19:03 +09:00
ddc5489fc9 Merge pull request #8801 from peppy/add-np-command
Add /np (now playing) command support in chat
2020-04-20 14:07:39 +09:00
2c012b9af1 Use AddUntilStep whenever possible
Avoid redundant usage
2020-04-20 06:43:18 +03:00
e12e3391fb Base wait steps duration on the delay used for results display
With `* 2` for safety of not potentially going to the next step and the delegate not executed yet.
2020-04-20 06:42:33 +03:00
2444dd42d0 Remove not-implemented-exception 2020-04-20 09:57:46 +09:00
f3fee73441 Fix DatabasedKeyBindingContainer not using defaults for non-databased ruleset 2020-04-20 09:35:00 +09:00
e4d4040afb Rename test to match other classes 2020-04-19 16:57:47 +09:00