Delta-v/Content.Client/Replay/UI/Loading
Pieter-Jan Briers 391a253ef2 Fix replay load error screens (#32115)
If an error occurs while loading a replay, it's *supposed* to show a popup "hey do you wanna continue with error tolerance", and it does do this. But because of spaghetti in the replay state code, it also immediately tries to reload the replay without input, as a consequence of trying to reset to the game's default state.

Now the replay load system has a proper game state for "replay load failed", with nice presentation and explicit formatting and 10% less italian cuisine.
2024-09-14 14:27:11 +01:00
..
LoadingScreen.cs Replay client (#15001) 2023-06-05 14:44:09 +10:00
LoadingScreenControl.xaml Replay client (#15001) 2023-06-05 14:44:09 +10:00
LoadingScreenControl.xaml.cs Replay client (#15001) 2023-06-05 14:44:09 +10:00
ReplayLoadingFailed.cs Fix replay load error screens (#32115) 2024-09-14 14:27:11 +01:00
ReplayLoadingFailedControl.xaml Fix replay load error screens (#32115) 2024-09-14 14:27:11 +01:00
ReplayLoadingFailedControl.xaml.cs Fix replay load error screens (#32115) 2024-09-14 14:27:11 +01:00