osu/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
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
RulesetInfo.cs Fix loading a ruleset with a new version specification causing a crash 2020-05-08 18:05:06 +09:00
RulesetSelector.cs
RulesetStore.cs Fix crash when same ruleset loaded more than once 2020-08-11 11:09:02 +09:00