1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00
osu-lazer/osu.Game/Beatmaps/Formats
Bartłomiej Dach 11eda44d34 Migrate decoding to line-buffered reader
Migrate all usages of StreamReader in the context of decoding beatmaps,
storyboards or skins to the new LineBufferedReader.
2019-09-15 01:28:07 +02:00
..
Decoder.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
IHasComboColours.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IHasCustomColours.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
JsonBeatmapDecoder.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
LegacyBeatmapDecoder.cs Migrate decoding to line-buffered reader 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 Remove redundant qualifier 2019-08-28 22:11:23 +09:00
LegacyStoryboardDecoder.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
Parsing.cs Fix NaN handling 2019-03-13 11:30:33 +09:00