ea5eaba0a9
Use ChannelManager.JoinChannel()
2020-02-03 23:05:46 +01:00
835d4f25ff
Add notification testing to tests and show notification overlay while testing
2020-02-03 23:02:58 +01:00
2936f83fd9
Improve load order
2020-02-03 23:00:29 +01:00
176e1e7ec2
Rename references
2020-02-03 22:19:55 +01:00
79f47fe7d7
Fix typo
...
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com >
2020-02-03 22:08:01 +01:00
8523e3d205
Schedule child updating
2020-01-30 05:24:26 +01:00
25b080c78d
Resolve CI/CA errors
2020-01-30 03:41:21 +01:00
738f1f0c56
Turn lines into another single line
2020-01-29 02:27:07 +01:00
4f109c02d3
Add license header
2020-01-29 02:18:46 +01:00
e7881bd381
Single lines.
2020-01-29 02:13:32 +01:00
d7a52aa801
Use test scenes
2020-01-29 02:06:10 +01:00
9e6fde7d09
Add license header
2020-01-25 16:50:12 +01:00
16c500d0b0
Add mention tests
2020-01-25 16:41:45 +01:00
990f5b5f78
Implement editor beatmap saving ( #7532 )
...
Implement editor beatmap saving
2020-01-15 15:35:26 +09:00
363d7d724a
Use old ctor params
2020-01-15 14:02:29 +09:00
0e844b3039
Cleanup / re-protect file store
2020-01-14 19:24:53 +09:00
4b8d628000
Remove file addition test
2020-01-14 19:24:53 +09:00
524ff41931
Add more assertions
2020-01-14 19:24:53 +09:00
b592b6d80d
Improve robustness by always creating a new file
2020-01-14 19:24:53 +09:00
000fc836b2
Remove unused class
2020-01-14 19:24:53 +09:00
dce93dfe7c
Split test
2020-01-14 19:24:53 +09:00
609102bea3
Initial file updating implementation
2020-01-14 19:24:53 +09:00
681a43a318
Refactor to support beatmap updates
2020-01-14 19:24:53 +09:00
1367c18d3f
General refactorings
2020-01-14 15:07:25 +09:00
45dad5a9c7
Merge remote-tracking branch 'origin/master' into rankings-country-filter
2020-01-14 15:00:48 +09:00
14829837c4
Update namespace specifications
2020-01-10 01:38:03 +08:00
56724d2580
Merge branch 'master' into #7146
2020-01-10 01:08:20 +08:00
03c778df75
Merge branch 'master' into update-framework
2020-01-09 19:02:26 +09:00
26c80e35fb
Fix missing namespace
2020-01-09 17:17:08 +08:00
ab9603b06a
Merge remote-tracking branch 'upstream/master' into #7146
2020-01-09 17:08:12 +08:00
91735ff367
Update MathUtils namespace usages
2020-01-09 13:43:44 +09:00
0d9fb065da
Move CountryPill to it's own class
2020-01-09 00:27:22 +03:00
29c4ae68d9
Add some content to test scene for better visual representation
2020-01-09 00:14:29 +03:00
f0fe3bc804
Pass bindable to BeatmapMetadataDisplay
...
It was reported that mods selected in song select would show up during
loading of replays which were recorded under a different set of mods.
This was caused by BeatmapMetadataDisplay accepting a plain read-only
value of the Mods bindable in PlayerLoader.load(), therefore making the
mod value assignment in ReplayPlayerLoader.OnEntering() have no effect
on that component.
To resolve this issue, make BeatmapMetadataDisplay accept the
higher-level bindable, bind to it locally and pass it down the hierarchy
to ModDisplay.
2020-01-08 20:10:43 +01:00
a3f7d3c445
Add failing test
...
Add test case demonstrating the lack of update of the metadata display's
mods upon setting the Mods property in PlayerLoader.
2020-01-08 19:55:35 +01:00
dc64ba8ed8
Remove unused variable
2020-01-08 19:22:07 +03:00
1428952377
Implement CountryFilter component for RankingsOverlay
2020-01-08 18:59:13 +03:00
d33a507d96
Implement a login placeholder ( #7438 )
...
Implement a login placeholder
2020-01-08 16:55:41 +08:00
2688a855a0
Downgrade NUnit to fix discovery issues
2020-01-08 14:14:46 +09:00
e0cfc2f405
Merge branch 'master' into prev-button-revamp
2020-01-07 21:49:53 +01:00
4a68c79137
Make tests safer against async loads / transforms
2020-01-07 13:21:25 +09:00
3ca4d1a28c
Split out tests
2020-01-07 11:47:00 +09:00
b3a7b02e3b
Merge remote-tracking branch 'upstream/master' into fix-cancelling-request-not-correct
2020-01-07 11:43:01 +09:00
7fa3b95286
Merge pull request #7454 from ppy/dependabot/nuget/NUnit3TestAdapter-3.16.0
...
Bump NUnit3TestAdapter from 3.15.1 to 3.16.0
2020-01-06 17:27:04 +09:00
ee15967c4a
Rewrite test scene to be automated
2020-01-06 17:15:59 +09:00
f91637e7b6
Bump NUnit3TestAdapter from 3.15.1 to 3.16.0
...
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter ) from 3.15.1 to 3.16.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases )
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V3.15.1...V3.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-06 07:41:37 +00:00
49c252ec78
Mark storyboard sample retrieval test headless
2020-01-06 07:33:59 +01:00
3bd3ebad49
Move placeholders to a dedicated namespace
2020-01-04 19:56:34 +01:00
e23c71be80
Update Resolved and Cached attribute issues
2020-01-03 11:34:26 -08:00
0a4e180ce7
Merge branch 'master' of github.com:ppy/osu into #7146
2020-01-03 11:32:06 -08:00