]> git.mxchange.org Git - city.git/log
city.git
9 years agoCopyright fixed.
Roland Haeder [Tue, 24 Mar 2015 21:23:17 +0000 (22:23 +0100)]
Copyright fixed.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoAdded controller + updated 'core'.
Roland Haeder [Tue, 24 Mar 2015 20:57:12 +0000 (21:57 +0100)]
Added controller + updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoDon't log this way.
Roland Haeder [Tue, 24 Mar 2015 20:50:50 +0000 (21:50 +0100)]
Don't log this way.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoCapitalize title.
Roland Haeder [Tue, 24 Mar 2015 20:43:01 +0000 (21:43 +0100)]
Capitalize title.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoUpdated 'core' as a lot has been moved there.
Roland Haeder [Tue, 24 Mar 2015 20:40:46 +0000 (21:40 +0100)]
Updated 'core' as a lot has been moved there.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoUpdated 'core' to have HandleableTask interface.
Roland Haeder [Tue, 24 Mar 2015 20:14:56 +0000 (21:14 +0100)]
Updated 'core' to have HandleableTask interface.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoMoved more methods to 'core' as they are now more generalized + fixed config entries...
Roland Haeder [Tue, 24 Mar 2015 19:58:36 +0000 (20:58 +0100)]
Moved more methods to 'core' as they are now more generalized + fixed config entries +++.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoOutput system is now no longer initialized by loading a centralized
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>
9 years agoAdded more console and database frontend classes.
Roland Haeder [Tue, 24 Mar 2015 17:20:27 +0000 (18:20 +0100)]
Added more console and database frontend classes.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoAdded first console-related stuff:
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>
9 years agoHuh? Not updated?
Roland Haeder [Tue, 24 Mar 2015 01:20:23 +0000 (02:20 +0100)]
Huh? Not updated?

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoUpdated 'core' to latest commit including index.php
Roland Haeder [Tue, 24 Mar 2015 01:17:40 +0000 (02:17 +0100)]
Updated 'core' to latest commit including index.php

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoContinued:
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>
9 years agoLittle change, big impact as the class prefix has changed, so let's move on with
Roland Haeder [Mon, 23 Mar 2015 15:10:09 +0000 (16:10 +0100)]
Little change, big impact as the class prefix has changed, so let's move on with
renaming 'web' to 'html'. And updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoRenamed classes to naming scheme + removed deprecated code + updated 'core'.
Roland Haeder [Mon, 23 Mar 2015 14:11:31 +0000 (15:11 +0100)]
Renamed classes to naming scheme + removed deprecated code + updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoFixed main template name ('city' is correct prefix) and updated 'core'.
Roland Haeder [Mon, 23 Mar 2015 02:21:34 +0000 (03:21 +0100)]
Fixed main template name ('city' is correct prefix) and updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoPossible fix for Doxygen file.
Roland Haeder [Sun, 22 Mar 2015 23:46:58 +0000 (00:46 +0100)]
Possible fix for Doxygen file.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoUpdated copyright tag.
Roland Haeder [Sun, 22 Mar 2015 22:38:34 +0000 (23:38 +0100)]
Updated copyright tag.

Signed-off-by: Roland Haeder <roland@mxchange.org>
9 years agoInitial commit with empty output (all applications are starting like this).
Roland Haeder [Sun, 22 Mar 2015 22:04:01 +0000 (23:04 +0100)]
Initial commit with empty output (all applications are starting like this).

Signed-off-by: Roland Haeder <roland@mxchange.org>