1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-30 15:27:28 +08:00
osu-lazer/osu.Game.Rulesets.Osu/OsuDifficulty/Preprocessing
Thomas Tan b04e2cbb5c Fix osu star rating calculation
The main bug was that the beatmap was not being processed prior to
having its Skill values calculated, causing stacking to be ignored in
difficulty calculation. The fix involves processing the beatmap with
OsuBeatmapProcessor.

Another minor bug was that sliders were not taking into account the
stacked position midway through the slider (PositionAt does not return
stacked position.), so I corrected by adding StackOffset.
2018-01-26 03:39:19 +08:00
..
OsuDifficultyBeatmap.cs Update licence headers 2018-01-05 20:21:19 +09:00
OsuDifficultyHitObject.cs Fix osu star rating calculation 2018-01-26 03:39:19 +08:00