osu/osu.Game/Online/Rooms
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
..
RoomStatuses Better signify private rooms by showing a different status pill design 2024-05-03 17:17:35 +08:00
APICreatedRoom.cs
APILeaderboard.cs
APIScoreToken.cs
BeatmapAvailability.cs
CreateRoomRequest.cs
CreateRoomScoreRequest.cs
GetRoomLeaderboardRequest.cs
GetRoomRequest.cs
GetRoomsRequest.cs Better signify private rooms by showing a different status pill design 2024-05-03 17:17:35 +08:00
IndexedMultiplayerScores.cs
IndexPlaylistScoresRequest.cs
IndexScoresParams.cs
ItemAttemptsCount.cs
JoinRoomRequest.cs
MatchType.cs
MultiplayerPlaylistItem.cs
MultiplayerScore.cs
MultiplayerScores.cs
MultiplayerScoresAround.cs
OnlinePlayBeatmapAvailabilityTracker.cs Make SelectedItem externally mutable 2024-06-10 12:44:38 +02:00
PartRoomRequest.cs
PlaylistAggregateScore.cs
PlaylistExtensions.cs Fix crash on calculating playlist duration when rate-changing mods are present 2024-06-25 11:28:10 +02:00
PlaylistItem.cs
Room.cs Add start date to Room 2024-06-12 11:43:18 +02:00
RoomAvailability.cs
RoomCategory.cs Add client/server models & operations for "daily challenge" feature 2024-05-17 10:58:08 +02:00
RoomStatus.cs
ShowPlaylistScoreRequest.cs Add results screen for displaying arbitrary daily challenge scores 2024-07-04 13:45:24 +02:00
ShowPlaylistUserScoreRequest.cs
SubmitRoomScoreRequest.cs
SubmitScoreRequest.cs