Commit Graph

9 Commits (01748bc5f8b78a55a8d8a0fdcbdff50d21b78322)

Author SHA1 Message Date
Nathan Adams 01748bc5f8 Fixing axios log flag detection
Adding dispose methods to AxiosFile objects
Adding extended log to AxiosLog
Fixing issue in CommandConsole where the first line would not be displayed
Adding commands to commandconsole
2015-01-02 20:14:38 -06:00
Nathan Adams 575f1523a2 + * - Adding a behavior in AxiosGameScreen where the camera will be controllable via
+ * arrow keys in DEBUG releases and disabled in RELEASE releases. This behavior can
+ * be overwritten in each screen
+ * - Adding output to tcc console command to signal if it was disabled/enabled
+ * - Adding DegreeToRadian/RadianToDegree double extensions
2012-06-16 17:30:09 -05:00
Nathan Adams c06ea52478 Adding tcc command to AxiosCommandConsole to toggle the ability to control
the camera using the arrow keys
Adding the ability to disable commands in XNACC from AxiosCommandConsole
2012-06-03 16:58:30 -05:00
Nathan Adams 14cbefc6ef Changing variables in CommandConsoleBase to be non-static 2012-05-29 16:43:50 -05:00
Nathan Adams ff32d18553 * - Adding axioslog command to output AxiosLog 2012-05-28 22:31:46 -05:00
Nathan Adams e31ccc4ed4 + * - Adding IsNullOrWhiteSpace extension for support for Xbox 360
+ * - Upon some testing - developers will need to use #if WINDOWS/#endif tags to make sure they can't use XNACC in WP7/Xbox360
2012-05-28 17:01:03 -05:00
Nathan Adams 977f4e7f9a 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
2012-05-26 22:53:55 -05:00
Nathan Adams 56f2b95e72 Adding empty AxiosCommandConsole to not require #if WINDOWS/#endif precompiler
statments on WP7/Xbox 360
Adjusting code in AxiosGameScreen to accept it on WP7/Xbox 360 but just store it

--HG--
branch : xnacc-integration
2012-05-26 19:08:33 -05:00
Nathan Adams 13857f324d Adding AxiosCommandConsole for easy intergration with AxiosGameScreens
Adding the ability to get the InputState object from the ScreenManager

--HG--
branch : xnacc-integration
2012-05-26 18:50:49 -05:00