Commit Graph

50330 Commits

Author SHA1 Message Date
1fdf0e9770 Merge branch 'master' into supporter-icon-link 2021-11-18 13:36:14 +09:00
db4e4c982c Add hover effect to supporter button 2021-11-18 13:35:42 +09:00
cdb2a92f86 Disable key repeat for all ruleset handling cases 2021-11-18 13:13:36 +09:00
66c307e0ee Remove usage of key repeat helper method 2021-11-18 13:13:36 +09:00
d7b178ea37 Update test scenes which should not handle key repeat 2021-11-18 13:13:36 +09:00
7599efac30 Update editor cases where repeat should not be handled 2021-11-18 13:13:36 +09:00
3de8125eac Update UI cases where repeat should not be handled 2021-11-18 13:13:36 +09:00
5fb5e0035c Merge pull request #15657 from smoogipoo/expose-calculate-accuracy
Expose LegacyScoreDecoder.PopulateAccuracy()
2021-11-18 11:33:25 +09:00
cd5e379c48 Link osu!supporter icon to its web page 2021-11-17 14:43:34 -08:00
1c13b39104 Revert incorrect ordering change 2021-11-17 22:10:46 +01:00
8528cab40b Add test coverage for ruleset load failure scenario 2021-11-17 22:10:45 +01:00
8b134914cf Merge branch 'master' into beatmap-cancellation-token 2021-11-17 21:52:30 +01:00
e4aec3f519 Merge pull request #15648 from peppy/playlist-show-invalid-beatmaps
Highlight invalid playlist items during room creation
2021-11-17 22:24:22 +09:00
860546bf63 Merge pull request #15634 from peppy/i-working-beatmap/simple-cases
Update all simple cases of switching to `IWorkingBeatmap`
2021-11-17 22:08:27 +09:00
f40ef0f8ed Merge pull request #15655 from peppy/disable-cancel-update
Disable cancelling of update via notification
2021-11-17 21:45:54 +09:00
18dd4ab6d1 Merge pull request #15633 from smoogipoo/difficulty-attribute-helpers
Add difficulty attribute formatting
2021-11-17 21:21:02 +09:00
214705f1e5 Adjust error message, take 2 2021-11-17 21:11:37 +09:00
5fb5baa4c9 Adjust error message 2021-11-17 21:06:33 +09:00
a4953b5658 Update some remaining test usage of database ID 2021-11-17 20:56:57 +09:00
7c2e79f911 Update all simple cases of switching to IWorkingBeatmap 2021-11-17 20:56:57 +09:00
fd0cae2bfb Merge branch 'master' into difficulty-attribute-helpers 2021-11-17 20:49:31 +09:00
0a7498014f Move consts to top of file 2021-11-17 20:47:52 +09:00
9182eab486 Rename method + xmldoc 2021-11-17 20:45:48 +09:00
815179f713 Use consts for attribute IDs 2021-11-17 20:31:18 +09:00
43cbb23b15 Use ShouldSerializeFlashlightRating() to serialise database attribute 2021-11-17 20:23:08 +09:00
2ae46f901e Add comment for implicitly-used method 2021-11-17 20:22:43 +09:00
abb333299b Document base class 2021-11-17 20:20:54 +09:00
08f129b4c8 Expose LegacyScoreDecoder.CalculateAccuracy() 2021-11-17 20:09:30 +09:00
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
97bc67245d Fix xmldoc reference 2021-11-17 11:46:06 +09:00
d600a73277 Disable cancelling of update via notification 2021-11-17 11:41:42 +09:00
f5b95c9e6d Add ModUtils helper to instantiate mods from ruleset 2021-11-17 11:30:47 +09:00
8e9b55ef6d Disallow selection of invalid items 2021-11-17 11:28:43 +09:00
0715d40ea0 Merge branch 'master' into beatmap-cancellation-token 2021-11-17 11:16:10 +09:00
4d11794d31 Add test coverage of GetPlayableBeatmap timeout and cancellation 2021-11-17 11:11:25 +09:00
13f3e2eea9 Add back default timeout to GetPlayableBeatmap 2021-11-17 11:06:31 +09:00
0146987eba Merge pull request #15650 from peppy/fix-stand-alone-chat-textbox-corners
Fix `StandAloneChatDisplay`'s `TextBox` having different corner radius
2021-11-16 20:45:08 +09:00
843b0f9641 Merge pull request #15649 from peppy/fix-leaderboard-cancellation-failure
Fix song select leaderboard potentially displaying outdated or incorrect content
2021-11-16 19:10:48 +09:00
833ab100e1 Merge pull request #15632 from peppy/i-working-beatmap/difficulty-calculator
Update `DifficultyCalculator` to take an `IRulesetInfo` and `IWorkingBeatmap`
2021-11-16 19:10:41 +09:00
f74afb48fd Fix StandAloneChatDisplay's TextBox having different corner radius 2021-11-16 17:50:57 +09:00
f9e3d9bb92 Merge branch 'master' into i-working-beatmap/difficulty-calculator 2021-11-16 17:46:38 +09:00
077d53e3ad Merge pull request #15630 from peppy/fix-beatmap-recommendations-test
Fix `TestSceneBeatmapRecommendations` testing with an online ID of 0
2021-11-16 17:46:24 +09:00
2dd721f760 Fix incorrect CancellationToken being used for inner check during leaderboard updates 2021-11-16 17:41:16 +09:00
6dd684588a Merge branch 'master' into playlist-show-invalid-beatmaps 2021-11-16 17:25:33 +09:00
2d125893fc Add tests and disable selection on invalid items 2021-11-16 17:23:52 +09:00
96dddc8a0b Merge pull request #15627 from peppy/playlist-item-iruleset
Update `PlaylistItem` to use `IRulesetInfo`
2021-11-16 17:15:09 +09:00
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
e78c5d0858 Show loadingLayer before calling CreateRoom
This fixes `TestScenePlaylistsMatchSettingsOverlay` incorrectly leaving
the loading layer visible.
2021-11-16 17:14:15 +09:00
aa188d5a52 Add ability for playlist items to be marked as invalid 2021-11-16 17:01:24 +09:00
f6ae0ec715 Merge pull request #15642 from peppy/external-update-provider
Add update manager which performs no update action
2021-11-16 16:59:33 +09:00