GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

Core module-ification #2272

Closed Areloch closed 6 years ago

Areloch commented 6 years ago

Updates the core directory to be better broken down, and the different elements of the core initialization established into separated modules. Keeps it clean, consistent, readable, and updateable.

Also shifted the clientServer module from data/ to core/ as 99% of projects are going to utilize the default network configuration, soas to keep the data dir cleaner.