1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 21:23:04 +08:00
osu-lazer/osu.Game/Screens/Edit
Dean Herbert b1a64f89d7 Increase backwards seek magnitude when the track is running
This matches osu-stable. When the track is running, seeking backwards
(against the flow) is harder than seeking forwards. Adding a mutliplier
makes it feel much better.

Note that this is additive not multiplicative because for larger seeks
the (where `amount` > 1) we don't want to jump an insanely huge amount -
just offset the seek slightly to account for playing audio.
2020-10-06 17:53:12 +09:00
..
Components Update to consume framework fixes 2020-09-30 20:28:02 +09:00
Compose Merge branch 'master' into colourise-control-point-table 2020-10-05 20:47:06 +09:00
Design Avoid destroying editor screens when changing between modes 2020-09-24 17:03:54 +09:00
Setup Guard against potential nullref 2020-10-05 19:28:13 +09:00
Timing Merge branch 'master' into colourise-control-point-table 2020-10-05 20:47:06 +09:00
BindableBeatDivisor.cs Use foreach 2020-01-28 16:04:13 +09:00
ClipboardContent.cs Add initial implementation of editor clipboard 2020-09-11 19:54:20 +09:00
Editor.cs Change exit logic to be more test-friendly 2020-10-04 23:57:28 +09:00
EditorBeatmap.cs Ensure BeatmapProcessor.PostProcess is run before firing HitObjectUpdated events 2020-09-18 19:33:03 +09:00
EditorChangeHandler.cs Merge branch 'master' into editor-timing-screen-change-handling 2020-10-05 15:40:43 +09:00
EditorClock.cs Increase backwards seek magnitude when the track is running 2020-10-06 17:53:12 +09:00
EditorScreen.cs Remove unused method 2020-10-02 16:14:27 +09:00
EditorScreenMode.cs Fix remaining issues 2019-02-28 13:31:40 +09:00
EditorScreenWithTimeline.cs Move ticks display to timeline 2020-10-01 18:16:30 +09:00
IEditorChangeHandler.cs Merge branch 'master' into editor-timing-screen-change-handling 2020-10-05 15:40:43 +09:00
LegacyEditorBeatmapPatcher.cs Rename method 2020-08-07 22:31:41 +09:00
PromptForSaveDialog.cs Add cancel exit button 2020-09-09 20:04:25 +09:00