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: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: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: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 [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: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 [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
Roland Häder [Tue, 25 Aug 2009 22:19:14 +0000 (22:19 +0000)]
Missing birthday elements added, missing config added
- Missing birth_day, birth_month and birth_year added to registration and
profile command class
- A lot missing configuration entries added
- Some more double quotes converted to single quotes
Roland Häder [Sat, 22 Aug 2009 12:46:58 +0000 (12:46 +0000)]
Missing class/config entries added, execeute() implemented, some rewrites:
- Missing menu class for failed login attempt (e.g. expired auth cookie) added
- execute() method (partly) implemented in government commands
- Double quotes to single converted
- Misc minor rewrites
Roland Häder [Sat, 22 Aug 2009 00:47:17 +0000 (00:47 +0000)]
NPE catched, double->single converted:
- NPE in ShipSimuMember class catched
- Double quotes to single quotes converted in templates
- Output of current points amount added