Salman Ahmed
|
102d0415f1
|
Merge branch 'master' into drawable-playlist-item-collection
|
2022-07-14 00:10:49 +03:00 |
|
Ludio235
|
52aef09cd6
|
Update PlaylistsRoomSettingsOverlay.cs
|
2022-07-10 02:05:40 +00:00 |
|
Salman Ahmed
|
7b08501eaf
|
Cover online-play room screens with context menu containers
|
2022-07-08 01:42:11 +03:00 |
|
Dean Herbert
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
Dan Balasescu
|
77e7e4ecb2
|
Fix selection being blocked after early return
|
2022-06-18 14:28:30 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Dean Herbert
|
ef47b380c6
|
Add featured artist playlist category
|
2022-05-27 20:18:46 +09:00 |
|
Dean Herbert
|
832d37b2c2
|
Update screen transition events to use new event args
|
2022-04-22 00:52:44 +09:00 |
|
Dan Balasescu
|
f1c40bd9ed
|
Rework GetScore() method signatures + implementations
Rename legacy-facing overload to mention as much
|
2022-03-08 22:30:44 +09:00 |
|
Dan Balasescu
|
5b6b8d1fa9
|
Remove GetStandardisedScore() proxy method
|
2022-03-08 21:49:41 +09:00 |
|
Dan Balasescu
|
7193bc8554
|
Fix playlists comparing mod equality via APIMod
|
2022-02-24 17:04:16 +09:00 |
|
Dean Herbert
|
655b23f408
|
Update playlist room display to a three column layout
Similar to the changes made to multiplayer.
|
2022-02-21 19:46:33 +09:00 |
|
Dan Balasescu
|
bdc3b76df0
|
Remove beatmap bindable from PlaylistItem
|
2022-02-15 23:50:08 +09:00 |
|
Dan Balasescu
|
efeba30b9f
|
Remove ruleset and mod bindables from PlaylistItem
|
2022-02-15 16:28:15 +09:00 |
|
Dean Herbert
|
aee93934d5
|
Rename methods to make more sense (and always run through AddOnce )
|
2022-01-29 23:58:57 +09:00 |
|
Dan Balasescu
|
2cd2b10ce1
|
Fix results sometimes showing incorrect score position
|
2021-12-13 06:54:57 +09:00 |
|
Dan Balasescu
|
cdb8237a4b
|
Merge branch 'master' into pre-realm-score-tidy
|
2021-12-11 19:25:39 +09:00 |
|
Dean Herbert
|
bf1418bafc
|
Use OnlineID instead of legacy IDs for equality and lookups
|
2021-12-10 16:11:48 +09:00 |
|
Dean Herbert
|
612f47bb9f
|
Add the ability to create playlists of 2 weeks ~ 3 months in duration
|
2021-12-10 13:45:29 +09:00 |
|
Dan Balasescu
|
23332995d1
|
Invert naming of exposed actions
|
2021-12-09 01:52:59 +09:00 |
|
Dan Balasescu
|
3b4833ca8e
|
A bit of cleanup + xmldocs on classes/members
|
2021-12-09 01:40:16 +09:00 |
|
Dan Balasescu
|
be2dbf42c3
|
Flatten DrawableRoomPlaylistWithResults into base class
|
2021-12-09 01:40:16 +09:00 |
|
Dan Balasescu
|
26f6c5e5a5
|
Remove ctor params from PlaylistsRoomPlaylist
|
2021-12-09 01:16:37 +09:00 |
|
Dan Balasescu
|
3be4d8b68d
|
Remove ctor params from DrawableRoomPlaylist/DrawablePlaylistItem
|
2021-12-09 01:04:56 +09:00 |
|
Dan Balasescu
|
beb5d61a42
|
Separate playlist item deletion to Playlists-specific class
|
2021-12-08 20:50:25 +09:00 |
|
Dean Herbert
|
1eed2436e6
|
Clean up unused resolved properties
|
2021-12-03 18:49:49 +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
|
6dd684588a
|
Merge branch 'master' into playlist-show-invalid-beatmaps
|
2021-11-16 17:25:33 +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
|
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
|
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 |
|
Dean Herbert
|
3453160a8b
|
Change PlaylistItem.Beatmap to be an IBeatmapInfo
|
2021-11-04 13:16:56 +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 |
|
Dean Herbert
|
42d8d4fd38
|
Add tooltips to start button to explain why it's not clickable
|
2021-10-26 18:06:08 +09:00 |
|
Dean Herbert
|
1c578f285a
|
Disable playlist start button when attempts have been exhausted
|
2021-10-26 18:06:08 +09:00 |
|
Dean Herbert
|
708d40931b
|
Add back remaining attempt display on playlist room screen
|
2021-10-26 18:06:08 +09:00 |
|
Bartłomiej Dach
|
9ad9465020
|
Remove online-screen-local textbox recolours
|
2021-10-20 22:49:25 +02:00 |
|
Bartłomiej Dach
|
f3647eb94e
|
Recolour room settings screens to match dropdown theming
|
2021-10-13 22:50:19 +02:00 |
|
smoogipoo
|
4658577b1d
|
Factor in total score calculation time in results screen load
|
2021-09-07 15:19:09 +09:00 |
|
Bartłomiej Dach
|
e503182a8d
|
Merge branch 'master' into activity-on-multiplayer-screens
|
2021-08-24 18:50:55 +02:00 |
|
smoogipoo
|
16ddbcd208
|
Don't bind to RoomId where it's expected to be constant
|
2021-08-24 14:25:40 +09:00 |
|
smoogipoo
|
de0de451fe
|
Refactor to remove resolved dependency
|
2021-08-24 13:29:19 +09:00 |
|
smoogipoo
|
df170afbc4
|
Fix multiplayer crashing when entering gameplay
|
2021-08-24 13:22:06 +09:00 |
|
smoogipoo
|
956c1cc216
|
Merge branch 'master' into activity-on-multiplayer-screens
|
2021-08-24 12:33:34 +09:00 |
|
Nathan Alo
|
2877b43824
|
split multiplayer and playlist activity
|
2021-08-22 09:54:07 +08:00 |
|