1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 20:22:58 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert dd4a1104e4
Always debounce external Filter requests (except for tests)
The only exception to the rule here was "when screen isn't active apply
without debounce" but I'm not sure we want this. It would cause a
stutter on returning to song select and I'm not even sure this is a
common scenario.

I'd rather remove it and see if someone finds an actual case where this
is an issue.
2024-08-28 19:13:50 +09:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Remove requirement of specifying animateOnnter in BackgroundScreen ctor 2024-08-07 19:07:44 +09:00
Beatmaps Pass the same thing in twice for better maybe 2024-05-27 20:30:01 +09:00
Collections Add failing test for adding collection w/ name colliding w/\ default items 2023-12-18 12:47:42 +01:00
Colours Automated pass 2023-06-24 01:00:03 +09:00
Components Partial everything 2022-11-27 00:00:27 +09:00
DailyChallenge Frenzi's WIP animation 2024-08-07 19:07:45 +09:00
Editing Merge branch 'master' into redesign-timing-table-tracking 2024-08-20 19:16:03 +09:00
Gameplay Merge pull request #29615 from peppy/break-overlay-improvements 2024-08-27 11:16:08 +02:00
Menus Merge pull request #29512 from peppy/toolbar-pp-change-weird 2024-08-22 12:08:12 +02:00
Mods Fix blatant error in TestSceneModAccuracyChallenge 2024-01-15 13:30:34 +03:00
Multiplayer Make ID retrieval global to all tests and fix multiple other usages 2024-08-09 17:46:51 +09:00
Navigation Rename SkinComponentsContainer to SkinnableContainer 2024-08-22 17:42:50 +09:00
Online Fix Daily Challenge play count using a different colour than osu-web 2024-08-24 11:21:28 +02:00
Playlists Add failing test case 2024-07-25 09:16:09 +03:00
Ranking Remove unnecessary depth and padding set 2024-07-27 19:13:11 -07:00
Settings Add failing test case 2024-06-27 06:41:44 +03:00
SongSelect Always debounce external Filter requests (except for tests) 2024-08-28 19:13:50 +09:00
SongSelectV2 Update remaining tests to use new base class (and tidy up V2 suffixes) 2024-08-14 21:09:28 +09:00
UserInterface Add failing test case 2024-08-21 03:22:03 +09:00
TestMultiplayerComponents.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuScreenStack.cs Rename AllowTrackAdjustments to more understandable ApplyModTrackAdjustments 2023-07-25 20:20:53 +09:00