osu/osu.Game.Tests/Visual
Dean Herbert ac739c9dae Change `PerformancePointsCounter` resolution requirements to be required
All other similar UI components have required dependencies, so this is
mainly to bring things in line with expectations. I am using this fact
in the skin editor to only show components which can be used in the
current editor context (by `try-catch`ing their
`Activator.CreateInstance`).
2022-03-17 14:56:35 +09:00
..
Audio
Background Update existing usages to point to `RealmRulesetStore` 2022-02-16 17:13:54 +09:00
Beatmaps
Collections Update existing usages to point to `RealmRulesetStore` 2022-02-16 17:13:54 +09:00
Colours
Components
Editing Move editor mode selector out of `EditorMenuBar` to allow for better reuse 2022-03-02 20:05:01 +09:00
Gameplay Change `PerformancePointsCounter` resolution requirements to be required 2022-03-17 14:56:35 +09:00
Menus Fix test regression due to mouse overlapping settings overlay 2022-02-15 02:54:45 +09:00
Mods
Multiplayer Remove unnecessary ctor arguments 2022-03-15 12:34:58 +09:00
Navigation Fix potential test failures due to slow realm refresh in `TestSceneScreenNavigation` 2022-03-10 18:10:08 +09:00
Online Add missing `Schedule` call to allow individual tests from `TestSceneMessageNotifier` to pass 2022-03-16 18:44:30 +09:00
Playlists Move all `PlaylistResultScreen` test state initialisation into `SetUpSteps` 2022-03-15 22:15:35 +00:00
Ranking Restructure PerformanceCalculator to not require ScoreInfo argument 2022-03-14 14:25:28 +09:00
Settings Update tests 2022-02-10 19:35:28 +09:00
SongSelect Merge pull request #17170 from peppy/fix-top-local-rank-test-failures-realm-callback 2022-03-09 11:14:37 +09:00
UserInterface Allow section headers to wrap 2022-03-16 17:19:08 +09:00
TestMultiplayerComponents.cs Merge branch 'master' into remove-playlistitem-beatmap 2022-02-16 14:24:57 +09:00
TestSceneOsuScreenStack.cs