Commit Graph

29588 Commits

Author SHA1 Message Date
c72592c52c Remove bindable-disabling logic and don't tie immediately to CreateRuleset() 2020-06-04 00:44:28 +03:00
bbad70c3f0 Fix mod perfect test scenes failing due to null ruleset provided
Just a workaround for now, a better fix may be to put the test data creation in an action that is guaranteed to be invoked after the test scene has fully loaded (all dependencies would've been resolved by then).
2020-06-04 00:43:11 +03:00
136e10086a Set the ruleset bindable value at the BDL for its subclasses usages
There are test scenes using current value of ruleset bindable on their BDL (example in TestSceneSliderSnaking's BDL)
2020-06-04 00:37:06 +03:00
11da045d8c Reorder declaration position of ruleset-creation methods
Should be recognized as a normal protected method in its declaring class.
2020-06-03 23:43:18 +03:00
611f64fd36 Add base ready-made abstract scene for osu! mod tests 2020-06-03 23:24:00 +03:00
84b40ea2c6 Merge remote-tracking branch 'upstream/master' into test-scene-create-ruleset
# Conflicts:
#	osu.Game.Rulesets.Catch.Tests/TestSceneBananaShower.cs
#	osu.Game.Rulesets.Catch.Tests/TestSceneHyperDash.cs
#	osu.Game/Tests/Visual/ModTestScene.cs
#	osu.Game/Tests/Visual/OsuTestScene.cs
2020-06-03 22:00:02 +03:00
c4698e61ec Merge pull request #9195 from peppy/fix-multi-chat-history
Fix chat history not being loaded for multiplayer matches
2020-06-03 22:49:27 +09:00
f6d9f0597b Add implicit join logic for multiplayer rooms 2020-06-03 21:28:29 +09:00
3c7e5a5b42 Fix ChannelManager not being loaded in tests 2020-06-03 18:00:31 +09:00
1ba3f0ac14 Fix chat history not being loaded for multiplayer matches 2020-06-03 17:31:55 +09:00
73467410ab Merge pull request #9192 from peppy/fix-redundant-override
Fix redundant override showing up in build warnings
2020-06-03 16:15:33 +09:00
86926050e9 Merge pull request #9190 from swoolcock/fix-results-crash
Fix results screen crashing for beatmaps with no online ID
2020-06-03 16:00:47 +09:00
1992a3db54 Fix redundant override showing up in build warnings 2020-06-03 15:50:00 +09:00
8131137fea Merge branch 'master' into fix-results-crash 2020-06-03 15:19:30 +09:00
5740fc2bd0 Merge pull request #9168 from Game4all/fix-ruleset-no-autoplay
Fix crash after using Ctrl+Enter when current ruleset doesn't have an autoplay mod
2020-06-03 12:50:57 +09:00
b174daa94a Remove unused using 2020-06-03 11:58:56 +09:30
0d5a2cf96d Add unit tests 2020-06-03 11:36:59 +09:30
96e3c6e8e8 Move check to SoloResultsScreen 2020-06-03 11:36:47 +09:30
90213d079d Include submission status in check 2020-06-03 10:48:27 +09:30
f4f84ede6a Fix results screen crashing for beatmaps with no online ID 2020-06-03 10:43:16 +09:30
0d30987d82 Merge pull request #9182 from smoogipoo/fix-cursor-trail
Fix cursor trail not displaying
2020-06-03 09:42:59 +09:00
dc41e74e19 Fix cursor trail not displaying 2020-06-02 23:54:23 +09:00
275d95082a Fix crash in testing environment. 2020-06-02 16:01:01 +02:00
a3e31adbf9 Merge pull request #9146 from peppy/taiko-editor
Implement osu!taiko editor
2020-06-02 21:49:20 +09:00
f965101d91 Merge pull request #9174 from peppy/update-framework
Update framework
2020-06-02 21:48:54 +09:00
61f906d9c4 Fix span piece being incorrect in some drag scenarios 2020-06-02 21:02:09 +09:00
427dbf7f58 Merge branch 'master' into update-framework 2020-06-02 20:54:50 +09:00
f63c66396f Apply review suggestions. 2020-06-02 13:32:52 +02:00
ed5f41ec23 Merge pull request #9092 from omkelderman/arbitrary-tourney-size
Add custom resolution set option to tournament client
2020-06-02 20:19:49 +09:00
c8b53b6e45 Merge branch 'master' into arbitrary-tourney-size 2020-06-02 19:30:36 +09:00
78fddc8957 Make button match height 2020-06-02 19:29:59 +09:00
828180ad9b Add default 2020-06-02 19:29:22 +09:00
665530f1c3 Remove excess newline 2020-06-02 17:22:59 +09:00
b58c22c36e Merge branch 'master' into taiko-editor 2020-06-02 17:22:40 +09:00
b100fc7fc7 Merge pull request #8632 from frenzibyte/fix-draining-in-between-break-sections
Disallow HP draining in non-play sections
2020-06-02 16:53:00 +09:00
64550fe87c Merge branch 'master' into fix-draining-in-between-break-sections 2020-06-02 16:06:08 +09:00
70c84811ed Revert incorrect change 2020-06-02 15:50:36 +09:00
1b94048956 Merge branch 'replace-use-of-current-directory' into update-framework 2020-06-02 14:55:28 +09:00
6c8c95677f Fix incorrect usage of Directory.GetFiles 2020-06-02 14:55:10 +09:00
800c46f752 Fix test function override 2020-06-02 14:39:15 +09:00
c59d750420 Merge branch 'replace-use-of-current-directory' into update-framework 2020-06-02 14:31:09 +09:00
90f9905ed0 Update resourcse 2020-06-02 14:29:17 +09:00
46a209540e Update framework 2020-06-02 14:28:48 +09:00
e9b09373e7 Fix crashing if selected ruleset doesn't have an autoplay mod. 2020-06-01 17:41:04 +02:00
00024f56fa Merge pull request #9165 from ppy/dependabot/nuget/DiffPlex-1.6.3
Bump DiffPlex from 1.6.2 to 1.6.3
2020-06-01 18:50:20 +09:00
fbd9ad411f Bump DiffPlex from 1.6.2 to 1.6.3
Bumps [DiffPlex](https://github.com/mmanela/diffplex) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/mmanela/diffplex/releases)
- [Commits](https://github.com/mmanela/diffplex/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 09:05:46 +00:00
efbc02b521 Merge pull request #9161 from peppy/results-screen-horizontal-scroll
Allow horizontal scroll on results screen when not hovering expanded panel
2020-06-01 18:00:51 +09:00
7a9ed78527 Remove missed leftover usages 2020-06-01 11:57:32 +03:00
e8a25fea1a Merge branch 'master' into results-screen-horizontal-scroll 2020-06-01 17:34:20 +09:00
7437f81339 Merge branch 'master' into taiko-editor 2020-06-01 16:52:51 +09:00