1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 00:30:45 +08:00
Files
osu-lazer/osu.Game.Tournament/Components
T
Bartłomiej Dach 87d6a743dd Migrate custom tournament client assets to uppercased directories
It has transpired that on filename-case-sensitive filesystems, the
tournament client does not consistently handle custom asset paths.
Videos and mods could only be looked up from `videos` and `mods`
directories (lowercase), while flags could only be looked up from the
`Flags` directory (uppercase).

A complicating circumstance is that default country flags, coming from
osu-resources, also depend on the flag lookup being uppercased.

To attempt to clean up the handling as much as it appears to be
possible, automatically move user-supplied lowercase directories to
uppercase.
87d6a743dd · 2021-11-28 16:36:19 +01:00
History
..
2020-06-03 23:49:06 +02:00