OliBomby
|
ae38002777
|
Revert "fix incorrect rotated bound checking"
This reverts commit 4165ded813 .
|
2024-07-14 15:46:40 +02:00 |
|
OliBomby
|
4165ded813
|
fix incorrect rotated bound checking
|
2024-07-03 19:03:15 +02:00 |
|
OliBomby
|
d0715c5f12
|
scale along rotated axis
|
2024-07-03 16:23:19 +02:00 |
|
OliBomby
|
c285744509
|
Merge remote-tracking branch 'upstream/master' into grids-3
|
2024-07-03 12:25:57 +02:00 |
|
Bartłomiej Dach
|
17ce9cd162
|
Merge branch 'master' into grids-2
|
2024-07-03 10:57:05 +02:00 |
|
Dean Herbert
|
824a00b018
|
Merge pull request #28707 from bdach/remove-breaks
Add option to remove breaks via timeline context menu
|
2024-07-03 16:29:25 +09:00 |
|
Dan Balasescu
|
537e3a1642
|
Merge pull request #28619 from bdach/fix-tail-volume-not-saving
Fix slider tail volume not saving
|
2024-07-03 16:13:18 +09:00 |
|
Dean Herbert
|
abfcac7466
|
Fix nullability
|
2024-07-03 15:31:46 +09:00 |
|
Dean Herbert
|
b6dc483fc1
|
Add missing change handler to ensure undo/redo works for break removal
|
2024-07-03 14:23:31 +09:00 |
|
Salman Ahmed
|
cb350470e5
|
Merge branch 'master' into update-framework-has-flag
|
2024-07-03 07:06:13 +03:00 |
|
Dean Herbert
|
5350945340
|
Update HasFlag usages
|
2024-07-03 00:19:04 +09:00 |
|
Dean Herbert
|
9034f6186b
|
Update framework
|
2024-07-03 00:15:34 +09:00 |
|
Bartłomiej Dach
|
a7b066f3ee
|
Include node samples when changing additions and banks
|
2024-07-02 16:22:15 +02:00 |
|
Bartłomiej Dach
|
9414aec8bf
|
Add capability to remove breaks via context menu
|
2024-07-02 14:55:04 +02:00 |
|
Bartłomiej Dach
|
d4a8f6c8b0
|
Do not add extra sample control point after end of IHasRepeats objects
|
2024-07-02 09:13:07 +02:00 |
|
Dan Balasescu
|
31edca866c
|
Remove unused code
|
2024-07-02 12:21:24 +09:00 |
|
Dan Balasescu
|
04da1209f7
|
Revert "Change breaks list to IReadOnlyList "
This reverts commit 2c3b411bb5 .
|
2024-07-02 12:16:11 +09:00 |
|
Dan Balasescu
|
db84711214
|
Revert "Move break cloning back to non-virtual method"
This reverts commit f69bc40a4b .
|
2024-07-02 12:16:10 +09:00 |
|
Dean Herbert
|
f69bc40a4b
|
Move break cloning back to non-virtual method
|
2024-07-02 12:07:13 +09:00 |
|
Dean Herbert
|
2c3b411bb5
|
Change breaks list to IReadOnlyList
|
2024-07-02 11:59:24 +09:00 |
|
Dean Herbert
|
f694ae416e
|
Fix typo in xmldoc
|
2024-07-02 11:47:40 +09:00 |
|
Dean Herbert
|
005af280f2
|
Isolate bindable breaks list to EditorBeatmap
|
2024-07-02 11:31:55 +09:00 |
|
Dan Balasescu
|
f942595829
|
Fix ManiaModInvert permanently messing up the beatmap
|
2024-07-01 15:02:00 +09:00 |
|
Dean Herbert
|
8bb51d5a4f
|
Fix summary timeline not correctly updating after changes to breaks
Closes https://github.com/ppy/osu/issues/28678.
Oops.
|
2024-06-30 20:32:16 +09:00 |
|
Bartłomiej Dach
|
81c6da98c2
|
Merge pull request #26465 from LeNitrous/fix/editor-test-exit
Fix editor test play not marking hit objects before its start time as judged.
|
2024-06-28 12:12:17 +02:00 |
|
Dean Herbert
|
4bb8a45d75
|
Merge pull request #28636 from bdach/daily-challenge/watch-room
Add client/server models for allowing clients to receive realtime playlist updates
|
2024-06-28 17:51:40 +09:00 |
|
Bartłomiej Dach
|
007bd3973a
|
Merge pull request #28653 from peppy/featured-artist-even-more-visible
Update beatmap listing filter overlay to better imply selected filters
|
2024-06-28 09:50:21 +02:00 |
|
Bartłomiej Dach
|
a3ea36d2b2
|
Fix formatting
|
2024-06-28 09:45:45 +02:00 |
|
Bartłomiej Dach
|
7ac5bd4d37
|
Ensure past drawable objects also get their results populated in editor test play
|
2024-06-28 09:37:10 +02:00 |
|
Bartłomiej Dach
|
b36e0f0875
|
Merge branch 'master' into fix/editor-test-exit
|
2024-06-28 09:17:40 +02:00 |
|
Bartłomiej Dach
|
030bbf2641
|
Fix vertical overlaps on multiselection filters when they wrap
|
2024-06-28 09:07:29 +02:00 |
|
Dean Herbert
|
fa1527f446
|
Update design for selected filters to better imply that they are selected
|
2024-06-28 15:45:09 +09:00 |
|
Dan Balasescu
|
77b00dac7e
|
Fix low pass filter sometimes not applied in dialog overlays
|
2024-06-28 15:20:55 +09:00 |
|
Dean Herbert
|
c1bec7a7c3
|
Simplify colour logic for beatmap overlay filter rows
|
2024-06-28 14:55:55 +09:00 |
|
Dean Herbert
|
d370f50cc1
|
Syncrhronise colours across mod and preset tooltips
|
2024-06-28 13:16:54 +09:00 |
|
Dean Herbert
|
28d5278935
|
Show preset description text in tooltip popup
As proposed in https://github.com/ppy/osu/discussions/28610.
|
2024-06-28 13:16:53 +09:00 |
|
Dan Balasescu
|
3b3f914cd2
|
Merge branch 'master' into pp_counter_fix
|
2024-06-28 12:40:56 +09:00 |
|
Dean Herbert
|
fd6b77ea92
|
Fix distance snap control being removed
|
2024-06-27 23:59:38 +09:00 |
|
Bartłomiej Dach
|
1b741dada3
|
Show distance in pixels to previous/next object in osu! hitobject inspector
|
2024-06-27 14:46:57 +02:00 |
|
Bartłomiej Dach
|
e35744118c
|
Merge pull request #28638 from OliBomby/beat-divisor
Fix editor not loading arbitrary beat divisors
|
2024-06-27 13:31:44 +02:00 |
|
OliBomby
|
29412bb29b
|
Fix editor setting arbitrary beat divisor
|
2024-06-27 12:22:00 +02:00 |
|
Bartłomiej Dach
|
d6e7781be1
|
Add client/server models for allowing clients to receive realtime playlist updates
|
2024-06-27 11:32:18 +02:00 |
|
Dean Herbert
|
76a1f19233
|
Merge pull request #28613 from bdach/control-point-table-is-bad
Improve performance of editor tables
|
2024-06-27 18:22:56 +09:00 |
|
Bartłomiej Dach
|
9e07c8fff7
|
Update framework again
|
2024-06-27 10:31:26 +02:00 |
|
Bartłomiej Dach
|
9384cbcdd8
|
Fix scroll-into-view on control point table not working as it is supposed to
|
2024-06-27 09:46:35 +02:00 |
|
Bartłomiej Dach
|
a5aedded16
|
Remove commented code
|
2024-06-27 09:44:55 +02:00 |
|
Dean Herbert
|
f07a635447
|
Merge pull request #28630 from peppy/fix-long-note-break-woes
|
2024-06-27 15:50:25 +09:00 |
|
Bartłomiej Dach
|
b1baa49459
|
Add note about implicit reliance on sort by start time
|
2024-06-27 07:56:57 +02:00 |
|
Bartłomiej Dach
|
ef952bcd65
|
Use GetLastObjectTime() for safety
Due to other circumstances this has no real effect, but may as well.
|
2024-06-27 07:48:06 +02:00 |
|
Dan Balasescu
|
e6a5131b67
|
Merge pull request #28632 from frenzibyte/fix-dropdown-enter-key
Fix osu! dropdown no longer handling `Enter` key to select items
|
2024-06-27 14:36:24 +09:00 |
|