1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00
osu-lazer/osu.Game.Tests
Jai Sharma de393f735f Implement basic layout and behaviour of new chat overlay
Provides initial implementation of new chat overlay in component
`ChatOverlayV2`. Contains only the basic functionality required for
a functioning chat overlay according to the new design with the intent
of added the rest of the functionality in subsequent PRs.

Backports existing tests for the current chat overlay except for ones
testing keyboard shortcuts (since they haven't been added) and tab
closing behaviour (since no tabs).
2022-04-30 23:59:47 +01:00
..
Audio Add failing test cases 2020-12-03 23:13:48 +01:00
Beatmaps Merge pull request #17416 from peppy/skin-fuck 2022-03-25 15:36:06 +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 Move all usages of client.realm filename to a single const 2022-03-30 13:34:48 +09:00
Editing Remove unused allowMissing parameter in audio file check test 2022-02-01 21:53:21 +01:00
Gameplay Fix wrong result applied 2022-04-27 00:05:49 +03: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 Add test checking incompatibility of multi mods 2022-04-07 22:38:46 +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 Remove no longer necessary MaxCombo assignment in tests 2022-03-20 16:29:56 +03:00
Rulesets Fix incorrect provided ruleset in test 2022-03-15 09:21:09 +09: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 Implement basic layout and behaviour of new chat overlay 2022-04-30 23:59:47 +01:00
ImportTest.cs Replace usages of Wait with WaitSafely 2022-01-04 11:51:41 +09:00
osu.Game.Tests.csproj Update dependencies 2022-03-09 19:09:51 +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