Added logic to prevent crashing on an invalid initial screen. Added HARDCODED error screen in _fallback for displaying and explaining the error when a theme has an invalid initial screen.

This commit is contained in:
Kyzentun Keeslala
2015-06-06 20:43:39 -06:00
parent e6dc4307b5
commit 1dca128f79
6 changed files with 35 additions and 2 deletions
+4
View File
@@ -16,6 +16,10 @@ Example:
This means that three strings were added to the "ScreenDebugOverlay" section,
"Mute actions", "Mute actions on", and "Mute actions off".
2015/06/06
----------
* [ScreenInitialScreenIsInvalid] InvalidScreenExplanation
2015/05/09
----------
* [OptionExplanations] AxisFix
+5
View File
@@ -4,6 +4,11 @@ The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
________________________________________________________________________________
2015/06/06
----------
* [ScreenInitialScreenIsInvalid] Error screen for themes that set an invalid
initial screen. [kyzentun]
2015/06/05
----------
* [global] update_centering lua function exposed. [kyzentun]