1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00
osu-lazer/osu.Game.Tests
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 Move visual test to correct namespace 2021-09-30 15:19:15 +09:00
Beatmaps Copy BaseDifficulty to Beatmap<T> and move all write operations across 2021-10-06 15:10:45 +09:00
Chat add changelog links test 2021-10-12 09:57:46 +07:00
Collections/IO Update scenarios to use new TestRunHeadlessGameHost where feasible 2021-08-18 16:01:56 +09:00
Database Update tests to run inside a GameHost to allow running on update thread 2021-10-11 15:19:18 +09:00
Editing Copy BaseDifficulty to Beatmap<T> and move all write operations across 2021-10-06 15:10:45 +09:00
Gameplay Copy BaseDifficulty to Beatmap<T> and move all write operations across 2021-10-06 15:10:45 +09:00
Input Fix TestSettingsMigration's usage of RecycleLocalStorage 2021-08-18 16:39:10 +09:00
Localisation Move common interface implementations to extension methods 2021-10-05 14:41:14 +09:00
Mods Disable APIMod/Mod cross equality support 2021-09-10 11:24:56 +09:00
NonVisual Rename all remaining cases 2021-10-03 00:55:29 +09:00
Online Fix some cases where interface specifications can be used but weren't 2021-10-11 15:06:24 +09:00
OnlinePlay Remove master clock state assertions 2021-06-11 17:59:31 +09:00
Resources Add test case for legacy loop count behaviour 2021-10-02 18:40:41 +02:00
Rulesets Adjust test values 2021-09-02 17:01:09 +09:00
Scores/IO Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
ScrollAlgorithms Add test cases for sequential scroll algorithm 2020-05-21 21:56:59 +02:00
Skins Rename OnSourceChanged and expand on xmldoc to mention that it doesn't fire SourceChanged 2021-10-12 13:04:48 +09:00
Testing Bring back SettingsStore to avoid changing ruleset API for now 2021-09-15 17:12:02 +09:00
Visual Avoid using bindable for AudioFilter cutoff 2021-10-13 13:25:55 +09:00
ImportTest.cs Fix multiple tests eating host exceptions 2021-06-29 17:21:09 +09:00
osu.Game.Tests.csproj Add failing test coverage of realm blocking behaviour 2021-10-01 01:20:06 +09:00
tests.ruleset Exclude tests from ConfigureAwait rule 2021-03-08 14:36:35 +09:00
WaveformTestBeatmap.cs Retrieve separated skin instance from working beatmap for editing 2021-08-15 21:18:09 +02:00