application/ship-simu/templates/de/game/container/base_container.xml -text
application/ship-simu/templates/de/game/contract/.htaccess -text
application/ship-simu/templates/de/game/contract/base_contract.xml -text
+application/ship-simu/templates/de/game/drink/.htaccess -text
+application/ship-simu/templates/de/game/drink/base_drink.xml -text
application/ship-simu/templates/de/game/electronic/.htaccess -text
application/ship-simu/templates/de/game/electronic/base_electronic.xml -text
application/ship-simu/templates/de/game/electronic/cellphone.xml -text
application/ship-simu/templates/de/game/fruit/base_fruit.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/grain/.htaccess -text
+application/ship-simu/templates/de/game/grain/base_grain.xml -text
+application/ship-simu/templates/de/game/lifestock/.htaccess -text
+application/ship-simu/templates/de/game/lifestock/base_lifestock.xml -text
application/ship-simu/templates/de/game/merchant/.htaccess -text
application/ship-simu/templates/de/game/merchant/base_merchant.xml -text
application/ship-simu/templates/de/game/mineral/.htaccess -text
application/ship-simu/templates/de/game/produce/base_produce.xml -text
application/ship-simu/templates/de/game/research/.htaccess -text
application/ship-simu/templates/de/game/research/base_research.xml -text
+application/ship-simu/templates/de/game/research/electricity.xml -text
+application/ship-simu/templates/de/game/research/electronics.xml -text
application/ship-simu/templates/de/game/research/mathematics.xml -text
application/ship-simu/templates/de/game/research/radio_receiving.xml -text
application/ship-simu/templates/de/game/research/statics.xml -text
application/ship-simu/templates/de/game/technology/cellular_network.xml -text
application/ship-simu/templates/de/game/technology/drawings.xml -text
application/ship-simu/templates/de/game/technology/glass_making.xml -text
+application/ship-simu/templates/de/game/technology/household_devices.xml -text
application/ship-simu/templates/de/game/technology/intergrated_currents.xml -text
application/ship-simu/templates/de/game/technology/laboratory_equipment.xml -text
application/ship-simu/templates/de/game/technology/naval_architecture.xml -text
--- /dev/null
+Deny from all
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A general drink template for juice, mineral water, milk et cetera.
+
+@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/>
+//-->
+<drink>
+</drink>
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
//-->
-<electronic extends="{?goody_template?}">
+<electronic>
<!-- General data of the electronics. //-->
<general-data>
<!-- Id and type for this electronic. //-->
<!-- A list research dependencies for this electronical device. //-->
<research-dependency-list>
<!-- A single technollogical dependency. //-->
- <!-- @TODO Do we need research dependency here? //-->
<research-dependency>
- <id>{?research_id?}</id>
- <name>{?research_name?}</name>
- <level>{?research_level?}</level>
+ <name>electronics</name>
+ <level>6</level>
</research-dependency>
</research-dependency-list>
</dependencies>
<level>4</level>
</technology-dependency>
</technology-dependency-list>
+ <!-- A list research dependencies for this electronical device. //-->
+ <research-dependency-list>
+ <!-- A single research dependency. //-->
+ <research-dependency>
+ <name>electronics</name>
+ <level>4</level>
+ </research-dependency>
+ </research-dependency-list>
</dependencies>
</electronic>
<level>1</level>
</technology-dependency>
</technology-dependency-list>
+ <!-- A list research dependencies for this electronical device. //-->
+ <research-dependency-list>
+ <!-- A single technollogy dependency. //-->
+ <research-dependency>
+ <name>electronics</name>
+ <level>3</level>
+ </research-dependency>
+ </research-dependency-list>
</dependencies>
</electronic>
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
//-->
-<electronic extends="{?goody_template?}">
+<electronic extends="base_electronic">
<!-- General data of the electronics. //-->
<general-data>
<!-- Id and type for this electronic. //-->
--- /dev/null
+Deny from all
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A general grain 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/>
+//-->
+<grain>
+</grain>
--- /dev/null
+Deny from all
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A general lifestock 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/>
+//-->
+<lifestock>
+</lifestock>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A electricity research proposal 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
+
+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/>
+//-->
+<research-proposal extends="base_research">
+ <!-- General data of this research like id, summar or description. //-->
+ <research-data>
+ <name>electricity</name>
+ <type>electronics</type>
+ <max-level>10</max-level>
+ </research-data>
+</research-proposal>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A electronics research proposal 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
+
+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/>
+//-->
+<research-proposal extends="base_research">
+ <!-- General data of this research like id, summar or description. //-->
+ <research-data>
+ <name>electronics</name>
+ <type>electronics</type>
+ <max-level>20</max-level>
+ </research-data>
+ <dependencies>
+ <technology-dependency-list>
+ <technology-dependency>
+ <name>plastics</name>
+ <level>2</level>
+ </technology-dependency>
+ </technology-dependency-list>
+ <research-dependency-list>
+ <research-dependency>
+ <name>electricity</name>
+ <level>4</level>
+ </research-dependency>
+ </research-dependency-list>
+ </dependencies>
+</research-proposal>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A generic household device 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
+
+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/>
+//-->
+<technology extends="base_technology">
+ <!-- General technology data like type, level, summary or description. //-->
+ <general-data>
+ <name>household_devices</name>
+ <type>electronics</type>
+ </general-data>
+ <!-- A technology may depend on some other technologies or research
+ proposals to gain the first level of this technology. //-->
+ <dependencies>
+ <!-- All technology dependencies for this technology. //-->
+ <technology-dependency-list>
+ <technology-dependency>
+ <name>plastics</name>
+ <level>3</level>
+ </technology-dependency>
+ </technology-dependency-list>
+ <!-- All research proposal dependencies for this research. //-->
+ <research-dependency-list>
+ <research-dependency>
+ <name>electronics</name>
+ <level>1</level>
+ </research-dependency>
+ </research-dependency-list>
+ </dependencies>
+</technology>
./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/electronic/cellphone.xml:55: <!-- @TODO Do we need research dependency here? //-->
+./application/ship-simu/templates/de/game/drink/base_drink.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/farmer/base_farmer.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/fruit/base_fruit.xml:10:@todo Unfinished template
+./application/ship-simu/templates/de/game/grain/base_grain.xml:10:@todo Unfinished template
+./application/ship-simu/templates/de/game/lifestock/base_lifestock.xml:10:@todo Unfinished template
./application/ship-simu/templates/de/game/produce/base_produce.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. //-->