Dan Balasescu
|
d397524878
|
Merge pull request #15676 from peppy/multiplayer-incorrect-beatmap-error
Show better error message when selecting an unavailable beatmap during multiplayer room creation
|
2021-11-19 18:59:46 +09:00 |
|
Dean Herbert
|
284e554cbf
|
Only show user displayable portion of server errors when seleting a song in multiplayer
|
2021-11-19 13:58:03 +09:00 |
|
Dean Herbert
|
c901a4fd7e
|
Show better error message when selecting an unavailable beatmap during multiplayer room creation
|
2021-11-19 13:28:42 +09:00 |
|
Dean Herbert
|
66c307e0ee
|
Remove usage of key repeat helper method
|
2021-11-18 13:13:36 +09:00 |
|
Dean Herbert
|
3de8125eac
|
Update UI cases where repeat should not be handled
|
2021-11-18 13:13:36 +09:00 |
|
Dean Herbert
|
214705f1e5
|
Adjust error message, take 2
|
2021-11-17 21:11:37 +09:00 |
|
Dan Balasescu
|
5fb5baa4c9
|
Adjust error message
|
2021-11-17 21:06:33 +09:00 |
|
Dean Herbert
|
96e983bbad
|
Disallow playlist item selection at playlist room creation screen
Wasn't being used for anything, confusing that it's even possible.
|
2021-11-17 14:40:07 +09:00 |
|
Dean Herbert
|
8e9b55ef6d
|
Disallow selection of invalid items
|
2021-11-17 11:28:43 +09:00 |
|
Dean Herbert
|
6dd684588a
|
Merge branch 'master' into playlist-show-invalid-beatmaps
|
2021-11-16 17:25:33 +09:00 |
|
Dean Herbert
|
2d125893fc
|
Add tests and disable selection on invalid items
|
2021-11-16 17:23:52 +09:00 |
|
Dean Herbert
|
6f82e6351f
|
Parse osu-web error text to present invalid items to the user in a more approachable format
|
2021-11-16 17:14:15 +09:00 |
|
Dean Herbert
|
e78c5d0858
|
Show loadingLayer before calling CreateRoom
This fixes `TestScenePlaylistsMatchSettingsOverlay` incorrectly leaving
the loading layer visible.
|
2021-11-16 17:14:15 +09:00 |
|
Dean Herbert
|
aa188d5a52
|
Add ability for playlist items to be marked as invalid
|
2021-11-16 17:01:24 +09:00 |
|
Dean Herbert
|
49cdcffa30
|
Simplify schedule logic in DrawableRoomPlaylistItem
|
2021-11-16 16:58:44 +09:00 |
|
Dean Herbert
|
5489b19c57
|
Update PlaylistItem to use IRulesetInfo
|
2021-11-15 16:13:03 +09:00 |
|
Dean Herbert
|
1988b263c6
|
One more missed usage..
|
2021-11-15 16:02:08 +09:00 |
|
Dean Herbert
|
73cb80d8a4
|
Update one more missed usage
|
2021-11-15 16:00:45 +09:00 |
|
Dean Herbert
|
285b161da7
|
Update other usages of online ID comparisons to use new extension method
|
2021-11-15 14:44:08 +09:00 |
|
Dean Herbert
|
6a098a8634
|
Rename BeatmapInfo.OnlineBeatmapID to OnlineID to match interface
|
2021-11-12 17:46:24 +09:00 |
|
Bartłomiej Dach
|
9664b9a97c
|
Fix being able to switch own team by clicking other players' team indicators
|
2021-11-11 09:01:50 +01:00 |
|
Dean Herbert
|
328c72c358
|
Fix TeamDisplay not showing after changing to team versus
|
2021-11-10 13:44:31 +09:00 |
|
Dean Herbert
|
52c740b377
|
Add failing test showing team display display failure
|
2021-11-10 13:44:31 +09:00 |
|
Dean Herbert
|
78aef9ce86
|
Merge branch 'master' into remove-stupid-weak-reference-bindable-events
|
2021-11-08 13:35:49 +09:00 |
|
Dean Herbert
|
54f72d68ca
|
Revert weird event flow in model manager/importers
|
2021-11-05 19:12:49 +09:00 |
|
Dean Herbert
|
86540d1fb6
|
Update existing usages of Author as string to access Username directly
|
2021-11-04 18:57:54 +09:00 |
|
Dean Herbert
|
b9983add15
|
Rename User to APIUser and move to correct namespace
|
2021-11-04 18:21:31 +09:00 |
|
Dean Herbert
|
df3c3a32ce
|
Fix unintentionally broken background update logic
|
2021-11-04 18:07:39 +09:00 |
|
Dean Herbert
|
a5a7181915
|
Fix unintentionally broken background update logic
|
2021-11-04 15:35:32 +09:00 |
|
Dean Herbert
|
a49366ff84
|
Remove nullability from IBeatmapInfo.Metadata
|
2021-11-04 14:28:39 +09:00 |
|
Dean Herbert
|
9f9c960fe3
|
Revert PlaylistItem.APIBeatmap to be private
|
2021-11-04 13:36:32 +09:00 |
|
Dean Herbert
|
05f1fd4bc9
|
Remove unnecessary properties and parameters
|
2021-11-04 13:33:54 +09:00 |
|
Dean Herbert
|
3453160a8b
|
Change PlaylistItem.Beatmap to be an IBeatmapInfo
|
2021-11-04 13:16:56 +09:00 |
|
Dean Herbert
|
6fdeb66dc1
|
Use APIBeatmap instead of BeatmapInfo in playlist display classes where feasible
|
2021-11-04 11:55:50 +09:00 |
|
Bartłomiej Dach
|
098fa181b4
|
Fix text flow wrapping incorrectly in multiplayer usages
|
2021-11-03 18:36:43 +01:00 |
|
Bartłomiej Dach
|
ed00cd9fc5
|
Remove simple localisable .ToString() calls
|
2021-11-02 21:42:02 +01:00 |
|
Bartłomiej Dach
|
ad98ab0a26
|
Fix drawable room playlist item assuming single sprite text
|
2021-11-02 21:42:02 +01:00 |
|
Bartłomiej Dach
|
b95c95527e
|
Accept LocalisableString s in LinkFlowContainer
|
2021-11-02 21:42:01 +01:00 |
|
Dean Herbert
|
6efd3d3115
|
Don't perform background difficulty calculation for multiplayer panels
There are cases these are shown in a long list. They shouldn't be
running calculations.
|
2021-11-03 03:12:52 +09:00 |
|
Dean Herbert
|
123b10f647
|
Fix playlist item download button being clickable when it shouldn't
|
2021-11-01 15:10:32 +09:00 |
|
Dean Herbert
|
414d920ca2
|
Revert to previous exposure of RoomSubScreen.BeatmapAvailability
|
2021-10-29 12:02:10 +09:00 |
|
Dean Herbert
|
b252b176d4
|
Seal implementation and add comment about LoadComplete execution order
|
2021-10-29 11:59:07 +09:00 |
|
Dean Herbert
|
3b095e1626
|
Merge branch 'master' into beatmap-refactor/download-tracker
|
2021-10-29 11:50:54 +09:00 |
|
Dean Herbert
|
6f5040722a
|
Merge branch 'master' into beatmap-refactor/uncontested
|
2021-10-28 16:37:26 +09:00 |
|
Dean Herbert
|
a9208838a9
|
Merge pull request #15307 from peppy/playlist-remaining-attempt-display
Show remaining attempts again on playlist screen
|
2021-10-28 05:28:20 +09:00 |
|
Dean Herbert
|
746d6a4c16
|
Fix some oversights and test failures
|
2021-10-27 23:42:27 +09:00 |
|
Dean Herbert
|
f014ceaead
|
Update remaining usages of download tracking
|
2021-10-27 21:00:46 +09:00 |
|
Dean Herbert
|
f268363924
|
Update UpdateableBeatmapBackgroundSprite to accept IBeatmapInfo
|
2021-10-27 16:38:48 +09:00 |
|
Dean Herbert
|
6944151486
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
|
Dean Herbert
|
c15bfb2cf4
|
Handle bindable changes to fix new playlist creation not showing correct details
|
2021-10-26 18:19:05 +09:00 |
|