1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 07:22:54 +08:00
osu-lazer/osu.Game/Rulesets/Judgements
Dean Herbert ffc7eaa3f2 Fix hitobjects with unknown lifetimes by enforcing non-null judgement
We've seen multiple cases where DrawableHitObject are stuck in the lifetime management container
due to not implementing a judgement (meaning they are never "hit" or "missed"). To avoid this going forward
CreateJudgement() must be implemented and return a non-null judgement.

This fixes BananaShower and JuiceStreams in osu!catch.

This also makes HitObject abstract and cleans up convert HitObject implementations.
2020-02-23 13:49:06 +09:00
..
DrawableJudgement.cs Use [Resolved] wherever possible 2020-02-14 20:14:00 +07:00
IgnoreJudgement.cs Fix hitobjects with unknown lifetimes by enforcing non-null judgement 2020-02-23 13:49:06 +09:00
Judgement.cs Add perfect and ok values, move to base Judgement 2019-12-26 15:00:59 +09:00
JudgementResult.cs Merge branch 'master' into stop-counting-to-score-after-fail 2019-09-06 16:12:53 +09:00