1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 22:27:25 +08:00
osu-lazer/osu.Game.Tests
Jai Sharma c0aaeff2b3 Update DaySeparator to use new design throughout
Moves `DaySeparator` chat component to it's own file and update it to
match new chat design. Makes use of several virtual attributes that can
be overridden to update spacing and layout in other usage contexts.

Remove redundant usage of `ChatOverlayDaySeparator`, since the new
design is now part of the base class.

Create `StandAloneDaySeparator` to use in `StandAloneChatDisplay` which
overrides attributes to match correct spacing and layout for its design.

Ensure that `DrawableChannel.CreateDaySeparator` returns type of
`DaySeparator` instead of `Drawable`.
2022-06-04 18:02:14 +01:00
..
Audio Move visual test to correct namespace 2021-09-30 15:19:15 +09:00
Beatmaps Fix Catmull slider parsing with duplicate initial point 2022-05-24 11:47:42 +09:00
Chat Add a centralised constant for the osu URL schema protocol 2022-02-18 15:57:37 +09:00
Collections/IO Update remaining usages of GetSuitableHost in template projects 2022-01-25 14:15:29 +09:00
Database Update realm to latest version 2022-06-03 14:16:10 +09:00
Editing Add xmldoc for IDistanceSnapProvider and related properties 2022-05-05 16:25:45 +09:00
Gameplay Remove Ruleset parameter from ResetFromReplayFrame() 2022-05-31 17:16:23 +09:00
Input Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
Localisation Move common interface implementations to extension methods 2021-10-05 14:41:14 +09:00
Models Make BeatmapSet.Metadata non-null 2021-11-24 15:03:34 +09:00
Mods Make remains of TestSceneModSettings non-visual 2022-05-10 22:07:26 +02:00
NonVisual Add further test coverage against paths with extensions 2022-04-07 15:05:08 +03:00
Online Resolve inspection issues 2022-04-14 13:11:11 +09:00
OnlinePlay Remove beatmap bindable from PlaylistItem 2022-02-15 23:50:08 +09:00
Resources Fix Catmull slider parsing with duplicate initial point 2022-05-24 11:47:42 +09:00
Rulesets Fix ModTimeRampTest failing due to changes in Update method 2022-05-10 19:24:36 +03:00
Scores/IO Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00
ScrollAlgorithms Add test cases for sequential scroll algorithm 2020-05-21 21:56:59 +02:00
Skins Add failing test coverage of skin import after exporting from lazer 2022-04-12 00:29:15 +09:00
Testing Update mock RulesetInfo usage to set OnlineID instead of ID 2021-11-24 15:50:26 +09:00
Utils Add tests showing expected behaviour of naming helper 2022-02-17 00:28:13 +01:00
Visual Update DaySeparator to use new design throughout 2022-06-04 18:02:14 +01:00
ImportTest.cs Replace usages of Wait with WaitSafely 2022-01-04 11:51:41 +09:00
osu.Game.Tests.csproj Update libraries to latest versions 2022-05-11 19:54:59 +09:00
tests.ruleset Exclude tests from ConfigureAwait rule 2021-03-08 14:36:35 +09:00
WaveformTestBeatmap.cs Disallow transferring track from test WorkingBeatmaps which have local stores 2022-05-20 16:08:31 +03:00