Jamie Taylor
|
a56751511e
|
Apply a ducking effect to the currently playing track when switching ruleset
|
2024-06-22 01:36:30 +09:00 |
|
sometimes
|
89d3f67eb3
|
fix accuracyProcess typo
|
2024-06-20 22:06:00 -04:00 |
|
Olivier Schipper
|
74399542d2
|
Use math instead of hardcoded constant values
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2024-06-20 17:27:15 +02:00 |
|
Bartłomiej Dach
|
ad2cd0ba8f
|
Adjust behaviour of hit animations toggle to match user expectations
|
2024-06-20 13:42:32 +02:00 |
|
Dean Herbert
|
57774ae767
|
Merge branch 'master' into slider-anchor-type-switching
|
2024-06-20 19:01:22 +09:00 |
|
Dean Herbert
|
14104e57d4
|
Merge branch 'master' into timeline-drag-selection-crash
|
2024-06-20 15:16:10 +09:00 |
|
Dean Herbert
|
0eb533f2fd
|
Merge pull request #28444 from bdach/scrolling-ruleset-editor-reloads
Reload scrolling hitobject composer on control point changes
|
2024-06-20 15:15:26 +09:00 |
|
OliBomby
|
d5397a2139
|
fix alpha value in disabled state
|
2024-06-19 20:59:14 +02:00 |
|
Dean Herbert
|
a718af8af5
|
Adjust break colours to match closer to stable
|
2024-06-19 22:02:10 +08:00 |
|
Bartłomiej Dach
|
617c1341d7
|
Make (Manual)BreakPeriod a class again
CodeFileSanity doesn't like records and it being a record wasn't doing
much anymore anyway.
|
2024-06-19 14:53:09 +02:00 |
|
Dean Herbert
|
00443403b6
|
Merge branch 'master' into break-autogeneration
|
2024-06-19 21:49:17 +09:00 |
|
Dean Herbert
|
32a7885f10
|
Merge pull request #28523 from bdach/break-display-and-adjustment
Display breaks on editor timeline & allow manually adjusting their duration
|
2024-06-19 21:48:54 +09:00 |
|
Dean Herbert
|
00a866b699
|
Change colour to match bottom timeline (and adjust tween sligthly)
|
2024-06-19 20:30:43 +08:00 |
|
Bartłomiej Dach
|
8757e08c2c
|
Fix test failures due to automatic break generation kicking in
|
2024-06-19 11:32:08 +02:00 |
|
Bartłomiej Dach
|
2d9c3fbed2
|
Remove no-longer-necessary null propagation
|
2024-06-19 11:21:57 +02:00 |
|
Bartłomiej Dach
|
7311a7ffd7
|
Purge manual breaks if they intersect with an actual hitobject
|
2024-06-19 10:51:37 +02:00 |
|
Bartłomiej Dach
|
7ed587b783
|
Fix summary timeline not reloading properly on break addition/removal
|
2024-06-19 10:26:01 +02:00 |
|
Bartłomiej Dach
|
58701b17f8
|
Add patcher support for breaks
|
2024-06-19 10:22:14 +02:00 |
|
Bartłomiej Dach
|
4022a8b06c
|
Implement automatic break period generation
|
2024-06-19 10:22:06 +02:00 |
|
Bartłomiej Dach
|
1f692f5fc7
|
Make BreakPeriod a struct
|
2024-06-19 09:01:33 +02:00 |
|
Bartłomiej Dach
|
6a6ccbc09f
|
Make list of breaks bindable
|
2024-06-19 07:44:03 +02:00 |
|
Bartłomiej Dach
|
8836b98070
|
Fix new inspection after framework bump
|
2024-06-18 18:32:58 +02:00 |
|
Bartłomiej Dach
|
5551bae7ce
|
Merge branch 'master' into navigate-to-timestamp
|
2024-06-18 18:32:33 +02:00 |
|
Bartłomiej Dach
|
f764ec24cd
|
Correct xmldoc
|
2024-06-18 18:32:24 +02:00 |
|
Bartłomiej Dach
|
7ee29667db
|
Parse plain numbers as millisecond count when parsing timestamp
|
2024-06-18 16:48:04 +02:00 |
|
Bartłomiej Dach
|
f88f05717a
|
Fix bottom timeline break visualisations not updating
|
2024-06-18 15:54:34 +02:00 |
|
Bartłomiej Dach
|
814f1e552f
|
Implement ability to manually adjust breaks
|
2024-06-18 15:51:29 +02:00 |
|
Bartłomiej Dach
|
a9e662a2b6
|
Add break display to editor timeline
|
2024-06-18 14:55:59 +02:00 |
|
Givikap120
|
1ddfc8f011
|
Updated the tests according to new logic
and fixed one minor CI code quality thing
|
2024-06-18 15:48:21 +03:00 |
|
Givikap120
|
ec2b8f3bc3
|
Changed timed difficulty attributes to be "per-HitObject" instead of "per-DifficultyHitObject"
|
2024-06-18 15:41:41 +03:00 |
|
Bartłomiej Dach
|
44b9a06639
|
Allow more lenient parsing of incoming timestamps
|
2024-06-18 13:13:50 +02:00 |
|
Bartłomiej Dach
|
e1827ac28d
|
Address review feedback
|
2024-06-18 13:07:18 +02:00 |
|
Bartłomiej Dach
|
1b4a3b0e2e
|
Change editor speed adjustment back to adjusting tempo
- Partially reverts https://github.com/ppy/osu/pull/12080
- Addresses https://github.com/ppy/osu/discussions/27830,
https://github.com/ppy/osu/discussions/23789,
https://github.com/ppy/osu/discussions/15368, et al.
The important distinction here is that to prevent misuse when timing,
the control will revert to 1.0x speed and disable when moving to timing
screen, with a tooltip explaining why.
|
2024-06-18 09:46:00 +02:00 |
|
Bartłomiej Dach
|
2421751419
|
Fix code quality inspections
|
2024-06-18 08:33:02 +02:00 |
|
Bartłomiej Dach
|
310265c43f
|
Add slider placement binding description in tooltip
|
2024-06-18 08:16:25 +02:00 |
|
Bartłomiej Dach
|
659505f711
|
Adjust calls to GetContainingInputManager()
|
2024-06-18 07:41:19 +02:00 |
|
Bartłomiej Dach
|
8a4ae5d23d
|
Null-propagate all calls to GetContainingFocusManager()
|
2024-06-18 07:30:46 +02:00 |
|
Bartłomiej Dach
|
7f08008059
|
Adjust AudioFilter to framework-side changes
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2024-06-18 07:30:46 +02:00 |
|
Bartłomiej Dach
|
da4160439e
|
Update framework
|
2024-06-18 07:26:20 +02:00 |
|
Dean Herbert
|
316125d47a
|
Merge pull request #23443 from OliBomby/edit-nodesample
Make NodeSamples editable
|
2024-06-18 11:12:02 +09:00 |
|
Bartłomiej Dach
|
5652a558f9
|
Allow to jump to a specific timestamp via bottom bar in editor
Apparently this is a stable feature and is helpful for modding.
|
2024-06-17 17:07:55 +02:00 |
|
Dean Herbert
|
b535f7c519
|
Merge pull request #28507 from bdach/editor-opacity
Reduce editor opacity of several editor components when hovering over composer
|
2024-06-17 22:16:08 +09:00 |
|
Dean Herbert
|
a6f09bc626
|
Merge pull request #28468 from bdach/daily-challenge/event-feed
Implement event feed view for daily challenge screen
|
2024-06-17 20:16:48 +09:00 |
|
Dean Herbert
|
d3d325c46c
|
Record on single line
|
2024-06-17 19:16:23 +08:00 |
|
Bartłomiej Dach
|
7cfe8d8df2
|
Reduce editor opacity of several editor components when hovering over composer
Addresses https://github.com/ppy/osu/discussions/24384.
|
2024-06-17 12:14:28 +02:00 |
|
Dean Herbert
|
cc0ef20afd
|
Merge pull request #28505 from bdach/move-timeline-toggles-elsewhere
Move timeline toggle controls to "view" menu
|
2024-06-17 18:59:38 +09:00 |
|
Bartłomiej Dach
|
07f1994a13
|
Align beat snap control width with right toolbox
|
2024-06-17 11:47:37 +02:00 |
|
Bartłomiej Dach
|
3884bce239
|
Remove unused delegate for now
To silence inspections.
|
2024-06-17 11:09:07 +02:00 |
|
Bartłomiej Dach
|
f7910f774d
|
Remove redundant type spec
|
2024-06-17 10:54:52 +02:00 |
|
Bartłomiej Dach
|
03049d45bb
|
Remove stuff that looks bad after moving timeline toggle controls
|
2024-06-17 10:23:00 +02:00 |
|