1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 13:41:27 +08:00
Files
osu-lazer/osu.Game/Overlays
T
Bartłomiej Dach 1febed66cf Fix top score statistics section total score display being terminally broken
Closes https://github.com/ppy/osu/issues/31038.

If you don't realise why this does anything, realise this: the drawable
creation callback runs for every created sprite text in the text flow.
ANd the created sprite texts are split by whitespace. And Russian /
Ukrainian / Polish etc. use spaces as thousands separators.
So on those languages the first encountered part of the score would
duplicate itself to the remaining parts.

I'm actively convinced it was _more difficult_ to produce what was in
place in `master` than to do it properly. Why did `TextColumn` even have
`LocalisableString Text` and `Bindable<string> Current` next to each
other?????
1febed66cf · 2024-12-09 23:51:57 +09:00
History
..
2024-11-28 20:41:44 +08:00
2024-11-28 20:41:44 +08:00
2024-10-22 17:16:09 +09:00
2024-05-24 13:08:17 +02:00
2024-11-28 17:55:15 -05:00
2024-11-28 22:33:03 +08:00
2024-12-03 00:03:59 +08:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2024-08-13 16:08:06 +09:00