1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 23:02:55 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 86c3e3e987
Replace FormSliderBar.Instantaneous with TransferValueOnCommit
Rather than control the propagation of the value between the slider and
the textbox, add a property that controls the propagation of the value
between the bindables inside the form control to external bindables.
This will help alleviate issues where the external bindable update
incurs overheads due to having heavy change callbacks attached.
2024-10-04 14:07:16 +02:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Fix multiple test failures 2024-08-28 23:28:43 +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 Add DailyChallengeButton for intro played flag reset logic 2024-08-24 22:19:17 +09:00
Editing Add failing test 2024-10-04 10:00:37 +02:00
Gameplay Add test coverage of judgements not being synced when resuming a replay 2024-09-18 15:28:10 +09:00
Menus Shuffle playback order in global playlist by default 2024-09-18 14:19:55 +02:00
Mods Move solution to multiplayer flow instead 2024-01-28 00:42:04 +03:00
Multiplayer Fix multiple test failures 2024-08-28 23:28:43 +09:00
Navigation Also ensure filter is applied when returning to song select 2024-09-18 17:22:08 +09:00
Online Fix incorrect tiers being used for tooltip total participation display 2024-09-08 14:26:50 +02:00
Playlists Add failing test case 2024-07-25 09:16:09 +03:00
Ranking Add failing test case 2024-09-24 17:51:54 +02:00
Settings Merge pull request #29936 from u4vh3/skinning-colour-customisation 2024-09-27 14:20:58 +09:00
SongSelect Add more test steps demonstrating another failure case 2024-09-30 08:46:45 +02:00
SongSelectV2 Update remaining tests to use new base class (and tidy up V2 suffixes) 2024-08-14 21:09:28 +09:00
UserInterface Replace FormSliderBar.Instantaneous with TransferValueOnCommit 2024-10-04 14:07:16 +02: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