1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00
osu-lazer/osu.Game.Tournament
Dean Herbert a6766e64de Add custom handling of Point serialization to fix startup crashes of tournament client
SixLabors moved their data types around in a recent update (see
https://github.com/ppy/osu-framework/pull/4025) and it was deemed that
we should prefer `System.Drawing` primitives where possible.

This was applied to the tournament client via
https://github.com/ppy/osu/pull/11072 without correct consideration
given to the fact that we serialize these types.

`System.Drawing.Point` serializes into a comma separated string, which
seems to be less correct than what we had, so I've switched back to the
old format for the time being. We can reasses this in the future; the
main goal here is to restore usability to the tournament client.

Closes #11443.
2021-01-08 17:08:10 +09:00
..
Components Fixed gameplay flags being bigger and changed values to make more sense 2020-10-23 14:11:29 +02:00
Configuration Remove default value in Storagemgr 2020-06-23 23:57:58 +02:00
IO Move video store out of TournamentStorage 2020-10-19 15:48:15 +09:00
IPC Resolve new NRE inspections 2020-12-01 22:39:10 +01:00
Models Update imagesharp namespaces (and consume System.Drawing types instead) 2020-12-03 17:43:09 +09:00
Properties Update licence headers 2019-03-04 13:24:19 +09:00
Resources Add torus font 2020-03-03 18:17:51 +09:00
Screens Update imagesharp namespaces (and consume System.Drawing types instead) 2020-12-03 17:43:09 +09:00
JsonPointConverter.cs Add custom handling of Point serialization to fix startup crashes of tournament client 2021-01-08 17:08:10 +09:00
osu.Game.Tournament.csproj Bump Microsoft.Win32.Registry from 4.7.0 to 5.0.0 2020-12-01 17:32:24 +00:00
TournamentGame.cs Add message box in bracket editor explaining how to get started 2020-09-02 15:18:51 +09:00
TournamentGameBase.cs Add custom handling of Point serialization to fix startup crashes of tournament client 2021-01-08 17:08:10 +09:00
TournamentSceneManager.cs Make tournaments strings more consistent 2020-11-13 13:25:45 -08:00
TournamentSpriteText.cs Add seeding screen 2020-03-03 19:19:03 +09:00
TourneyButton.cs Fix tournament buttons playing sound effects 2019-11-08 17:00:47 +09:00
WarningBox.cs Add message box in bracket editor explaining how to get started 2020-09-02 15:18:51 +09:00