1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 12:02:54 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert b37096f440 Avoid using bindable for AudioFilter cutoff
It doesn't play nicely with screen exiting, as it is automatically
unbound during the exit process. Easiest to just avoid using this for
now.
2021-10-13 13:25:55 +09:00
..
Audio Avoid using bindable for AudioFilter cutoff 2021-10-13 13:25:55 +09:00
Background Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
Collections Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +09:00
Colours Add visual test scene 2021-08-03 15:02:18 +03:00
Components Mark PollingComponent test as headless 2021-08-12 15:03:05 +09:00
Editing Merge pull request #15055 from peppy/fix-taiko-convert-woes 2021-10-12 21:07:39 +09:00
Gameplay Replace no-op seeks with wait steps 2021-10-12 18:31:20 +02:00
Menus Fix weird edge case in TestSceneIntroWelcome 2021-10-07 19:58:34 +09:00
Mods Add testing for auto-restart behaviour 2021-08-15 15:04:14 +02:00
Multiplayer Fix incorrect load state check 2021-10-06 05:31:07 +09:00
Navigation Add test coverage of startup import sequence 2021-10-13 12:19:10 +09:00
Online Add test coverage for loading process on channel join 2021-10-05 20:52:40 +02:00
Playlists Fix intermittent results screen test failures 2021-10-08 15:18:01 +09:00
Ranking Fix intermittent score panel test failure 2021-10-06 16:46:27 +09:00
Settings Use rounded buttons in tablet rotation preset settings 2021-10-11 23:17:09 +02:00
SongSelect Fix intermittent TestScenePlaySongSelect test failures 2021-10-12 22:07:57 +09:00
UserInterface Merge pull request #15049 from bdach/settings-panel-rounded-buttons 2021-10-12 09:32:52 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00