Commit Graph

9240 Commits

Author SHA1 Message Date
8fba7d2423 Remove MultiplayerTestScene inheritance from simple test scenes 2021-06-24 21:02:29 +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
a7b5c3bed1 Add OnlinePlaySubScreenTestScene 2021-06-24 17:01:28 +09:00
4af119a407 Re-namespace 2021-06-24 16:29:06 +09:00
c9ec4b9da4 Remove RoomTestScene inheritance from simple test scenes 2021-06-24 16:02:20 +09:00
cd6f175375 Ensure beatmap is reloaded before each playlist room test run 2021-06-24 13:29:06 +09:00
1bbfbb0d8e Fix test that never should have worked
This was only working by luck until now. It was "correctly" matching on
null online ID (see logic at
abc96057b2/osu.Game/Screens/OnlinePlay/Match/RoomSubScreen.cs (L199-L207)).

Now it works by actually matching on the online ID.
2021-06-23 19:30:11 +09:00
f6180b7e6a Mark static methods as such 2021-06-23 17:37:26 +09:00
ed0552a9e8 Add failing test for FK constraint conflict on reimporting modified beatmap with scores present 2021-06-23 17:34:56 +09:00
151dfdfb79 Merge pull request #13627 from Joehuu/fix-multiplayer-exit-logic
Fix multiplayer leave dialog not working on all exit operations
2021-06-23 14:56:57 +09:00
dc428da06c Fix test regression 2021-06-22 19:30:52 -07:00
49000b9501 Add multiplayer leave navigation tests 2021-06-22 19:30:40 -07:00
896c1dc202 Merge branch 'master' into ruleset-resources-skin 2021-06-22 20:36:49 +03:00
4cb9c6a842 Merge pull request #13423 from frenzibyte/transformers-per-skin
Refactor ruleset skin transforming logic to be per-`ISkin` rather than one `ISkinSource`
2021-06-22 21:24:56 +09:00
bea828a364 Also pass empty resource in TestSceneDrawableRulesetDependencies 2021-06-22 13:17:34 +03:00
37f7486fb1 Fix potential null reference in LINQ method 2021-06-22 12:25:29 +03:00
31cbb36a64 Implement FindProvider and AllSources properly on all test ISkinSources 2021-06-22 12:03:14 +03:00
d1aac743ad Merge branch 'master' into ruleset-shaders 2021-06-22 17:59:51 +09:00
6e0801b852 Fix incorrect existing test case 2021-06-22 17:41:27 +09:00
c4fde635c6 Ensure duplicate mods cannot be defined 2021-06-22 17:41:20 +09:00
0ad189e357 Expose skin sources via ISkinSource and revert to consuming based on hierarchy 2021-06-22 16:19:55 +09:00
1b0aadcc6f Merge branch 'master' into transformers-per-skin 2021-06-22 16:03:15 +09:00
0d17fb4259 fixed code 2021-06-22 13:53:21 +08:00
b42aedeb81 fixed code style 2021-06-21 14:43:54 +08:00
044c2aa99d Merge branch 'master' of https://github.com/JimmyC7834/osu into supporter-only-filter-content 2021-06-21 14:27:54 +08:00
8b2110c048 Add failing discussion links test 2021-06-20 21:36:08 -07:00
c933cbe89d Add sample shaders and test case for ruleset-specific shaders 2021-06-21 00:10:29 +03:00
eabcbd1d42 Consider shader manager for ruleset dependencies disposal testing 2021-06-21 00:10:29 +03:00
996503eb2d fixed filter text display, added visual tests 2021-06-20 21:23:54 +08:00
e7aeba8d03 added more visual tests 2021-06-20 18:28:43 +08:00
42fdfbb9a1 added visual tests 2021-06-20 17:17:07 +08:00
3f336d88ec Merge pull request #11461 from peppy/realm-key-binding-store
Add initial realm database implementation with KeyBindingStore migration
2021-06-19 02:49:41 +09:00
89c27dcb10 Merge pull request #13517 from ekrctb/initial-entry
Allow setting `Entry` of `PoolableDrawableWithLifetime` (including `DrawableHitObject`)
2021-06-19 00:03:41 +09:00
c369beeaaa Merge branch 'master' into realm-key-binding-store 2021-06-18 16:52:35 +09:00
5933e0d2d9 Change CheckCompatibleSet to never deselect the current candidat when checking incompatibility 2021-06-18 13:17:32 +09:00
246ab41cc6 Remove special casing for user exit during storyboard outro 2021-06-17 18:11:15 +09:00
4b45d8318e Merge branch 'master' into transformers-per-skin 2021-06-16 16:37:28 +09:00
55859938b1 Use object initializer syntax for hit object application in tests 2021-06-16 16:07:22 +09:00
66efc3c4de Merge branch 'master' into realm-key-binding-store 2021-06-16 13:23:13 +09:00
30703d518c Add failing assert for seasonal background equality 2021-06-15 23:19:33 +02:00
acc06ca398 Merge branch 'master' into realm-key-binding-store 2021-06-16 02:14:58 +09:00
e79e1bbcc0 Fix malformed database test failing in single-threaded mode 2021-06-15 22:53:43 +09:00
fcb0b8d825 Add test coverage 2021-06-14 15:06:33 +09:00
b06477a1f5 Split out tests into individual test methods 2021-06-14 14:35:24 +09:00
d3a255fd81 Add animated assets for legacy health display test 2021-06-11 14:27:58 +02:00
26312bf60a Merge branch 'master' into chat-mention 2021-06-11 20:03:44 +09:00
0a8daab4f7 Pause master clock when too far ahead 2021-06-11 19:15:53 +09:00
e9ebbd298d Add a few more tests 2021-06-11 18:13:54 +09:00
9eaaac6bb7 Remove master clock state assertions 2021-06-11 17:59:31 +09:00