]> git.mxchange.org Git - city.git/commit
The console part of the game will become a daemon that is taking care of all
authorRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 14:41:57 +0000 (16:41 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 5 Apr 2015 14:41:57 +0000 (16:41 +0200)
commit1dfd279547e8a4c1521205bc8ed19831b8741455
treef4d9dbeb9fcd3a75498de8f932ee90291dc9003c
parent02dd4086de382b307b489341732e6fde3c8dfdcf
The console part of the game will become a daemon that is taking care of all
the "heavy work", like calculations of citizen happiness, land value and city
growth (and many more). So the HTML client (and later AJAX) will only have to
display the data and not do any heavy work (as this takes to long).

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/config.php
application/city/main/city/class_BaseCity.php
application/city/main/commands/console/class_CityConsoleDaemonCommand.php [new file with mode: 0644]
application/city/main/commands/console/class_CityConsoleMainCommand.php [deleted file]