osu/osu.Game/Rulesets
ekrctb e69bb67afe Add IApplicableToDrawableHitObject that is taking a single DHO
Less cumbersome to implement than old version taking an enumerable. The implementation was always using `foreach` for the enumerable.
The new interface is not used yet.
2021-06-16 18:42:28 +09:00
..
Configuration
Difficulty Refactor DifficultyAttributes to use auto properties over public fields 2021-06-08 19:43:59 +10:00
Edit Remove replay logic from DrawableRuleset (and implement in DrawableEditorRulesetWrapper) 2021-06-02 11:06:30 +09:00
Filter
Judgements Remove more obsoleted members 2021-06-09 14:10:48 +09:00
Mods Add IApplicableToDrawableHitObject that is taking a single DHO 2021-06-16 18:42:28 +09:00
Objects Add missing CurrentSkin null check in DHO disposal 2021-06-11 09:18:58 +02:00
Replays Revert accidental removal of UTF-8 BOM 2021-05-07 18:04:38 +09:00
Scoring
Timing
UI Improve xmldoc 2021-06-14 21:54:55 +02:00
ILegacyRuleset.cs
Ruleset.cs Extract invariant instantiation info extension method 2021-05-12 23:23:51 +02:00
RulesetConfigCache.cs
RulesetInfo.cs Ignore possible nulls in Type.GetType() calls 2021-05-15 00:09:34 +02:00
RulesetSelector.cs
RulesetStore.cs Ignore possible nulls in Type.GetType() calls 2021-05-15 00:09:34 +02:00