1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-01 10:52:53 +08:00
osu-lazer/osu.Game/Screens/Edit/Timing
Bartłomiej Dach 5a2024777d
Select closest timing point every time the timing screen is changed to
No issue thread for this, was pointed out internally:
https://discord.com/channels/90072389919997952/1259818301517725707/1316604605777444905

Due to the custom setup that editor has with its nested
"screens-that-aren't-screens", the logic that selects the closest
timing point to the current time would only fire on the first open of
the screen. Seems like a good idea to have it fire every time instead.
2025-01-08 14:24:46 +01:00
..
RowAttributes Merge remote-tracking branch 'upstream/master' into scroll-speed-std 2024-08-22 20:17:14 +02:00
ControlPointList.cs Fix adjusting control point offset after undo/redo causing catastrophic failure 2024-12-13 19:33:51 +09:00
ControlPointSettings.cs Enable nullability for timing screen 2023-01-14 02:23:21 +03:00
ControlPointTable.cs Fix code quality 2024-12-16 12:22:06 +09:00
EffectSection.cs Fix scroll speed slider defaulting to 0.01 2024-09-07 01:44:40 -03:00
GroupSection.cs Move setting to user config 2024-11-11 09:57:17 +01:00
IndeterminateSliderWithTextBoxInput.cs Extend behaviour to sample edit popover 2024-07-10 15:16:10 +03:00
LabelledTimeSignature.cs Enable nullability for timing screen 2023-01-14 02:23:21 +03:00
MetronomeDisplay.cs Remove turboweird function and update displayed bpm text 2024-12-30 19:12:21 +01:00
RepeatingButtonBehaviour.cs Enable nullability for timing screen 2023-01-14 02:23:21 +03:00
RowAttribute.cs Enable nullability for timing screen 2023-01-14 02:23:21 +03:00
Section.cs Enable nullability for timing screen 2023-01-14 02:23:21 +03:00
TapButton.cs Update usage of CircularProgress.Current 2024-03-06 12:13:10 +08:00
TapTimingControl.cs Move setting to user config 2024-11-11 09:57:17 +01:00
TimingAdjustButton.cs Enable nullability for timing screen 2023-01-14 02:23:21 +03:00
TimingScreen.cs Select closest timing point every time the timing screen is changed to 2025-01-08 14:24:46 +01:00
TimingSection.cs Move setting back to timing panel 2024-11-11 10:08:26 +01:00
TimingSectionAdjustments.cs Retouch & document helper methods 2024-09-02 10:27:43 +02:00
WaveformComparisonDisplay.cs Do not expose track directly in EditorClock 2025-01-07 11:40:18 +01:00