]> git.mxchange.org Git - city.git/commit
Added first console-related stuff:
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 16:58:19 +0000 (17:58 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 16:58:19 +0000 (17:58 +0100)
commit0ca22a753be1ebb6a069b2ce20e29440cf2c4081
tree6b8a27db62ea8c084727ac35de239adcc0f7530e
parent5498220ce55bc8eb67bb2de83e8e87445859a485
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>
40 files changed:
application/city/config.php
application/city/interfaces/helper/.htaccess [new file with mode: 0644]
application/city/interfaces/helper/city/.htaccess [new file with mode: 0644]
application/city/interfaces/helper/city/class_CityHelper.php [new file with mode: 0644]
application/city/main/city/.htaccess [new file with mode: 0644]
application/city/main/city/class_ [new file with mode: 0644]
application/city/main/city/class_BaseCity.php [new file with mode: 0644]
application/city/main/city/testing/.htaccess [new file with mode: 0644]
application/city/main/city/testing/class_SimulationTestingCity.php [new file with mode: 0644]
application/city/main/class_ [new file with mode: 0644]
application/city/main/class_Base [new file with mode: 0644]
application/city/main/class_BaseCitySystem.php [new file with mode: 0644]
application/city/main/commands/console/.htaccess [new file with mode: 0644]
application/city/main/commands/console/class_CityConsoleMainCommand.php [new file with mode: 0644]
application/city/main/factories/.htaccess [new file with mode: 0644]
application/city/main/factories/city/.htaccess [new file with mode: 0644]
application/city/main/factories/city/class_CityObjectFactory.php [new file with mode: 0644]
application/city/main/filter/.htaccess [new file with mode: 0644]
application/city/main/filter/city/.htaccess [new file with mode: 0644]
application/city/main/filter/city/class_City [new file with mode: 0644]
application/city/main/filter/city/class_CityInitializationFilter.php [new file with mode: 0644]
application/city/main/filter/city/class_CityPhpRequirementsFilter.php [new file with mode: 0644]
application/city/main/filter/city/class_CityWelcomeTeaserFilter.php [new file with mode: 0644]
application/city/main/filter/class_ [new file with mode: 0644]
application/city/main/filter/class_BaseCityFilter.php [new file with mode: 0644]
application/city/main/filter/shutdown/.htaccess [new file with mode: 0644]
application/city/main/filter/shutdown/city/.htaccess [new file with mode: 0644]
application/city/main/filter/shutdown/city/class_CityShutdown [new file with mode: 0644]
application/city/main/filter/shutdown/city/class_CityShutdownCityFilter.php [new file with mode: 0644]
application/city/main/filter/shutdown/city/class_CityShutdownTaskHandlerFilter.php [new file with mode: 0644]
application/city/main/filter/task/.htaccess [new file with mode: 0644]
application/city/main/filter/task/city/.htaccess [new file with mode: 0644]
application/city/main/filter/task/city/class_CityTaskHandlerInitializerFilter.php [new file with mode: 0644]
application/city/main/resolver/command/console/.htaccess [new file with mode: 0644]
application/city/main/resolver/command/console/class_CityConsoleCommandResolver.php [new file with mode: 0644]
application/city/main/resolver/controller/class_CityHtmlControllerResolver.php [deleted file]
application/city/main/resolver/controller/console/.htaccess [new file with mode: 0644]
application/city/main/resolver/controller/console/class_CityConsoleControllerResolver.php [new file with mode: 0644]
application/city/main/resolver/controller/html/.htaccess [new file with mode: 0644]
application/city/main/resolver/controller/html/class_CityHtmlControllerResolver.php [new file with mode: 0644]