1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00
osu-lazer/osu.Game/Beatmaps/Formats
Bartłomiej Dach ca5de22ca5 Resolve CA1834 inspection
"Use `StringBuilder.Append(char)` instead of
`StringBuilder.Append(string)` when the input is a constant unit string"
2020-11-01 18:50:13 +01:00
..
Decoder.cs fix(?) InspectCode warnings 2020-04-02 21:36:31 -04:00
IHasComboColours.cs Remove redundant setter 2019-12-25 14:55:05 +09:00
IHasCustomColours.cs Revert changes done to SkinConfiguration and IHasCustomColours 2020-08-31 17:23:42 +02:00
JsonBeatmapDecoder.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
LegacyBeatmapDecoder.cs Merge branch 'master' into epilepsy-warning 2020-10-20 01:06:46 +02:00
LegacyBeatmapEncoder.cs Resolve CA1834 inspection 2020-11-01 18:50:13 +01:00
LegacyDecoder.cs Add missing string function ordinal specifications 2020-10-16 12:49:31 +09:00
LegacyDifficultyCalculatorBeatmapDecoder.cs Remove unused using 2020-03-11 18:23:30 +09:00
LegacyStoryboardDecoder.cs Read UseSkinSprites when decoding storyboards 2020-10-20 22:49:56 +02:00
Parsing.cs Increase coordinate parsing limits 2020-06-24 18:53:52 +09:00