Roland Haeder [Wed, 27 May 2015 01:37:43 +0000 (03:37 +0200)]
Updated to latest 'core' + convertToClassName() and convertDashesToUnderscores() are now static.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Thu, 14 May 2015 09:43:10 +0000 (11:43 +0200)]
Renamed 'content' to 'main_content' + updated 'core'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 12 May 2015 00:06:25 +0000 (02:06 +0200)]
Improved 'find-bad-php.sh' with a lint check + updated 'core'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 11 May 2015 12:08:41 +0000 (14:08 +0200)]
Updated 'core' + inc/classes.php is no longer used.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sat, 18 Apr 2015 10:30:59 +0000 (12:30 +0200)]
Cleanup of old stuff.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sat, 11 Apr 2015 14:56:19 +0000 (16:56 +0200)]
Updated 'core'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 7 Apr 2015 21:18:40 +0000 (23:18 +0200)]
XML node 'subject-line' now no longer have attribute 'value'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 7 Apr 2015 16:06:12 +0000 (18:06 +0200)]
Misc fixes
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 6 Apr 2015 22:50:12 +0000 (00:50 +0200)]
Fixed a lot more 'web' to 'html' + updated 'core'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 6 Apr 2015 09:56:36 +0000 (11:56 +0200)]
'page' and 'command' were both the same (command), so better name it same way.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sun, 5 Apr 2015 23:57:34 +0000 (01:57 +0200)]
Find bad PHP scripts.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sun, 5 Apr 2015 23:55:07 +0000 (01:55 +0200)]
Fixes + added missing directories.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sun, 5 Apr 2015 23:00:55 +0000 (01:00 +0200)]
$config[bla] was an old way, now {?bla?} is used, too.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sun, 5 Apr 2015 19:31:24 +0000 (21:31 +0200)]
Proper naming + 'core' updated.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 24 Mar 2015 19:56:53 +0000 (20:56 +0100)]
Moved more methods to 'core' as they are now more generalized.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 24 Mar 2015 18:22:24 +0000 (19:22 +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.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 24 Mar 2015 17:36:58 +0000 (18:36 +0100)]
getResponseTypeFromSystem() is now static.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 24 Mar 2015 01:18:40 +0000 (02:18 +0100)]
Updated 'core' to latest commit including index.php
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Tue, 24 Mar 2015 00:01:52 +0000 (01:01 +0100)]
Updated 'core'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 23 Mar 2015 23:35:12 +0000 (00:35 +0100)]
Updated to latest 'core'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 23 Mar 2015 16:04:30 +0000 (17:04 +0100)]
Renamed more from 'web' to 'html'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Mon, 23 Mar 2015 14:08:13 +0000 (15:08 +0100)]
Updated 'core'.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sun, 22 Mar 2015 20:30:42 +0000 (21:30 +0100)]
Minor improvements/fixes.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sun, 22 Mar 2015 20:22:13 +0000 (21:22 +0100)]
Removed no longer needed file.
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Haeder [Sun, 22 Mar 2015 20:21:22 +0000 (21:21 +0100)]
Renamed 'ship-simu' to 'shipsimu' + added 'core' and symlink to core/inc
Signed-off-by: Roland Haeder <roland@mxchange.org>
Roland Häder [Tue, 30 Jul 2013 07:35:57 +0000 (07:35 +0000)]
More renamed
Roland Häder [Thu, 18 Jul 2013 12:52:06 +0000 (12:52 +0000)]
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than keywords
Roland Häder [Fri, 1 Feb 2013 10:39:00 +0000 (10:39 +0000)]
Removed deprecated array (very old code)
Roland Häder [Thu, 20 Dec 2012 21:42:15 +0000 (21:42 +0000)]
Global fix for generating right class name for controller resolver (to make that code part more generic and later move out to 'core' project as a new class/method)
Roland Häder [Thu, 20 Dec 2012 21:19:52 +0000 (21:19 +0000)]
Updated ApplicationHelper class to latest API
Roland Häder [Tue, 7 Aug 2012 00:56:45 +0000 (00:56 +0000)]
Used exit() instead of die()
Roland Häder [Wed, 25 Apr 2012 17:06:59 +0000 (17:06 +0000)]
Added missing directories/config entries
Roland Häder [Wed, 25 Apr 2012 16:51:22 +0000 (16:51 +0000)]
Fix for non-object 'request instance'
Roland Häder [Sun, 22 Apr 2012 20:03:07 +0000 (20:03 +0000)]
Fix for getSelfInstance
Roland Häder [Tue, 8 Nov 2011 10:18:19 +0000 (10:18 +0000)]
Also this ...
Roland Häder [Tue, 8 Nov 2011 07:51:50 +0000 (07:51 +0000)]
selfInstance is better
Roland Häder [Tue, 8 Nov 2011 06:44:03 +0000 (06:44 +0000)]
Renamed getInstance() to getSelfInstance(), conflicts BaseRegistry versus several other classes
Roland Häder [Wed, 20 Apr 2011 04:59:15 +0000 (04:59 +0000)]
svn:eol-style set to 'native' also for Doxyfile ... :/
Roland Häder [Wed, 20 Apr 2011 04:56:02 +0000 (04:56 +0000)]
svn:eol-style set to 'native'
Roland Häder [Wed, 6 Apr 2011 01:08:23 +0000 (01:08 +0000)]
Some code cosmetics applied
Roland Häder [Sat, 26 Mar 2011 00:17:59 +0000 (00:17 +0000)]
Reverted appplication/xml because SVN thinks this is a binary file...
Roland Häder [Sat, 26 Mar 2011 00:12:39 +0000 (00:12 +0000)]
Added a count attribute to all list XML nodes (unhandled at the moment)
Roland Häder [Fri, 25 Mar 2011 10:40:56 +0000 (10:40 +0000)]
If the class is final, no methods can be overwritten and therefore all methods are also final
Roland Häder [Fri, 25 Mar 2011 00:46:05 +0000 (00:46 +0000)]
Fixes MIME type, application/xml is for XML files
Roland Häder [Tue, 22 Mar 2011 21:15:22 +0000 (21:15 +0000)]
Set application instance first (to prevent a NPE in BaseRegistry)
Roland Häder [Mon, 21 Mar 2011 23:26:16 +0000 (23:26 +0000)]
Removed obsolete parameter 'applicationInstance' from all template engines
Roland Häder [Tue, 15 Mar 2011 20:45:58 +0000 (20:45 +0000)]
Documentation tag fixed for method detectCorePath() (all projects)
Roland Häder [Thu, 10 Mar 2011 14:27:58 +0000 (14:27 +0000)]
Deprecated includes file_io/language removed
Roland Häder [Mon, 28 Feb 2011 00:18:45 +0000 (00:18 +0000)]
'public static final' is correct
Roland Häder [Sun, 13 Feb 2011 15:43:19 +0000 (15:43 +0000)]
Properties set/deleted on .htaccess
Roland Häder [Sun, 13 Feb 2011 00:18:33 +0000 (00:18 +0000)]
Properties added/fixed, externals updated (www. is out-dated)
Roland Häder [Tue, 14 Sep 2010 14:36:01 +0000 (14:36 +0000)]
SVN properties globally set
Roland Häder [Tue, 18 May 2010 16:31:30 +0000 (16:31 +0000)]
Better handling of missing emergency_exit.ctp
Roland Häder [Mon, 1 Mar 2010 01:17:00 +0000 (01:17 +0000)]
index.php updated (generic)
Roland Häder [Thu, 10 Dec 2009 10:35:08 +0000 (10:35 +0000)]
Code rewritten to reflect latest changes in core
Roland Häder [Wed, 9 Dec 2009 20:51:09 +0000 (20:51 +0000)]
Generic index.php is now masking backtrace data
Roland Häder [Mon, 7 Dec 2009 22:13:16 +0000 (22:13 +0000)]
Deleted to reflect code changes in core revision 233
Roland Häder [Wed, 2 Dec 2009 20:21:46 +0000 (20:21 +0000)]
Global fix for svn::execuetable ... :(
Roland Häder [Wed, 2 Dec 2009 20:10:53 +0000 (20:10 +0000)]
Global fix/add/update:
- index.php updated in all projects from ship-simu
- Missing todo-builder.sh added
- TODOs.txt updated in all projects
- Missing svn:executable added
Roland Häder [Wed, 2 Dec 2009 18:06:20 +0000 (18:06 +0000)]
TODOs.txt updated... :(
Roland Häder [Wed, 2 Dec 2009 18:03:09 +0000 (18:03 +0000)]
Fix for parser error
Roland Häder [Wed, 2 Dec 2009 13:23:12 +0000 (13:23 +0000)]
Major rewrite of game logic XMLs
Roland Häder [Wed, 2 Dec 2009 11:55:39 +0000 (11:55 +0000)]
Menu XML rewritten to not have attributes
Roland Häder [Mon, 9 Nov 2009 02:32:31 +0000 (02:32 +0000)]
No longer using attributes in anchor nodes
Roland Häder [Mon, 9 Nov 2009 02:19:09 +0000 (02:19 +0000)]
Fixed
Roland Häder [Mon, 9 Nov 2009 02:17:09 +0000 (02:17 +0000)]
New building 'advanced research lab' added, floor-list added to buildings, menu XML updated
Roland Häder [Mon, 9 Nov 2009 00:35:21 +0000 (00:35 +0000)]
No more needed
Roland Häder [Mon, 9 Nov 2009 00:33:46 +0000 (00:33 +0000)]
*sigh*
Roland Häder [Mon, 9 Nov 2009 00:32:13 +0000 (00:32 +0000)]
Added to generic directory
Roland Häder [Mon, 9 Nov 2009 00:31:43 +0000 (00:31 +0000)]
Fix for base farmer
Roland Häder [Fri, 9 Oct 2009 21:28:22 +0000 (21:28 +0000)]
New goodies/research added:
- Lifestock template added (unfinished)
- Grain template added (unfinished)
- Drink template added (unfinished)
- Household devices template added (unfinished)
- Research 'electricity and electronics added
- Updated technology and electronic templates for new research proposals
- TODOs.txt updated
Roland Häder [Fri, 2 Oct 2009 23:35:38 +0000 (23:35 +0000)]
Fixed product to produce in farmer, added a lot more XML templates:
- Added more commercial electronics for production and trading
- Added research for radio receiving proposal
- Added generic produce template base_produce.xml (unfinished)
- Added general base_fruit.xml and base_vegetable.xml (unfinished)
- Added more technology for entertainment devices
- Fixed 'product' in base_farmer.xml to 'produce'
- TODOs.txt updated
Roland Häder [Fri, 2 Oct 2009 00:35:21 +0000 (00:35 +0000)]
More technology added (commercial and electronical), TODOs.txt updated
- Transistor technology added which is an eletronical semiconductor device
- Radio receiving research added
- Simple radio receiver added
- Sound equalizer technology added
- Intergrated current technology added (so called "ICs")
- TODOs.txt updated
Roland Häder [Thu, 1 Oct 2009 22:27:29 +0000 (22:27 +0000)]
Farmer and product type added, cellular network updated, TODOs.txt updated:
- New base_farmer.xml and farmer_types.xml added (not yet finished)
- TODO added to cellular_network.xml
- TODOs.txt updated
Roland Häder [Wed, 30 Sep 2009 23:49:21 +0000 (23:49 +0000)]
TODOs.txt updated :(
Roland Häder [Wed, 30 Sep 2009 23:47:31 +0000 (23:47 +0000)]
Basic fuel and tank templates added, typos fixed
- New base_fuel.xml and base_tank.xml added (not finished)
- Typos for all "dimensions" nodes fixed
- Comments added to base_engine.xml
Roland Häder [Fri, 25 Sep 2009 21:10:08 +0000 (21:10 +0000)]
base_merchant.xml reverted
Roland Häder [Fri, 25 Sep 2009 21:06:32 +0000 (21:06 +0000)]
Statics is no longer a technology, cellphone added, several fixes:
- Statics is now a research proposal and therefore no longer a technology
- Several rewrites of templates from attributed to nodes (next rewrite-wave)
- New electronics 'cellphone' added
- New technology 'cellular network' added
- Some fixes
Roland Häder [Thu, 24 Sep 2009 21:59:43 +0000 (21:59 +0000)]
A lot rewrites, engine base template added, naval architecture added:
- All templates are now rewritten to use nodes instead of attributes. Still
'extends' should be used which is fine.
- New template 'base_engine.xml' added which respresents the engine in general
- New technology 'naval architects' added (basicly finished, maybe need changes)
- Some fixes to XML templates
Roland Häder [Wed, 23 Sep 2009 23:24:31 +0000 (23:24 +0000)]
TODOs.txt updated... :(
Roland Häder [Wed, 23 Sep 2009 23:23:47 +0000 (23:23 +0000)]
Attributes converted, more technology/research added:
- A lot XMLs rewritten from attributes to nodes
- Technologies added: plastics, laborary equipment, statics, drawings, glass
making, many are not finished or maybe should be converted to research?
- Chemicals prepared (used e.g. for plastics)
Roland Häder [Wed, 23 Sep 2009 00:37:15 +0000 (00:37 +0000)]
Bulding types, architecture technology and research lab added, rewrites on base templates
Roland Häder [Fri, 18 Sep 2009 22:20:43 +0000 (22:20 +0000)]
Some more open sections marked as todo, TODOs.txt updated
Roland Häder [Fri, 18 Sep 2009 17:27:16 +0000 (17:27 +0000)]
Electronics added, @TODO tag added, TODOs.txt updated
Roland Häder [Fri, 18 Sep 2009 16:25:39 +0000 (16:25 +0000)]
Container/ship templates rewritten
Roland Häder [Thu, 17 Sep 2009 20:51:03 +0000 (20:51 +0000)]
Container added for transportating cargos, some fixes, ship type template added
Roland Häder [Wed, 16 Sep 2009 21:56:36 +0000 (21:56 +0000)]
Heavily extened and commented
Roland Häder [Tue, 15 Sep 2009 20:52:42 +0000 (20:52 +0000)]
Huge rewrite of all base templates, added base_ship.xml (unfinished)
Roland Häder [Sun, 13 Sep 2009 13:48:07 +0000 (13:48 +0000)]
Minerals template added, some rewritten, comments added:
- New template base_mineral.xml added which can be used for custom minerals to
fit into the Ship-Simu engine.
- A lot list tags in many templates rewritten. We now use -list as a tag suffix
for any lists.
- A lot more comments added to make the XMLs more clear.
- Research depency removed from building because the technology is the physical
representation of the research results... :)
Roland Häder [Thu, 10 Sep 2009 22:22:41 +0000 (22:22 +0000)]
Technology XML added, prefixes removed:
- New base_technology.xml added which can be used for custom technologies
- Prefix 'building' removed from base_building.xml
- Same for 'contract' from base_contract.xml'
- And for 'research' from base_research.xml'
- TODOs.txt updated
Roland Häder [Thu, 10 Sep 2009 00:57:50 +0000 (00:57 +0000)]
TODOs.txt updated, typo fixed
Roland Häder [Thu, 10 Sep 2009 00:56:37 +0000 (00:56 +0000)]
XMLs amoved, research XML added, building XML updated:
- All type definition XMLs moved to own directory
- Added owner/occupants definition XML
- Added research proposal XML
- Updated building XML to include owner/occupant types
Roland Häder [Tue, 8 Sep 2009 21:57:11 +0000 (21:57 +0000)]
Contract-related XMLs added, TODOs.txt updated
Roland Häder [Tue, 8 Sep 2009 19:41:43 +0000 (19:41 +0000)]
A lot directories for game XML templates added, first building XML added
Roland Häder [Mon, 7 Sep 2009 22:22:59 +0000 (22:22 +0000)]
Rewritten
Roland Häder [Mon, 7 Sep 2009 22:19:58 +0000 (22:19 +0000)]
Ignored
Roland Häder [Mon, 7 Sep 2009 22:16:56 +0000 (22:16 +0000)]
Ignored, removed
Roland Häder [Sat, 5 Sep 2009 20:04:32 +0000 (20:04 +0000)]
A lot menu templates added, XMLs rewritten, TODOs.txt updated
Roland Häder [Wed, 2 Sep 2009 22:09:46 +0000 (22:09 +0000)]
Some template issues fixed
Roland Häder [Wed, 2 Sep 2009 21:59:31 +0000 (21:59 +0000)]
Generic menu XML added, XML nodes rewritten:
- XML for generic menu entries added which extends base_menu.xml
- Deprecated 'design' node removed
- attribute 'href' removed, 'link' added to 'anchor' node
- The deprecated 'href' attribute is now enclosed in a CDATA