Commit Graph

51615 Commits

Author SHA1 Message Date
5800d7e99d Merge pull request #18220 from frenzibyte/control-popover-focus
Focus textbox upon opening control point popovers
2022-05-11 19:41:25 +09:00
52c8382138 Merge pull request #18221 from peppy/multiplayer-leaderboard-hiding
Change multiplayer leaderboard to always hide during gameplay unless holding-for-HUD
2022-05-11 18:43:55 +09:00
a46894b613 Bust CI cache on more files 2022-05-11 18:27:57 +09:00
551370d27b Update ReSharper package 2022-05-11 18:26:08 +09:00
d51689e9ae Unfocus textbox when dismissing popover in test scene 2022-05-11 11:25:41 +03:00
55b9d66127 Merge pull request #18219 from frenzibyte/fix-timeline-breakage
Fix timeline not handling mouse down events
2022-05-11 16:40:52 +09:00
d05cd69087 Change multiplayer leaderboard to always hide during gameplay unless holding-for-HUD 2022-05-11 16:12:54 +09:00
1c36995606 Expose HoldingForHUD state from HUDOverlay as bindable 2022-05-11 16:09:16 +09:00
96db530de6 Focus textbox on control point popovers 2022-05-11 09:55:34 +03:00
24432dffc4 Add support for focusing intermediate slider-textbox component 2022-05-11 09:53:04 +03:00
f797514bce Add failing test cases 2022-05-11 09:51:59 +03:00
e43ce28ada Remove references of "difficulty point" in sample point test scene
Fat-fingered.
2022-05-11 09:51:09 +03:00
0b597e712e Fix timeline not handling mouse down events 2022-05-11 09:39:27 +03:00
396be1bf18 Merge pull request #18216 from peppy/sentry-build-suffix
Remove build suffix from version when reporting to sentry
2022-05-11 15:05:20 +09:00
be09ec833e Add global statistics context to sentry 2022-05-11 14:52:08 +09:00
f53d42d31f Add realm context to sentry 2022-05-11 14:51:56 +09:00
977a0453cc Add beatmap context to sentry 2022-05-11 14:50:57 +09:00
b136677bb0 Add config and clock time contexts to sentry 2022-05-11 14:50:39 +09:00
843e13a471 Add screen stack context to sentry 2022-05-11 14:10:17 +09:00
533f4b298f Add explanation inline for future visitors 2022-05-11 10:40:40 +09:00
9dce329e99 Remove build suffix from version when reporting to sentry 2022-05-11 10:38:35 +09:00
c61d0ff80a Merge pull request #18215 from bdach/mod-overlay/rename-new
Rename new mod select classes to "mod overlay" nomenclature
2022-05-11 10:27:57 +09:00
53259251af Merge branch 'master' into mod-overlay/rename-new 2022-05-11 10:15:59 +09:00
dd316befb4 Merge pull request #18214 from bdach/mod-overlay/delete-old
Remove old mod overlay code
2022-05-11 10:09:42 +09:00
7473ff49cb Merge pull request #18210 from peppy/realm-asycn-import-woes
Fix realm refetch operations potentially being unsafe
2022-05-11 09:53:46 +09:00
76c63f1d0a Rename ModSelect{Screen -> Overlay} in place of removed old design 2022-05-10 22:56:50 +02:00
c4c7556fb2 Make remains of TestSceneModSettings non-visual
As they're not really testing anything visual.
2022-05-10 22:07:26 +02:00
33634cba1e Remove old mod buttons 2022-05-10 21:58:22 +02:00
8b0ece1c09 Remove old mod section 2022-05-10 21:55:54 +02:00
dfd97701d7 Remove old mod settings container & related controls 2022-05-10 21:53:42 +02:00
128468e13d Remove old base mod select overlay 2022-05-10 21:52:30 +02:00
24c59e2f2f Remove old user mod select overlay 2022-05-10 21:52:17 +02:00
4a3447f59f Remove old free mod select overlay 2022-05-10 21:45:57 +02:00
9cfe2cc310 Move TestCustomisableModRuleset out of TestSceneModSettings 2022-05-10 21:43:57 +02:00
9446be2511 Remove unnecessary UnbindAdjustments call
It is not necessary given that `CurrentTrack` already removes all adjustments first.
2022-05-10 20:49:44 +03:00
36a7644164 Reinstantiate mod adjustments layer for safety against previous mods 2022-05-10 20:46:33 +03:00
a0f1c48e80 Fix ModTimeRampTest failing due to changes in Update method 2022-05-10 19:24:36 +03:00
ec231e0f31 Use more local realm reference
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-05-11 00:45:17 +09:00
725ff93f34 Define local adjustments component for mods in MusicController
Isolates `CurrentTrack` from being directly adjusted by the mod, which could lead to issues depending on how the mod adds adjustments (i.e. `ModTimeRamp`, which adds adjustments based on changes to a setting bindable).
2022-05-10 18:24:29 +03:00
82b784ce5a Change IApplicableToSample to receive adjustable component instead
Done for consistency with `IApplicableToTrack`.
2022-05-10 18:06:03 +03:00
4f5001704e Change IApplicableToTrack to receive adjustable component instead 2022-05-10 18:06:03 +03:00
bbbecbb6b7 Apply time-ramping adjustment using clock instead of track 2022-05-10 18:06:03 +03:00
0eb29d56f2 Rename new test method to be english 2022-05-10 18:06:03 +03:00
587cc8cdb3 Merge pull request #18204 from frenzibyte/move-soft-handle-exception 2022-05-10 21:57:15 +09:00
33f024212f Fix realm refetch operations potentially being unsafe
As seen in test failure https://github.com/ppy/osu/runs/6357384721?check_suite_focus=true.
2022-05-10 21:04:30 +09:00
87f6f74795 Add failing test coverage of adding a file to a detached beatmap across threads 2022-05-10 21:04:30 +09:00
2e774fbc2b Merge pull request #18207 from peppy/first-run-finalise
Improve first run overlay layout (and switch on)
2022-05-10 20:31:33 +09:00
42fe708225 Fix inspection 2022-05-10 19:56:21 +09:00
b2a57c34bb Move implementation to base 2022-05-10 19:10:34 +09:00
4d22f26266 Rename property and improve xmldoc 2022-05-10 19:07:07 +09:00