1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 11:27:24 +08:00
osu-lazer/osu.Game.Tests
Salman Ahmed 19a19f915c Adjust settings panel to autosize to zero when hiding it
Previously, when hiding the settings overlay, it remains to have a width
of `56` (sidebar width), this is due to the panel content being placed
next to the sidebar, so therefore the content has to move 400
(PANEL_WIDTH) + 56 (sidebar_width) backwards, for the overlay to have a
width of 0 on hide.
2021-08-07 21:07:08 +03:00
..
Audio Add failing test cases 2020-12-03 23:13:48 +01:00
Beatmaps Rename property, reword xmldoc and improve readability of update code 2021-07-21 17:32:56 +09:00
Chat Trigger successes 2021-06-29 20:13:39 +09:00
Collections/IO Fix malformed database test failing in single-threaded mode 2021-06-15 22:53:43 +09:00
Database Update tests in line with thread safety check 2021-07-04 17:59:39 +09:00
Editing Add zero-length objects check and tests 2021-07-13 10:50:11 +02:00
Gameplay Add ComboIndexWithOffsetsBindable and bind similar to ComboIndexBindable 2021-07-22 16:40:33 +03:00
Input Update usages of config with framework changes 2021-03-17 16:10:16 +09:00
Localisation Add more test case 2021-07-04 22:34:31 +08:00
Mods Remove now unnecessary BeatmapDifficulty.ID 2021-07-08 14:31:25 +09:00
NonVisual Add new extension for formatting time durations 2021-07-31 16:45:53 +09:00
Online Add a few cases of missing ConfigureAwait calls in tests project 2021-07-30 15:27:24 +09:00
OnlinePlay Remove master clock state assertions 2021-06-11 17:59:31 +09:00
Resources Add sample shaders and test case for ruleset-specific shaders 2021-06-21 00:10:29 +03:00
Rulesets Merge branch 'master' into ruleset-shaders 2021-07-07 15:44:30 +09:00
Scores/IO Add failing test for FK constraint conflict on reimporting modified beatmap with scores present 2021-06-23 17:34:56 +09:00
ScrollAlgorithms Add test cases for sequential scroll algorithm 2020-05-21 21:56:59 +02:00
Skins Add missing HeadlessTest flag on new test scene 2021-07-07 16:30:23 +09:00
Testing Merge branch 'master' into ruleset-shaders 2021-07-07 15:44:30 +09:00
Visual Adjust settings panel to autosize to zero when hiding it 2021-08-07 21:07:08 +03:00
ImportTest.cs Fix multiple tests eating host exceptions 2021-06-29 17:21:09 +09:00
osu.Game.Tests.csproj Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 2021-07-01 17:02:17 +00:00
tests.ruleset Exclude tests from ConfigureAwait rule 2021-03-08 14:36:35 +09:00
WaveformTestBeatmap.cs Implement GetSkin() for other working beatmaps 2021-05-21 20:21:29 +03:00