1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 21:27:54 +08:00
osu-lazer/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 Update licence headers 2018-01-05 20:21:19 +09:00
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 Update licence headers 2018-01-05 20:21:19 +09:00
Replays Merge remote-tracking branch 'upstream/master' into approach-rate 2018-01-12 18:05:16 +09:00
Scoring Update licence headers 2018-01-05 20:21:19 +09:00
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 Update app config for rulesets 2017-10-19 14:59:11 +09:00
OpenTK.dll.config Update all dependencies in line with framework 2017-09-13 20:25:40 +09:00
osu.Game.Rulesets.Osu.csproj Fix repeat points not following slider snaking correctly 2018-01-18 21:06:47 +09:00
OsuInputManager.cs Update licence headers 2018-01-05 20:21:19 +09:00
OsuRuleset.cs Allow rulesets to create their own instantiation info 2018-01-10 17:04:07 +09:00
packages.config Use a non-broken opentk library 2017-12-29 15:42:51 +09:00