Dean Herbert
|
74986e0c8c
|
Show final scores and change colouring again
|
2022-10-18 18:07:42 +09:00 |
|
Dean Herbert
|
4b2fe72a90
|
Add stable v2 algorithm
|
2022-10-18 18:02:42 +09:00 |
|
Dean Herbert
|
743ae10df5
|
Improve colouring
|
2022-10-18 17:50:59 +09:00 |
|
Dean Herbert
|
7360cca047
|
Add stable v1 algorithm
|
2022-10-18 17:50:58 +09:00 |
|
Dean Herbert
|
d694c8b771
|
Move test scene more correctly into visual folder
|
2022-10-18 17:10:53 +09:00 |
|
Dean Herbert
|
c77847b284
|
Improve layout and add combo text
|
2022-10-18 16:55:22 +09:00 |
|
Dean Herbert
|
19b4d2d25e
|
Add vertical grid lines
|
2022-10-18 16:55:22 +09:00 |
|
Dean Herbert
|
1ea2a1ff04
|
Add basic legend and line colouring
|
2022-10-18 16:55:22 +09:00 |
|
Dean Herbert
|
94c57a459d
|
Add ability to add miss locations by clicking
|
2022-10-18 16:55:22 +09:00 |
|
Dean Herbert
|
49d5931022
|
Initial setup with adjustable max combo
|
2022-10-18 16:55:19 +09:00 |
|
Dean Herbert
|
d237c818f6
|
Fix nested objects in overlapping scrolling hit object container ruleset not using correct reference time
|
2022-10-18 16:15:21 +09:00 |
|
Dean Herbert
|
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 |
|
Dan Balasescu
|
3de9d5f362
|
Merge pull request #20808 from peppy/fix-editor-padding
Fix editor padding regression
|
2022-10-18 15:26:47 +09:00 |
|
Dean Herbert
|
fbad33bef7
|
Adjust durations and make start off screen
|
2022-10-18 15:01:53 +09:00 |
|
Dean Herbert
|
6b42f1931a
|
Remove autosize easing in SettingsToolboxGroup
It just feels like unnecessary motion.
|
2022-10-18 15:01:26 +09:00 |
|
Dean Herbert
|
84688b53a1
|
Merge branch 'fix-editor-padding' into player-loader-improvements
|
2022-10-18 14:52:59 +09:00 |
|
Dean Herbert
|
860214c22a
|
Adjust paddings to feel better now that backgrounds are visible of toolboxes
|
2022-10-18 14:38:45 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
0f809dcaa7
|
Merge branch 'master' into player-loader-improvements
|
2022-10-18 14:22:55 +09:00 |
|
Dean Herbert
|
ccbac08985
|
Merge pull request #20593 from ekrctb/catch-editor-height
Allow arbitrary height catch editor
|
2022-10-18 12:10:49 +09:00 |
|
Dean Herbert
|
1778120f3e
|
Add inline comment mentioning binding issues
|
2022-10-18 12:10:30 +09:00 |
|
Dan Balasescu
|
28277dd880
|
Fix tests
|
2022-10-17 19:34:05 +09:00 |
|
Dan Balasescu
|
09500882c2
|
Merge pull request #20767 from frenzibyte/no-scope-no-smoke
Hide cursor smoke in "No scope" mod
|
2022-10-17 19:06:08 +09:00 |
|
Dean Herbert
|
516320edd9
|
Merge branch 'master' into handle-submitting-player-request-timeout
|
2022-10-17 18:51:13 +09:00 |
|
Dan Balasescu
|
4220d6b3fc
|
Merge pull request #20780 from outfoxxed/fix-hiterror-icons
Fix hit error bar icon orientation
|
2022-10-17 18:48:31 +09:00 |
|
Dean Herbert
|
1e7b8cd227
|
Fix formatting issues
|
2022-10-17 13:22:06 +09:00 |
|
Salman Ahmed
|
ae05f374a2
|
Fix potential invalid operation exception in SubmittingPlayer token retrieval
|
2022-10-17 03:26:29 +03:00 |
|
outfoxxed
|
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 |
|
Bartłomiej Dach
|
6cb1c308c9
|
Merge pull request #20754 from Feodor0090/comment-copy-link
Add ability to copy links to comments
|
2022-10-16 20:31:45 +02:00 |
|
Bartłomiej Dach
|
d0a495717e
|
Merge branch 'master' into comment-copy-link
|
2022-10-16 19:56:06 +02:00 |
|
ansel
|
4a8d976cb4
|
Use api's endpoint
|
2022-10-16 20:20:34 +03:00 |
|
outfoxxed
|
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 |
|
outfoxxed
|
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 |
|
Salman Ahmed
|
b4f125a7fb
|
Merge pull request #20771 from AkiSakurai/tablet-button-binding
Implement tablet pen/auxiliary button keybindings
|
2022-10-16 04:44:40 +03:00 |
|
Salman Ahmed
|
1824b1deee
|
Merge branch 'master' into tablet-button-binding
|
2022-10-16 04:10:04 +03:00 |
|
Bartłomiej Dach
|
82bc8d274d
|
Merge pull request #20735 from peppy/argon-judgement-in-front
Move "argon" skin judgement text in front of hitobjects
|
2022-10-15 23:17:09 +02:00 |
|
Bartłomiej Dach
|
148da4d423
|
Merge branch 'master' into argon-judgement-in-front
|
2022-10-15 22:42:41 +02:00 |
|
Dean Herbert
|
cdea4f8796
|
Remove attempted proxying logic in mania implementation
|
2022-10-16 00:05:27 +09:00 |
|
Salman Ahmed
|
7e9229a117
|
Merge branch 'master' into no-scope-no-smoke
|
2022-10-15 16:42:34 +03:00 |
|
Dean Herbert
|
b72c117333
|
Merge pull request #20756 from goodtrailer/smoke-rotation-fix
Fix smoke shaking when gameplay is paused
|
2022-10-15 19:14:04 +09:00 |
|
Dean Herbert
|
7d2c4adad5
|
Merge pull request #20713 from frenzibyte/hide-mouse-on-keyboard-input
Hide menu cursor when non-mouse (e.g. keyboard) input is received
|
2022-10-15 19:06:31 +09:00 |
|
Aki
|
91358f4a6a
|
Implement tablet button bindings
|
2022-10-15 15:16:14 +08:00 |
|
Salman Ahmed
|
324c749383
|
Merge branch 'master' into player-loader-improvements
|
2022-10-15 03:07:15 +03:00 |
|
Salman Ahmed
|
421b81b6ca
|
Fix broken test case
|
2022-10-15 00:41:14 +03:00 |
|
Salman Ahmed
|
241ecb63a1
|
Hide manual input manager cursor in OsuGameTestScene s
Allows checking that the cursor is actually hidden in
`TestSceneOsuGame.TestCursorHidesWhenIdle`.
|
2022-10-15 00:20:22 +03:00 |
|
Salman Ahmed
|
45f590ca43
|
Add test case for hiding cursor on idle
|
2022-10-15 00:20:22 +03:00 |
|
Salman Ahmed
|
97c4282e55
|
Add test cases for hiding cursor on keyboard input
|
2022-10-15 00:20:22 +03:00 |
|
Salman Ahmed
|
06e6713237
|
Move mouse input detection inside MenuCursorContainer to allow testing
|
2022-10-15 00:20:22 +03:00 |
|
Alden Wu
|
46bcabea6c
|
Separate smoke rotation seed and index
|
2022-10-14 12:42:04 -07:00 |
|
Salman Ahmed
|
ba72f13f54
|
Merge branch 'master' into hide-mouse-on-keyboard-input
|
2022-10-14 22:26:30 +03:00 |
|