application/ship-simu/templates/de/game/electronic/cellphone.xml -text
application/ship-simu/templates/de/game/engine/.htaccess -text
application/ship-simu/templates/de/game/engine/base_engine.xml -text
+application/ship-simu/templates/de/game/farmer/.htaccess -text
+application/ship-simu/templates/de/game/farmer/base_farmer.xml -text
application/ship-simu/templates/de/game/fuel/.htaccess -text
application/ship-simu/templates/de/game/fuel/base_fuel.xml -text
application/ship-simu/templates/de/game/merchant/.htaccess -text
application/ship-simu/templates/de/game/types/contract_types.xml -text
application/ship-simu/templates/de/game/types/electronic_types.xml -text
application/ship-simu/templates/de/game/types/engine_types.xml -text
+application/ship-simu/templates/de/game/types/farmer_types.xml -text
application/ship-simu/templates/de/game/types/fuel_types.xml -text
application/ship-simu/templates/de/game/types/merchant_types.xml -text
application/ship-simu/templates/de/game/types/owner_occupants.xml -text
+application/ship-simu/templates/de/game/types/product_types.xml -text
application/ship-simu/templates/de/game/types/research_types.xml -text
application/ship-simu/templates/de/game/types/ship_types.xml -text
application/ship-simu/templates/de/game/types/signer_types.xml -text
@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
@license GNU GPL 3.0 or any newer version
@link http://www.ship-simu.org
+@todo Unfinished template
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
--- /dev/null
+Deny from all
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A general farmer template
+
+@author Roland Haeder <webmaster@ship-simu.org>
+@version 0.0.0
+@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license GNU GPL 3.0 or any newer version
+@link http://www.ship-simu.org
+@todo Unfinished template
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
+<farmer>
+ <!-- General data about this farmer, like name (not the player's nickname)
+ type, birthday. //-->
+ <general-data>
+ <id>{?id?}</id>
+ <name>{?name?}</name>
+ <type>{?type?}</type>
+ <!-- The productivity may depend on the age of the farmer. //-->
+ <birthday>
+ <month>{?month?}</month>
+ <day>{?day?}</day>
+ <year>{?year?}</year>
+ </birthyear>
+ <!-- Productivity, experience and others. //-->
+ <productivity>{?productivity?}</productivity>
+ <experience>{?experience?}</experience>
+ </general-data>
+ <!-- List of all products this farmer is producing. //-->
+ <product-list>
+ <!-- A single product this farmer is producing. //-->
+ <product>
+ <id>{?product_id?}</id>
+ <name>{?product_name?}</name>
+ <type>{?product_type?}</type>
+ <!-- A list of technology dependency required to produce this
+ product. @TODO Find some better typo here. //-->
+ <technology-dependency-list>
+ <!-- A single technology dependency. //-->
+ <technology-dependency>
+ <id>{?technology_farmerid?}</id>
+ <name>{?technology_farmername?}</name>
+ <level>{?technology_farmerlevel?}</level>
+ </technology-dependency>
+ </technology-dependency-list>
+ </product>
+ </product-list>
+</farmer>
<!-- All research dependencies for this technology. //-->
<research-dependency-list>
<!-- A research dependency for this technology. //-->
+ <!-- @TODO Do we need research dependencies? //-->
<research-dependency>
<name>{?research_name?}</name>
<level>{?research_level?}</level>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+All valid farmer types
+
+@author Roland Haeder <webmaster@ship-simu.org>
+@version 0.0.0
+@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license GNU GPL 3.0 or any newer version
+@link http://www.ship-simu.org
+@todo Unfinished template
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
+<farmer-type-list>
+</farmer-type-list>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+All valid product types
+
+@author Roland Haeder <webmaster@ship-simu.org>
+@version 0.0.0
+@copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license GNU GPL 3.0 or any newer version
+@link http://www.ship-simu.org
+@todo Unfinished template
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>
+//-->
+<product-type-list>
+</product-type-list>
./inc/language.php:31:// @TODO Rewrite this
./inc/loader/class_ClassLoader.php:262: /* @todo: Do not die here. */
./application/ship-simu/templates/de/game/contract/base_contract.xml:51: <!-- @TODO We need to make this more XML than free text. //-->
+./application/ship-simu/templates/de/game/farmer/base_farmer.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/ship/base_ship.xml:100: <!-- @TODO This section is not complete. //-->
./application/ship-simu/templates/de/game/ship/base_ship.xml:104: <!-- @TODO This section is not complete. //-->
./application/ship-simu/templates/de/game/ship/base_ship.xml:108: <!-- @TODO This section is not complete. //-->
./application/ship-simu/templates/de/game/ship/base_ship.xml:79: <!-- @TODO This section is not complete. //-->
./application/ship-simu/templates/de/game/ship/base_ship.xml:89: <!-- @TODO This section is not complete. //-->
./application/ship-simu/templates/de/game/ship/base_ship.xml:96: <!-- @TODO This section is not complete. //-->
+./application/ship-simu/templates/de/game/technology/cellular_network.xml:43: <!-- @TODO Do we need research dependencies? //-->
./application/ship-simu/templates/de/game/types/container_types.xml:33: <!-- @TODO Add more containers. //-->
./application/ship-simu/templates/de/game/types/content_types.xml:31: <!-- @TODO Add more container content types. //-->
./application/ship-simu/templates/de/game/types/contract_types.xml:40: <!-- @TODO Add more contract types. //-->
./application/ship-simu/templates/de/game/types/electronic_types.xml:28: <!-- @TODO Add more types. //-->
+./application/ship-simu/templates/de/game/types/farmer_types.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/types/merchant_types.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/types/owner_occupants.xml:10:@todo Unfinished definition
+./application/ship-simu/templates/de/game/types/product_types.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/types/research_types.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/types/ship_types.xml:10:@todo This is a very simmple list, extend it.
./application/ship-simu/templates/de/game/types/ship_types.xml:38: <!-- @TODO Add more ship types. //-->
./application/ship-simu/templates/de/game/types/signer_types.xml:28: <!-- @TODO Add more types, e.g. company //-->
./application/ship-simu/templates/de/game/types/tank_types.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/types/technology_types.xml:10:@todo Unfinished template
+./application/ship-simu/templates/de/.xml:10:@todo Unfinished template
### ### DEPRECATION FOLLOWS: ### ###
./application/ship-simu/main/personell/class_SimulatorPersonell.php:118: * @deprecated
./application/ship-simu/main/personell/class_SimulatorPersonell.php:319: * @deprecated