|
b5348e0407
|
Update ruleset filtering to use newly provided array return
|
2022-02-21 19:05:32 +09:00 |
|
|
b43008b9f6
|
Add cover and count handling from newer response version
|
2022-02-21 19:05:22 +09:00 |
|
|
39d64e779c
|
Handle API returned difficulty range for rooms
|
2022-02-21 19:05:19 +09:00 |
|
|
7f4cc221d2
|
Add API versioning
|
2022-02-21 19:02:03 +09:00 |
|
|
2a1edcdf73
|
Merge branch 'master' into remove-playlistitem-beatmap
|
2022-02-17 17:19:26 +09:00 |
|
|
dc74d17478
|
Update framework
|
2022-02-17 16:45:20 +09:00 |
|
|
7307e68e9c
|
Revert "Merge pull request #16889 from smoogipoo/remove-mod-multiplier"
This reverts commit 252b945d3b , reversing
changes made to a1b39a96cf .
|
2022-02-17 13:26:12 +09:00 |
|
|
aac1c53b06
|
Remove creator name from playlist item panel beatmap text
|
2022-02-17 03:04:16 +00:00 |
|
|
23933fc881
|
Update xmldoc to mention that multipliers are not applied anywhere
|
2022-02-16 17:32:22 +09:00 |
|
|
4c1413e0c7
|
No longer require Mod implementation
|
2022-02-16 16:36:02 +09:00 |
|
|
5dd9771c5f
|
Remove mod multipliers from being applied to scores
|
2022-02-16 16:27:27 +09:00 |
|
|
55d9f0b44b
|
Store beatmap to a field instead
|
2022-02-16 16:03:08 +09:00 |
|
|
edd31bf3aa
|
Revert styling change
|
2022-02-16 15:51:18 +09:00 |
|
|
7e24b36f26
|
Merge branch 'master' into remove-playlistitem-beatmap
|
2022-02-16 14:24:57 +09:00 |
|
|
84e82ef5e4
|
Add XMLDocs to difficulty attribute properties
|
2022-02-16 14:09:19 +09:00 |
|
|
5db63a8751
|
Expose read-only list from request
|
2022-02-16 11:30:03 +09:00 |
|
|
6a08fd57ef
|
Rename "client" fields in tests to specify whether spectator or multiplayer
|
2022-02-16 09:52:18 +09:00 |
|
|
187870b794
|
Merge branch 'master' into fix-multi-cache-dependencies
|
2022-02-16 09:44:37 +09:00 |
|
|
954ae60b81
|
Merge branch 'master' into copy-existing-difficulty
|
2022-02-16 08:55:12 +09:00 |
|
|
ea5bb46fb8
|
Merge branch 'master' into net6
|
2022-02-16 00:40:04 +09:00 |
|
|
b1dbd4abfe
|
Fix incorrect playlist item <-> availability tracker logic
Results in revert to some prior logic for the tracker implementation.
|
2022-02-15 23:50:12 +09:00 |
|
|
48573d2401
|
Move test request handling earlier in setup
|
2022-02-15 23:50:10 +09:00 |
|
|
bdc3b76df0
|
Remove beatmap bindable from PlaylistItem
|
2022-02-15 23:50:08 +09:00 |
|
|
94a974e1c9
|
Make OnlinePlayBeatmapAvailabilityTracker look up the online beatmap
|
2022-02-15 23:41:50 +09:00 |
|
|
afcb7a4630
|
Make DrawableRoomPlaylistItem look up the online beatmap
|
2022-02-15 23:41:50 +09:00 |
|
|
73ce1b324e
|
Make DrawableRoom look up the online beatmap
|
2022-02-15 23:41:50 +09:00 |
|
|
ccd265ebe7
|
Handle beatmap lookup requests in TestRoomRequestsHandler
|
2022-02-15 23:41:50 +09:00 |
|
|
a5183cec77
|
Add helper to construct APIBeatmap
|
2022-02-15 23:41:08 +09:00 |
|
|
2675bb87ff
|
Add BeatmapLookupCache as another dependency
|
2022-02-15 21:05:25 +09:00 |
|
|
c48a0dc993
|
Move UserLookupCache to online play test dependencies
|
2022-02-15 20:56:46 +09:00 |
|
|
b2276baf71
|
Seal OnlinePlayTestScene.CreateChildDependencies()
|
2022-02-15 20:55:57 +09:00 |
|
|
5b765581d8
|
Fix free mod selection not showing allowed mods
|
2022-02-15 16:28:15 +09:00 |
|
|
efeba30b9f
|
Remove ruleset and mod bindables from PlaylistItem
|
2022-02-15 16:28:15 +09:00 |
|
|
334fe1f120
|
Add AsSplitQuery specification to avoid optimisation recommendation log messages
|
2022-02-15 15:23:17 +09:00 |
|
|
8ec28dc8bc
|
Update OsuDbContext in line with EF changes
|
2022-02-15 15:19:50 +09:00 |
|
|
28b45fa899
|
Add assertions against null reference for connection usages
|
2022-02-15 15:19:50 +09:00 |
|
|
60153bb69d
|
Update nuget packages to highest usable versions
EF packages are intentionally pinned to 5.0.14 as higher versions no
longer support `netstandard2.1`, which we require for xamarin projects.
|
2022-02-15 15:19:23 +09:00 |
|
|
f5d0eb41cb
|
Update further ChangeFocus usages
|
2022-02-15 02:42:39 +03:00 |
|
|
e45a2ae0fc
|
Restructure difficulty copy flow to adapt to latest changes
|
2022-02-14 22:02:37 +01:00 |
|
|
6221447164
|
Append copy suffix on creating copy of difficulty
|
2022-02-14 20:19:12 +01:00 |
|
|
40cfee3421
|
Explicitly reset online ID and beatmap status on copy
|
2022-02-14 19:54:40 +01:00 |
|
|
7e75fa7117
|
Revert "Change BeatmapInfo copy logic to be opt-in rather than opt-out"
This reverts commit 5dabc9282c .
|
2022-02-14 19:52:08 +01:00 |
|
|
4bd58cfde1
|
Update one more custom transform with BorderColour type change
|
2022-02-14 18:52:19 +01:00 |
|
|
8da0800d7f
|
Update ChangeFocus usage in line with framework changes
|
2022-02-15 02:47:35 +09:00 |
|
|
b581ca14cc
|
Update usages in line with BorderColour type change
|
2022-02-15 02:32:38 +09:00 |
|
|
e304c031dc
|
Update framework
|
2022-02-14 22:06:37 +09:00 |
|
|
5b30921cbf
|
Merge branch 'master' into net6
|
2022-02-14 22:06:35 +09:00 |
|
|
e324287f79
|
Reduce expansion delay on ExpandingButtonContainer
Felt too long.
|
2022-02-14 18:08:17 +09:00 |
|
|
3aa5908de8
|
Remove unused using statement
|
2022-02-14 18:01:56 +09:00 |
|
|
b9d9fc56af
|
Move files to UI namespace
|
2022-02-14 17:51:39 +09:00 |
|