1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00
osu-lazer/osu.Game
Dean Herbert 2a88409dfe Fix time snap of sliders not matching when SV is not 1.0x
This regressed with https://github.com/ppy/osu/pull/20850 because the
function was used in other places which expect it to factor slider
velocity into the equation.

Rather than reverting, I've added a new argument, as based on the method
naming alone it was hard to discern whether SV should actually be
considered.

The reason for the change in #20850 was to avoid the SV coming in from a
reference object which may not have a correct SV in the first place. In
such cases, passing `false` to the function will give the expected
behaviour.
2022-11-01 15:12:58 +09:00
..
Audio Fix PreviewTrack not disposing its owned audio Track 2022-08-05 14:15:01 +09:00
Beatmaps Merge branch 'master' into fix-filename-char-filtering 2022-10-29 12:42:10 +02:00
Collections Fix collection dropdown potentially overwriting value change with schedule hotfix 2022-08-23 17:33:53 +09:00
Configuration Merge branch 'master' into safe-area-toggle 2022-10-29 13:19:44 +02:00
Database Merge branch 'master' into fix-filename-char-filtering 2022-10-29 12:42:10 +02:00
Extensions Rename and add documentation to function 2022-10-28 18:04:28 +09:00
Graphics Add user toggle for application of safe areas 2022-10-28 14:05:45 +09:00
Input Rename to "clone" instead of "duplicate" 2022-10-25 11:43:23 +09:00
IO Fix missing DummyRenderer in skin resources tests 2022-08-08 13:06:01 +09:00
IPC Handle osu:// scheme links via IPC in desktop game 2022-06-20 21:26:22 +02:00
Localisation Rename to "clone" instead of "duplicate" 2022-10-25 11:43:23 +09:00
Models Use Unknown instead of default 2022-07-18 16:24:08 +09:00
Online Populate beatmap ruleset in SoloScoreInfo.ToScoreInfo() 2022-10-28 14:42:45 +09:00
Overlays Fix toolbar visual bug when toggling clock displays 2022-10-29 15:25:16 -07:00
Performance Automated #nullable processing 2022-06-17 16:37:17 +09:00
Properties Automated #nullable processing 2022-06-17 16:37:17 +09:00
Replays Show smoke in replays 2022-09-18 17:55:06 -07:00
Rulesets Fix time snap of sliders not matching when SV is not 1.0x 2022-11-01 15:12:58 +09:00
Scoring Fix mods potentially keeping reference to runtime gameplay elements 2022-09-19 12:18:46 +09:00
Screens Fix time snap of sliders not matching when SV is not 1.0x 2022-11-01 15:12:58 +09:00
Skinning Remove various simple obsoletions 2022-10-28 13:20:58 +09:00
Storyboards Add support for weird storyboards which have backwards events 2022-10-10 16:51:55 +09:00
Tests Rename to "clone" instead of "duplicate" 2022-10-25 11:43:23 +09:00
Updater Fix update progress notification not closing on completion 2022-09-23 16:30:07 +03:00
Users Allow DrawableAvatar to accept an IUser for now 2022-09-13 18:00:21 +09:00
Utils Use custom notification with timer 2022-09-20 15:54:18 +09:00
.editorconfig Add localisation length hinting 2022-04-28 19:26:28 +09:00
BackgroundBeatmapProcessor.cs Revert async Task change 2022-09-09 16:12:18 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update framework 2022-10-28 21:58:38 +09:00
OsuGame.cs Merge branch 'master' into safe-area-toggle 2022-10-29 13:19:44 +02:00
OsuGameBase_Importing.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuGameBase.cs Merge branch 'master' into safe-area-toggle 2022-10-29 13:19:44 +02:00
PerformFromMenuRunner.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00