osu/osu.Game/Beatmaps/Formats
Berkan Diler 5b452293d6 Minor cleanups for legacy beatmap decoders
Replaces some string.StartsWith(string, StringComparison.Ordinal) calls with ring.StartsWith(char) , when only one char is compared. Possible since .NET-Standard 2.1

And another LegacyStoryboardDecoder.handleEvents() cleanup, saves some MB of allocations.
2020-02-08 18:05:27 +01:00
..
Decoder.cs Use typeparamref. 2019-11-17 20:48:23 +08:00
IHasComboColours.cs Remove redundant setter 2019-12-25 14:55:05 +09:00
IHasCustomColours.cs
JsonBeatmapDecoder.cs
LegacyBeatmapDecoder.cs Minor cleanups for legacy beatmap decoders 2020-02-08 18:05:27 +01:00
LegacyBeatmapEncoder.cs Refactor to support beatmap updates 2020-01-14 19:24:53 +09:00
LegacyDecoder.cs Minor cleanups for legacy beatmap decoders 2020-02-08 18:05:27 +01:00
LegacyDifficultyCalculatorBeatmapDecoder.cs
LegacyStoryboardDecoder.cs Minor cleanups for legacy beatmap decoders 2020-02-08 18:05:27 +01:00
Parsing.cs