1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00
osu-lazer/osu.Game/Screens/Edit/Timing
Dan Balasescu a922ea9b01 Fix selection by directly comparing control points
Previously, all control points would get replaced, which led to
performance issues that was worked around in this PR. By comparing
control points, we're able to get good performance without requiring the
workaround.
2022-06-20 15:29:29 +09:00
..
RowAttributes Automated #nullable processing 2022-06-17 16:37:17 +09:00
ControlPointSettings.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ControlPointTable.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
EffectSection.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
GroupSection.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IndeterminateSliderWithTextBoxInput.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LabelledTimeSignature.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
MetronomeDisplay.cs Cancel previous metronome sound playback on pause 2022-06-18 04:07:21 +03:00
RepeatingButtonBehaviour.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RowAttribute.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Section.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SliderWithTextBoxInput.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TapButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TapTimingControl.cs Fix adjusting offset via button seeking to timing point's offset unexpectedly 2022-06-19 01:35:45 +09:00
TimingAdjustButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TimingScreen.cs Fix selection by directly comparing control points 2022-06-20 15:29:29 +09:00
TimingSection.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
WaveformComparisonDisplay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00