osu/osu.Game.Rulesets.Osu
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
..
Beatmaps Merge remote-tracking branch 'upstream/master' into approach-rate 2018-01-12 18:05:16 +09:00
Edit Rewrite the way that cursor overrides are done game-wide 2018-01-12 18:13:17 +09:00
Judgements
Mods Merge remote-tracking branch 'upstream/master' into approach-rate 2018-01-12 18:05:16 +09:00
Objects Fix off-by-ones in RepeatPoint code 2018-01-23 13:58:43 +09:00
OsuDifficulty Fix osu star rating calculation 2018-01-26 03:39:19 +08:00
Properties
Replays Merge remote-tracking branch 'upstream/master' into approach-rate 2018-01-12 18:05:16 +09:00
Scoring
Tests Clean up off-by-one offsets from repeat-related properties 2018-01-23 13:37:25 +09:00
UI Privatise OnJudgements as much as possible 2018-01-16 15:37:32 +09:00
app.config
OpenTK.dll.config
osu.Game.Rulesets.Osu.csproj Fix repeat points not following slider snaking correctly 2018-01-18 21:06:47 +09:00
OsuInputManager.cs
OsuRuleset.cs
packages.config