Torque3D/Templates/Modules/FPSGameplay/scripts/server
Areloch 7dc03ae17a Implemented initial pass at proper client/server separation handling for module initialization
Added GameModeName to Scene
Added function to get number of active scenes
Added logic to level/client loading to enact gameplay mode logic driven by either Scene's GameModeName or project setting's default game mode
Added template module.cs file for module creation and adjusted new module logic in AssetBrowser to create off template
Updated FPSGameplay code to have deathmatchGame mode work with new GameMode logic
Updated EmptyLevel scene to define deathMatchGame as gamemode
Updated FPSGameplay module script to properly client/server initialize
2019-08-04 23:21:28 -05:00
..
aiPlayer.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
camera.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
centerPrint.cs Re-adds some bits from the old templates that were missed when doing the BaseGame template. 2017-03-26 17:53:01 -05:00
chat.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
cheetah.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
commands.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
deathMatchGame.cs Implemented initial pass at proper client/server separation handling for module initialization 2019-08-04 23:21:28 -05:00
health.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
inventory.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
item.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
physicsShape.cs Additional cleanup and add-in of files that were missed. 2017-03-27 00:36:23 -05:00
player.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
projectile.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
proximityMine.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
radiusDamage.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
shapeBase.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
spawn.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
teleporter.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
triggers.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
turret.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
vehicle.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
vehicleWheeled.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
VolumetricFog.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
weapon.cs Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00