Fixes a bug where if you failed on the last hitobject, the AllJudged event will have already been invoked.
- System.Collections.Generic was leftover from a previous attempt
- Add a delegate whenever we want to register an additional fail condition
- Two additional fail conditions
# Conflicts: # osu-framework # osu.Game.Tests/Beatmaps/IO/ImportBeatmapTest.cs # osu.Game/Beatmaps/BeatmapInfo.cs # osu.Game/Online/API/Requests/GetBeatmapSetsResponse.cs
Whether to store the current state of the ScoreProcessor for future use.
Changes to OsuScoreProcessor were required to make sure that ticks and slider heads weren't ignored.
Default for all rulesets for now.