osu/osu.Game/Beatmaps/Formats
Bartłomiej Dach 7c2c537bc9 Allow fallback decoder overwrite
To fix the runtime crashes in difficulty calculation components, remove
the check for pre-existing fallback registration along with
the exception. The xmldoc for the registration function has been
extended to make users aware of possible consequences of calling it.
2019-10-04 18:20:20 +02:00
..
Decoder.cs Allow fallback decoder overwrite 2019-10-04 18:20:20 +02:00
IHasComboColours.cs
IHasCustomColours.cs
JsonBeatmapDecoder.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
LegacyBeatmapDecoder.cs Implement fallback decoder registration 2019-09-15 01:28:07 +02:00
LegacyDecoder.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
LegacyDifficultyCalculatorBeatmapDecoder.cs Add difficulty calculator beatmap decoder fallback 2019-10-04 13:28:32 +09:00
LegacyStoryboardDecoder.cs Implement fallback decoder registration 2019-09-15 01:28:07 +02:00
Parsing.cs