1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00
osu-lazer/osu.Game/Rulesets
Dean Herbert 6c7475f085 Fix snapped distances potentially exceeding the source distance
This results in slider placement including "excess" length, where the
curve is not applied to the placed path. This is generally not what we
want.

I considered adding a bool parameter (or enum) to change the
floor/rounding mode, but on further examination I think this is what we
always expect from this function.
2020-08-25 18:58:01 +09:00
..
Configuration Constrain configuration lookup as enum. 2019-12-09 17:45:26 +08:00
Difficulty CA2208: create exceptions correctly. 2019-12-17 13:00:10 +08:00
Edit Fix snapped distances potentially exceeding the source distance 2020-08-25 18:58:01 +09:00
Judgements Remove unnecessary depth setter 2020-07-28 12:16:01 +09:00
Mods Implement mania invert mod 2020-08-18 01:40:55 +09:00
Objects Merge GlobalSkinConfiguration settings into the LegacySetting enum 2020-07-29 10:35:51 +03:00
Replays Update InputHandlers in line with framework changes 2020-07-19 11:39:11 +09:00
Scoring Ensure 0 score from miss judgements, add test 2020-08-18 19:51:26 +09:00
Timing Centralise default beat length specification 2019-08-28 20:22:16 +09:00
UI Update usages 2020-08-06 21:53:20 +09:00
ILegacyRuleset.cs Remove LegacyID from Ruleset 2019-12-24 13:48:27 +09:00
Ruleset.cs Create a local playable beatmap instead 2020-06-22 18:38:41 +09:00
RulesetConfigCache.cs Suppress warnings 2019-11-12 13:41:54 +09:00
RulesetInfo.cs Fix loading a ruleset with a new version specification causing a crash 2020-05-08 18:05:06 +09:00
RulesetSelector.cs General refactoring 2019-06-26 17:52:25 +09:00
RulesetStore.cs Fix crash when same ruleset loaded more than once 2020-08-11 11:09:02 +09:00