Roland Haeder [Tue, 24 Mar 2015 18:18:53 +0000 (19:18 +0100)]
Output system is now no longer initialized by loading a centralized
inc/output.php as this was a stupid idea and sometimes the same application
has a console and web part.
Updated 'core' and re-enabled shutdown hook.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 24 Mar 2015 16:58:19 +0000 (17:58 +0100)]
Added first console-related stuff:
- This game can then be launched similar to 'hub' project:
php index.php app=city
This will launch the game with the currently default simulation city type
'testing' which is for testing purposes (new features are added there first).
For now this is the only simulation city type you can choose.
More about the architecture will be added later.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 24 Mar 2015 00:36:44 +0000 (01:36 +0100)]
Continued:
- Added a lot templates from shipsimu project (as they both are browser-based games)
- Renamed class (again)
- Other improvements
- Updated 'core' to latest revision
Signed-off-by: Roland Haeder <roland@mxchange.org>