- removing unnecessary `using`s - name Fields/Methods according to rules - removing unnecessary initializations
Beatmap works, Storyboard not...
Plus a lot more implementation.
Also removes the other rulesets' HitObjectComposers for now.
Resolves https://github.com/ppy/osu/issues/1495 .
Fixes a bug where if you failed on the last hitobject, the AllJudged event will have already been invoked.
This is important when using dynamic compiling to rapidly iterate. Until we actually split projects out into pieces (like the abstract ruleset project we have talked about) there is no advantage to using internal in the osu! game code.
- onFailCheck to OnFailCheck
- 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