osu/osu.Game/Rulesets
Salman Ahmed 8c5d99ab21 Override `CreateInstance()` in osu! bindable subclasses
Three bindables are left which don't have this overriden due to them
already not having a value-only constructor and not supporting
`GetBoundCopy()` properly:
 - `BeatmapDifficultyCache.BindableStarDifficulty`.
 - `TotalScoreBindable`
 - `TotalScoreStringBindable`

I could add support for them by passing the required data to them, as
they seem to be able to have that shared, but I'm hesitant to support
something which was already broken and never used, not sure.
2021-08-18 04:19:58 +03:00
..
Configuration
Difficulty Remove unused usings 2021-08-17 13:34:44 +09:00
Edit Ensure tool is always set back to select tool when beatmap becomes untimed 2021-07-19 17:08:40 +09:00
Filter
Judgements Ensure proxied judgement content is correctly depth-ordered 2021-08-01 15:21:31 +02:00
Mods Override `CreateInstance()` in osu! bindable subclasses 2021-08-18 04:19:58 +03:00
Objects Always initialize DHO transforms on LoadComplete 2021-08-10 16:34:38 +09:00
Replays
Scoring Fix date being updated on replays unexpectedly 2021-07-19 19:28:35 +09:00
Timing
UI Increase TimeRange max value 2021-08-02 19:37:45 +09:00
ILegacyRuleset.cs
Ruleset.cs
RulesetConfigCache.cs
RulesetInfo.cs
RulesetSelector.cs
RulesetStore.cs