Commit Graph

35989 Commits

Author SHA1 Message Date
ed39481932 Use another string for title 2022-10-20 18:11:35 +03:00
5c13c443ff Fix incorrect fallback logic
Regressed when attempting to share implementation of binary search.
2022-10-20 23:08:44 +09:00
26860a903e Refactor implementation to support hitobjects nested multiple levels deep 2022-10-20 22:30:30 +09:00
a754dc6d3b Expose binary search methods publicly
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2022-10-20 14:34:07 +09:00
fd7274095f Merge pull request #20826 from peppy/fix-missing-beatmap-backgrounds
Fix some older beatmaps having missing backgrounds
2022-10-20 12:46:24 +09:00
cc311eef2a Merge pull request #20834 from frenzibyte/fix-slider-ball-tint
Enable slider ball tint on "classic" skin
2022-10-20 12:34:45 +09:00
6b26547d03 Merge pull request #20835 from frenzibyte/improve-hide-mouse-on-keyboard
Improve automatic cursor hiding logic and limit to gameplay screen
2022-10-20 11:44:20 +09:00
2f8a4fd2d0 Merge branch 'master' into remove-current-item 2022-10-20 10:02:09 +09:00
77b25c4a5c Merge pull request #20788 from frenzibyte/handle-submitting-player-request-timeout
Fix potential exception in `SubmittingPlayer` token retrieval on request timeout
2022-10-20 09:51:57 +09:00
39650717ea Improve input detection to not make cursor flicker on combined input 2022-10-20 03:45:25 +03:00
4bf4938b72 Keep cursor hiding feature to gameplay screens for now 2022-10-20 03:44:58 +03:00
eb386d4bd5 Enable slider ball tint in default legacy skin 2022-10-20 03:29:25 +03:00
a7d4a74ed6 Update osu.Game/Tests/Visual/ScrollingTestContainer.cs
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-10-20 08:07:56 +09:00
78943a21d8 Update osu.Game/Beatmaps/ControlPoints/IControlPoint.cs
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-10-20 08:06:05 +09:00
57320074a0 Fix accidental breakage of changelog layout 2022-10-20 01:24:36 +03:00
59e2478b0e Fix some older beatmaps having missing backgrounds
Closes https://github.com/ppy/osu/issues/20824.

Note that this will require a reimport of beatmaps as it is baked into the database. Probably not worth making a migration for at this point in time.
2022-10-19 16:01:10 +09:00
9b123e7365 Adjust flash intensity and fade values to feel better 2022-10-19 00:51:44 +02:00
a76a039722 Rename KiaiFlashingDrawable and move to osu.Game 2022-10-18 23:40:43 +02:00
d237c818f6 Fix nested objects in overlapping scrolling hit object container ruleset not using correct reference time 2022-10-18 16:15:21 +09:00
ec3761ced9 Standardise control point search logic in OverlappingScrollAlgorithm
Was using a very local algorithm which I cannot guarantee is correct.
I'd rather it just use the one used everywhere else.
2022-10-18 16:01:05 +09:00
fbad33bef7 Adjust durations and make start off screen 2022-10-18 15:01:53 +09:00
6b42f1931a Remove autosize easing in SettingsToolboxGroup
It just feels like unnecessary motion.
2022-10-18 15:01:26 +09:00
84688b53a1 Merge branch 'fix-editor-padding' into player-loader-improvements 2022-10-18 14:52:59 +09:00
860214c22a Adjust paddings to feel better now that backgrounds are visible of toolboxes 2022-10-18 14:38:45 +09:00
6a7f6c76ff Fix osu! editor padding being applied to toolboxes
The result of https://github.com/ppy/osu/pull/20739 and https://github.com/ppy/osu/pull/20738 having unintended side effects when applied together.
2022-10-18 14:32:00 +09:00
0f809dcaa7 Merge branch 'master' into player-loader-improvements 2022-10-18 14:22:55 +09:00
72be4940fd Merge branch 'master' into comment-report 2022-10-18 13:52:33 +09:00
ccbac08985 Merge pull request #20593 from ekrctb/catch-editor-height
Allow arbitrary height catch editor
2022-10-18 12:10:49 +09:00
3258a41ca3 Merge branch 'comment-report' of https://github.com/Feodor0090/osu into comment-report 2022-10-17 20:41:46 +03:00
cd77ae062e Localize the button 2022-10-17 20:41:23 +03:00
797acf334f Show username in popup 2022-10-17 20:41:13 +03:00
6efe7b5334 Merge branch 'master' into comment-report 2022-10-17 16:08:13 +03:00
ceb4d624b5 Delete wip form 2022-10-17 13:43:35 +03:00
ffa22d8a68 Update popover not to use labelled drawables 2022-10-17 13:42:17 +03:00
d7e5bcbd3c Add popover containers to overlays 2022-10-17 13:41:46 +03:00
516320edd9 Merge branch 'master' into handle-submitting-player-request-timeout 2022-10-17 18:51:13 +09:00
4220d6b3fc Merge pull request #20780 from outfoxxed/fix-hiterror-icons
Fix hit error bar icon orientation
2022-10-17 18:48:31 +09:00
7ed26369a3 Make a new report form, closer to web 2022-10-17 12:41:57 +03:00
1e7b8cd227 Fix formatting issues 2022-10-17 13:22:06 +09:00
ae05f374a2 Fix potential invalid operation exception in SubmittingPlayer token retrieval 2022-10-17 03:26:29 +03:00
85de802793 Only create hit error bar icon containers once
Move icon container creation to BDL, and only recreate the contained
icon when `recreateLabels` is called
2022-10-16 11:47:21 -07:00
d0a495717e Merge branch 'master' into comment-copy-link 2022-10-16 19:56:06 +02:00
4a8d976cb4 Use api's endpoint 2022-10-16 20:20:34 +03:00
e1785f73a2 Make report's comment not optional 2022-10-16 20:14:05 +03:00
d6030891a2 Reuse existing code in hit error bar fix
Use `UprightAspectMaintainingContainer` instead of a local fix for
hit error bar orientation
2022-10-16 10:06:38 -07:00
ba595ab8fa Display toast instead of notification 2022-10-16 19:57:21 +03:00
9822a092c4 Add localization for enum 2022-10-16 19:50:55 +03:00
cd1885a17b Fix hit error bar icon orientation
Icons now keep their original orientation when the hit error bar is
flipped
2022-10-16 02:55:10 -07:00
1824b1deee Merge branch 'master' into tablet-button-binding 2022-10-16 04:10:04 +03:00
Aki
91358f4a6a Implement tablet button bindings 2022-10-15 15:16:14 +08:00