Adding default Font if one is not provided

Adding a flag to AxiosGameScreen to allow a developer to disable
input across everything if the console is visible/active.
Changing Deactivate to Unload because Unload is what is gets called
when a screen is told to go away

--HG--
branch : xnacc-integration
This commit is contained in:
Nathan Adams
2012-05-26 22:53:55 -05:00
parent 98737603af
commit 977f4e7f9a
3 changed files with 45 additions and 10 deletions

View File

@@ -92,6 +92,7 @@
* - Changing AxiosTitleFile.GetStream() to return Stream instead of FileStream
* - Changing IAxiosFile.GetStream() to return Stream instead of FileStream
* - Adding support for XNACC
* - Fixed a bug where cleanup actions were being performed in Deactivate instead of Unload in AxiosGameScreen
*
*/
#endregion