Commit Graph

41610 Commits

Author SHA1 Message Date
a27a647ae7 Rename RoomDependencies -> OnlinePlayDependencies 2021-06-25 18:07:47 +09:00
04279e7f5c Add some xmldocs 2021-06-25 18:02:53 +09:00
c0d2b41d4c Move SpectatorClient into multiplayer dependencies 2021-06-25 17:55:16 +09:00
51dd7fc238 Merge pull request #13622 from aitani9/mod-settings-dropdown-height
Decrease the max dropdown height in mod settings
2021-06-25 17:42:47 +09:00
7aefbe3da1 Move UserLookupCache inside dependencies 2021-06-25 17:37:02 +09:00
13ed52a990 Fix weird license misindent
No idea how the hell that happened... R# silent about it, of course.
2021-06-25 11:16:29 +03:00
8d7705dc92 Test using a simple GetTexture lookup instead
Presumes that `RulesetSkinProvidingContainer` doesn't allow falling back
to parent skins, whatsoever.
2021-06-25 10:55:24 +03:00
87beb47177 Merge pull request #13645 from Henry-YSLin/extract-utils-from-OsuModRandom
Extract utility functions from `OsuModRandom` into a helper class
2021-06-25 16:47:34 +09:00
06e357647a OnBdl -> OnLoadAsync 2021-06-25 10:40:42 +03:00
5883922177 Remove mod multiplier completely 2021-06-25 16:36:31 +09:00
f07008a0a2 Fix RulesetSkinProvidingContainer potentially late in setting up skin sources 2021-06-25 10:05:51 +03:00
8241fee4a8 Add failing test case 2021-06-25 10:05:50 +03:00
d6ab08c958 Remove manual dependencies in TestSceneMultiplayerGameplayLeaderboard 2021-06-25 15:30:28 +09:00
57ae87956a Update execution state change blocking logic in line with framework changes 2021-06-25 15:27:40 +09:00
81a812e216 Rework MultiplayerTestScene to make use of OnlinePlayTestScene 2021-06-25 15:00:10 +09:00
aa5d22d04a Remove "test container", make everything go through OnlinePlayTestScene 2021-06-25 13:02:19 +09:00
31c786e1c3 Use SettingsNumberBox.NumberBox instead of OsuNumberBox 2021-06-25 09:51:34 +08:00
ec8810cc2b Use MathF instead of (float)Math 2021-06-25 09:44:23 +08:00
26086ca1ef Rename VectorUtils to OsuHitObjectGenerationUtils 2021-06-25 09:43:14 +08:00
93edb25ace Override CreateMenu instead of using a property 2021-06-24 14:32:43 -07:00
34ace2553e Revert "Refactor the menu's max height to be a property"
This reverts commit 9cb9ef5c
2021-06-24 14:32:00 -07:00
62566f2a4a Remove "Score Multiplier" text 2021-06-24 14:29:47 -07:00
45304c3524 Merge pull request #13651 from bdach/remove-zh-hk
Remove Traditional Chinese (HK) language option due to no actual existing translations
2021-06-25 02:30:45 +09:00
4fe30ca923 Remove Traditional Chinese (HK) language option
Due to no actual existing translations it was falling back to Simplified
Chinese instead, making the option actively wrong/confusing.
2021-06-24 18:32:17 +02:00
3fcda83713 Rename VectorHelper to VectorUtils 2021-06-24 22:00:19 +08:00
8fba7d2423 Remove MultiplayerTestScene inheritance from simple test scenes 2021-06-24 21:02:29 +09:00
5820793d11 Make TestMultiplayerRoomContainer inherit TestRoomContainer 2021-06-24 21:02:29 +09:00
9cf2c9ddae Fix incorrect dependency creation 2021-06-24 21:02:21 +09:00
a21cf87b5f Split room manager and allow overrides 2021-06-24 19:14:05 +09:00
5115299e9a Merge RoomManagerTestScene into OnlinePlaySubScreenTestScene 2021-06-24 19:09:31 +09:00
f3fd0b16f1 Merge pull request #13647 from ekrctb/fix-catcher-trail-alpha
Fix catcher hyper-dash afterimage is not always displayed
2021-06-24 18:43:38 +09:00
6922de12c6 Add extra null safety in dispose call 2021-06-24 17:17:12 +09:00
a7b5c3bed1 Add OnlinePlaySubScreenTestScene 2021-06-24 17:01:28 +09:00
9287fae5f7 Simplify 2021-06-24 16:54:09 +09:00
4af119a407 Re-namespace 2021-06-24 16:29:06 +09:00
c0c1b8d620 Fix catcher hyper-dash afterimage is not always displayed 2021-06-24 16:12:43 +09:00
ae09c23e4e Resolve DroppedObjectContainer via DI 2021-06-24 16:09:13 +09:00
c9ec4b9da4 Remove RoomTestScene inheritance from simple test scenes 2021-06-24 16:02:20 +09:00
16d5893535 Add DroppedObjectContainer class 2021-06-24 15:51:54 +09:00
27735eeedb fixed code 2021-06-24 13:45:38 +08:00
63ab40ec24 Fix potential deadlocking behaviour (and convert ResetEvent to Semaphore) 2021-06-24 14:37:26 +09:00
153e204d20 Cap rotation ratio to 1 2021-06-24 13:22:10 +08:00
2268d7f8a5 Extract utility methods into helper class; Better xmldoc and naming 2021-06-24 13:19:42 +08:00
cd6f175375 Ensure beatmap is reloaded before each playlist room test run 2021-06-24 13:29:06 +09:00
8b06dd3302 Merge pull request #13643 from LeNitrous/prevent-system-context-menu
Prevent context menu from showing from system messages
2021-06-24 13:24:12 +09:00
812624a502 use .Equals() instead 2021-06-24 10:45:20 +08:00
564c72bf74 compare directly instead of comparing IDs 2021-06-24 10:10:57 +08:00
73590bfca1 Return an empty array when the sender is from system. 2021-06-24 07:20:31 +08:00
c8022126dc Add logo sound case for transitioning to song select 2021-06-23 13:39:12 -07:00
a5f5bde2c0 Merge pull request #13639 from bdach/gh-actions-job-timeout
Set more appropriate time limits for GH Actions workflows
2021-06-24 02:10:29 +09:00