Files
osukey/osu.Game
Dean Herbert 5736b7d978 Fix cursors sent to osu-web being potentially string formatted in incorrect culture
Fixed as per solution at https://github.com/JamesNK/Newtonsoft.Json/issues/874.

Note that due to the use of `JsonExtensionDataAttribute` it's not
feasible to change the actual specification to `JValue` in the
`Dictionary`.

In discussion with the osu-web team, it may be worthwhile to change the cursor
to a string format where parsing is not required at our end. We could already
do this in fact, but there are tests that rely on it being a `JToken` so the
switch to `JValue` seems like the easier path right now.
2022-01-04 17:20:46 +09:00
..
2021-12-03 18:49:49 +09:00
2021-12-03 14:30:15 +09:00
2021-11-19 13:27:06 +09:00
2021-12-21 13:08:31 +03:00
2021-12-27 20:26:28 -08:00
2021-11-17 11:46:06 +09:00
2021-12-27 23:04:10 +09:00