1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 20:37:26 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach b29e535ca5
Add results screen for displaying arbitrary daily challenge scores
At this point its primary usage is the daily challenge event feed, but
the leaderboard will be using this too shortly.

Because the playlists results screen that exists in `master` is
hard-coupled to showing the *local user's* best result on a given
playlist by way of hard-coupling itself to the relevant API request,
allowing show of *arbitrary* score by ID requires a whole bunch of
subclassery as things stand. Oh well.

Class naming is... best effort, due to the above.
2024-07-04 13:45:24 +02:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Attempt to fix test better 2024-03-16 12:15:12 +08: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 Use room watching functionality to receive realtime daily challenge updates 2024-06-28 13:35:16 +02:00
Editing Expand test coverage 2024-06-28 09:30:28 +02:00
Gameplay Merge pull request #28480 from bdach/storyboard-pass-fail-show 2024-06-16 11:08:00 +09:00
Menus Remove unused using statements 2024-06-26 14:50:53 +09:00
Mods Fix blatant error in TestSceneModAccuracyChallenge 2024-01-15 13:30:34 +03:00
Multiplayer Extract user mod select button for reuse 2024-06-10 12:45:27 +02:00
Navigation Merge branch 'master' into fix-editor-didnt-save 2024-05-24 10:16:46 +02:00
Online Remove unused ruleset parameter when testing beatmap in editor 2024-03-01 20:28:52 +08:00
Playlists Add results screen for displaying arbitrary daily challenge scores 2024-07-04 13:45:24 +02:00
Ranking Merge pull request #27994 from bdach/timing-distribution-graph-only-basic 2024-04-26 01:36:16 +09:00
Settings Add failing test case 2024-06-27 06:41:44 +03:00
SongSelect Merge branch 'master' into footer-v2-become-global 2024-06-08 14:13:05 +03:00
UserInterface Add failing test case 2024-06-27 06:41:44 +03: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