Commit Graph

9489 Commits

Author SHA1 Message Date
fa18b5f701 Construct notifications client inside ChannelManager 2022-11-04 18:51:00 +09:00
eb836269e7 Allow testing settings panel with interactivity by default 2022-11-04 18:50:17 +09:00
923d44a769 Update dependencies 2022-11-04 17:00:58 +09:00
566738494f Merge pull request #20952 from OliBomby/bezier-convert
Add conversion algorithm for lazer slider curves to work with stable
2022-11-04 16:49:51 +09:00
dd5a3b2bf3 Add one more complex test 2022-11-04 16:49:21 +09:00
e11d44d14f Add url clicking support to profile badges 2022-11-03 18:12:32 -07:00
37b5f48911 Adjust test scene to cover failure 2022-11-04 03:23:33 +03:00
1edde8f73c Merge branch 'master' into disabled-button-sfx 2022-11-03 20:27:41 +09:00
cdb3494418 Merge pull request #20765 from Feodor0090/comment-report
Implement comments reporting
2022-11-03 20:09:00 +09:00
486515ed90 Merge pull request #20758 from frenzibyte/maintain-common-mod-selection
Maintain selection of common mods when switching rulesets
2022-11-03 20:08:32 +09:00
f1c17129eb Add support for 'disabled' sample variation to HoverClickSounds 2022-11-03 17:47:49 +09:00
2ec29c0f26 Merge branch 'master' into beatmap-info 2022-11-03 07:09:02 +00:00
c48c9ecb6d Merge pull request #20743 from frenzibyte/improve-beatmap-card-buttons
Improve clickable area of beatmap card icon buttons
2022-11-03 15:47:08 +09:00
e6c45b8ab5 Merge branch 'master' into comment-report 2022-11-03 15:35:42 +09:00
20dd405c2b Merge branch 'master' into maintain-common-mod-selection 2022-11-03 15:32:40 +09:00
fb0bc597a0 Merge branch 'master' into improve-beatmap-card-buttons 2022-11-03 13:53:29 +09:00
5f2f6b84b2 Add failing test coverage of automated skip scenarios 2022-11-03 13:52:27 +09:00
aef3c7918c Add total skip count to SkipOverlay 2022-11-03 13:52:24 +09:00
75b5025e12 Fix Skin Deserialisation Test 2022-11-02 16:37:48 +01:00
3ec9686e58 Fix test failures and rename configuration value to match better 2022-11-02 18:15:18 +09:00
0e502de8b4 Rename field to match usage 2022-11-02 18:04:42 +09:00
c3eb0c6330 Merge branch 'master' into editor-background 2022-11-02 17:43:38 +09:00
063a8bdf9e Remove messages from silenced users 2022-11-02 17:13:14 +09:00
f688ed12d0 Add test for removing chat messages 2022-11-02 17:00:47 +09:00
695104a666 Fix TestSceneChatOverlay messages not being unique 2022-11-02 16:59:03 +09:00
2b04e852be Merge branch 'master' into websocket-chat-2 2022-11-02 14:56:13 +09:00
5b25ef5f2f Construct notifications client via IAPIProvider 2022-11-01 21:34:34 +09:00
29bc653d24 Remove incorrect double multiplication and add missing test coverage 2022-11-01 17:17:54 +09:00
d807d9d822 Add failing test covering snap calculations with SV applied 2022-11-01 16:22:48 +09:00
e8b7914295 Add test coverage of new parameter 2022-11-01 15:13:05 +09:00
2a88409dfe Fix time snap of sliders not matching when SV is not 1.0x
This regressed with https://github.com/ppy/osu/pull/20850 because the
function was used in other places which expect it to factor slider
velocity into the equation.

Rather than reverting, I've added a new argument, as based on the method
naming alone it was hard to discern whether SV should actually be
considered.

The reason for the change in #20850 was to avoid the SV coming in from a
reference object which may not have a correct SV in the first place. In
such cases, passing `false` to the function will give the expected
behaviour.
2022-11-01 15:12:58 +09:00
17f482bfc3 Merge branch 'master' into websocket-chat-2 2022-10-31 16:11:58 +09:00
e38ba5e4c6 Apply nullability to new test scene 2022-10-31 15:46:57 +09:00
31ba77e378 Merge branch 'master' into bezier-convert 2022-10-31 15:41:08 +09:00
8399261c77 Add failing test showing hold for menu not working when HUD is hidden 2022-10-30 21:38:31 +09:00
f5e11343c2 Apply nullability to HUD test scene 2022-10-30 21:25:31 +09:00
c8c76f2351 Use AsNonNull() because the type does not accept the null case. 2022-10-30 17:03:54 +08:00
500bf90a34 Mark as accept the nullable stream. 2022-10-30 17:03:54 +08:00
6ce3841686 Remove nullable disable annotation in the test case. 2022-10-30 17:03:54 +08:00
71d87489ab Merge branch 'master' into safe-area-toggle 2022-10-29 13:19:44 +02:00
19e0b9085c Remove redundant parameters 2022-10-29 00:24:33 +09:00
169bcc2654 Use polling connector in tests 2022-10-28 18:08:08 +09:00
f9d2c30c3e Add user toggle for application of safe areas 2022-10-28 14:05:45 +09:00
f787da892b Merge branch 'master' into grid-momentary-shortcuts 2022-10-26 21:30:24 +02:00
86d5fcc26d Added tests 2022-10-26 19:30:42 +02:00
6991195d69 let editor dim different from gameplay dim 2022-10-26 15:22:57 +09:00
7249542167 Merge pull request #20912 from LittleEndu/carousel-do-not-select-random
Make beatmap carousel select nearest to selection when selection was filtered
2022-10-26 11:40:56 +09:00
48057412f5 Merge branch 'master' into grid-momentary-shortcuts 2022-10-25 22:17:08 +02:00
bcdf24b972 Merge branch 'master' into add-editor-object-clone 2022-10-25 21:33:52 +02:00
3d31c9bbc5 Merge branch 'master' into beat-snap-divisor-hotkey 2022-10-25 20:32:32 +02:00