Torque3D/Templates/BaseGame/game/core
Areloch 99cee7f32a Caught the main modules up to new module script file paradigm
Have initServer only get called when a server is actually started for the first time
Added utility method callGamemodeFunction to streamline exec'ing of gamemode function calls
Added onClientConnect gamemode function, called when the client establishes the connection
Added onInitialControlSet gamemode function, called when the client actively gains control in the game, to allow gamemodes to special override GUI settings or input commands
Cleaned up init'ng of the engine so stock UI module isn't required to trip configuration of the canvas
Added fallback so if nothing set the main content control for the UI after boot, we attempt to set the defined mainMenuGUI, on the chance nothing explicitly sets it on load
2019-09-02 16:13:24 -05:00
..
clientServer Caught the main modules up to new module script file paradigm 2019-09-02 16:13:24 -05:00
components Merge branch 'ExpandsComponents' of https://github.com/Areloch/Torque3D into development 2019-05-04 16:09:09 -05:00
console Module-ified core structure. 2018-09-02 03:53:13 -05:00
fonts Module-ified core structure. 2018-09-02 03:53:13 -05:00
gameObjects Makes the graphics menu in the stock UI mostly functional again 2019-08-29 00:22:33 -05:00
gui Update to SDL2.0.10 2019-08-19 23:30:35 -05:00
lighting GFX card profile config file logging moved to debug only 2019-06-17 02:30:45 -05:00
postFX Some missing bits and bobs that set up AFX 2019-07-24 23:33:45 -05:00
rendering Caught the main modules up to new module script file paradigm 2019-09-02 16:13:24 -05:00
sfx Module-ified core structure. 2018-09-02 03:53:13 -05:00
shapes noshape.dae should go inside core 2017-07-10 20:00:23 -05:00
utility Caught the main modules up to new module script file paradigm 2019-09-02 16:13:24 -05:00
Core.cs Caught the main modules up to new module script file paradigm 2019-09-02 16:13:24 -05:00
Core.module Cleanup and minor tweaks to the core dir structure. 2019-03-04 22:07:55 -06:00
settings.xml Adjusted init'ing logic to defer to project settings for the name of the play gui and mainMenu gui instead of hardcoding them 2019-08-07 01:27:39 -05:00