osu/osu.Game.Tournament
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.
2021-11-28 16:36:19 +01:00
..
Components Migrate custom tournament client assets to uppercased directories 2021-11-28 16:36:19 +01:00
Configuration
IO Migrate custom tournament client assets to uppercased directories 2021-11-28 16:36:19 +01:00
IPC Rename all usages of `APIBeatmap` to `beatmap` in tournament namespace 2021-10-27 18:42:48 +09:00
Models Rename `User` to `APIUser` and move to correct namespace 2021-11-04 18:21:31 +09:00
Properties
Resources
Screens Migrate custom tournament client assets to uppercased directories 2021-11-28 16:36:19 +01:00
JsonPointConverter.cs Apply batch fixing of built-in types using `var` 2021-10-27 13:04:41 +09:00
TournamentGame.cs Apply batch fixing of built-in types using `var` 2021-10-27 13:04:41 +09:00
TournamentGameBase.cs Rename `User` to `APIUser` and move to correct namespace 2021-11-04 18:21:31 +09:00
TournamentSceneManager.cs Add tournament `LadderInfo` serialisation tests 2021-10-25 16:49:33 +09:00
TournamentSpriteText.cs
TourneyButton.cs
WarningBox.cs
osu.Game.Tournament.csproj Bump Microsoft.Win32.Registry from 4.7.0 to 5.0.0 2020-12-01 17:32:24 +00:00