Merge pull request #1443 from Areloch/TAM_Implementation

TAML, Assets and Modules implementation
This commit is contained in:
Areloch 2015-11-12 23:54:27 -06:00
commit 1a009d6dd3
118 changed files with 24883 additions and 181 deletions

View file

@ -250,6 +250,11 @@ else {
onStart();
echo("Engine initialized...");
ModuleDatabase.scanModules( "" );
//You can also explicitly decalre some modules here to be loaded by default if they are part of your game
//Ex: ModuleDatabase.LoadExplicit( "AppCore" );
if( !$isDedicated )
{
// As we know at this point that the initial load is complete,

View file

@ -250,6 +250,11 @@ else {
onStart();
echo("Engine initialized...");
ModuleDatabase.scanModules( "" );
//You can also explicitly decalre some modules here to be loaded by default if they are part of your game
//Ex: ModuleDatabase.LoadExplicit( "AppCore" );
if( !$isDedicated )
{
// As we know at this point that the initial load is complete,