1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00
osu-lazer/osu.Game.Tests/Visual/SongSelect
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
..
TestSceneAdvancedStats.cs Add failing tests 2020-02-01 16:08:24 +01:00
TestSceneBeatmapCarousel.cs Add test 2020-01-24 19:40:20 +09:00
TestSceneBeatmapDetails.cs Extract beatmap stats test to separate scene 2020-02-01 15:50:33 +01:00
TestSceneBeatmapInfoWedge.cs Fix hitobjects with unknown lifetimes by enforcing non-null judgement 2020-02-23 13:49:06 +09:00
TestSceneBeatmapLeaderboard.cs Support null leaderboard position 2020-02-20 14:51:25 +09:00
TestSceneBeatmapOptionsOverlay.cs Fix test regression 2019-10-04 17:22:42 -07:00
TestScenePlaySongSelect.cs Merge pull request #7809 from voidedWarranties/proposal-difficulty-icon-select 2020-02-21 10:24:12 +09:00
TestSceneUserTopScoreContainer.cs Update Resolved and Cached attribute issues 2020-01-03 11:34:26 -08:00