1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 06:47:24 +08:00
osu-lazer/osu.Game/Screens/Edit/Compose/Components
Mike Will 9e1c242713 Prevent custom divisor ranges from halting preset cycling
A custom divisor like 24 or 32 will result in a range containing
many divisors that are already in the `Common` and `Triplets` presets.
When this happens, it can become impossible to cycle between presets,
because the preset can only be changed if the new divisor isn't already
contained within the current preset's range.
2024-01-24 18:31:39 -05:00
..
Timeline Use alternative workaround 2023-12-29 11:07:45 +01:00
BeatDivisorControl.cs Prevent custom divisor ranges from halting preset cycling 2024-01-24 18:31:39 -05:00
BeatDivisorPresetCollection.cs Automated pass 2023-06-24 01:00:03 +09:00
BeatDivisorType.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
BeatSnapGrid.cs Add beat snap grid to osu!taiko editor 2023-10-17 16:59:56 +09:00
BlueprintContainer.cs Fix blueprint container not handling right clicks correctly while moveing an element 2024-01-22 04:39:08 +03:00
CircularDistanceSnapGrid.cs Automated pass 2023-06-24 01:00:03 +09:00
ComposeBlueprintContainer.cs Use new icons in editor 2023-12-27 17:42:18 +01:00
DistanceSnapGrid.cs Privatise setter 2023-06-16 16:24:07 +02:00
DragBox.cs Partial everything 2022-11-27 00:00:27 +09:00
EditorBlueprintContainer.cs Rectify selection keep-alive logic 2023-11-20 21:57:14 +09:00
EditorInspector.cs Move editor inspector classes out of ruleset namespace 2023-05-05 15:57:38 +09:00
EditorSelectionHandler.cs Automated pass 2023-06-24 01:00:03 +09:00
HitObjectInspector.cs Rename SliderVelocity to SliderVelocityMultiplier to distinguish from Velocity 2023-09-06 19:01:08 +09:00
HitObjectOrderedSelectionContainer.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
MoveSelectionEvent.cs Automated pass 2023-06-24 01:00:03 +09:00
RectangularPositionSnapGrid.cs Use better safety in rectangular grid 2023-07-28 22:57:02 +02:00
ScrollingDragBox.cs Partial everything 2022-11-27 00:00:27 +09:00
SelectionBox.cs Rename diagonal scale variable and update xmldoc 2023-11-10 17:55:02 +09:00
SelectionBoxButton.cs Add a visual effect when keyboard shortcuts are used to trigger selection box buttons 2023-06-27 17:01:13 +09:00
SelectionBoxControl.cs Add a visual effect when keyboard shortcuts are used to trigger selection box buttons 2023-06-27 17:01:13 +09:00
SelectionBoxDragHandle.cs Partial everything 2022-11-27 00:00:27 +09:00
SelectionBoxDragHandleContainer.cs change names 2023-08-29 17:25:52 +02:00
SelectionBoxRotationHandle.cs Fix crash when dragging rotation control in editor with both mouse buttons 2024-01-03 13:34:50 +09:00
SelectionBoxScaleHandle.cs Partial everything 2022-11-27 00:00:27 +09:00
SelectionHandler.cs Add precise rotation control to osu! editor 2023-08-16 11:37:52 +02:00
SelectionRotationHandler.cs Make SelectionRotationHandler a Component 2023-07-30 20:18:33 +02:00