application/ship-simu/templates/de/game/building/.htaccess -text
application/ship-simu/templates/de/game/building/base_building.xml -text
application/ship-simu/templates/de/game/building/research_lab.xml -text
+application/ship-simu/templates/de/game/chemicals/.htaccess -text
application/ship-simu/templates/de/game/company/.htaccess -text
application/ship-simu/templates/de/game/container/.htaccess -text
application/ship-simu/templates/de/game/container/base_container.xml -text
application/ship-simu/templates/de/game/mineral/base_mineral.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/mathematics.xml -text
application/ship-simu/templates/de/game/resource/.htaccess -text
application/ship-simu/templates/de/game/resource/base_resource.xml -text
application/ship-simu/templates/de/game/ship/.htaccess -text
application/ship-simu/templates/de/game/technology/.htaccess -text
application/ship-simu/templates/de/game/technology/architecture.xml -text
application/ship-simu/templates/de/game/technology/base_technology.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/laboratory_equipment.xml -text
+application/ship-simu/templates/de/game/technology/plastics.xml -text
+application/ship-simu/templates/de/game/technology/statics.xml -text
application/ship-simu/templates/de/game/types/.htaccess -text
application/ship-simu/templates/de/game/types/building_types.xml -text
application/ship-simu/templates/de/game/types/container_types.xml -text
application/ship-simu/templates/de/game/types/electronic_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/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
application/ship-simu/templates/de/game/types/technology_types.xml -text
-<construction-company extends="{?construction_template?}">
-<construction-contract extends="{?contract_template?}">
+<construction-company extends="{?construction_template?}" />
+<construction-contract extends="{?contract_template?}" />
<!-- We also have technology denpencies for a building. These must be
understand by construction companies who made contracts with the
shipping company to construct this building. //-->
- <depencies>
+ <dependencies>
<!-- A list of required technology to construct this building. //-->
<technology-dependency-list>
<!-- A single required technology to construct this building. //-->
<level>{?technology_level?}</level>
</technology-dependency>
</technology-dependency-list>
- </depencies>
+ </dependencies>
</building>
<?xml version="1.0" encoding="UTF-8" ?>
<!--
-A general research lab for conducting simple experiments.
+A general research laboratory for conducting simple experiments.
@author Roland Haeder <webmaster@ship-simu.org>
@version 0.0.0
<!-- We also have technology denpencies for a building. These must be
understand by construction companies who made contracts with the
shipping company to construct this building. //-->
- <depencies>
+ <dependencies>
<!-- A list of required technology to construct this building. //-->
<technology-dependency-list>
<!-- Arcgictecture is required. //-->
</technology-dependency>
<!-- Labory equipment is required. //-->
<technology-dependency>
- <type>labory_equpment</type>
+ <type>laboratory_equipment</type>
<level>1</level>
</technology-dependency>
</technology-dependency-list>
- </depencies>
+ </dependencies>
</building>
--- /dev/null
+Deny from all
along with this program. If not, see <http://www.gnu.org/licenses/>
//-->
<container>
- <!-- Som general data about this container. //-->
+ <!-- Some general data about this container. //-->
<general-data>
<!-- Id and type of this container. //-->
<id>{?id?}</id>
+ <!-- Uni* name, mostly adapted from template name, for this container. //-->
+ <name>{?name?}</name>
<!-- Look at container_types.xml for details. //-->
<type>{?type?}</type>
<!-- Dimension of the container. //-->
A general mineral template. Some mineral requires technology in a specific
level to get mined by the user. For example crystals needs drilling machines
and undergroup drilling vehicles. These are all represented as 'technologies' so
-a mineral may have depencies on technologies. :-)
+a mineral may have dependencies on technologies. :-)
@author Roland Haeder <webmaster@ship-simu.org>
@version 0.0.0
<!-- General data of this research like id, summar or description. //-->
<research-data>
<id>{?id?}</id>
+ <name>{?name?}</name>
<type>{?type?}</type>
+ <max-level>{?max_level?}</max-level>
<!-- All researches end up with results which can be improvements to
to existing technology or how research is conducted. Some research
may have multiple results and they all might not be good. //-->
<!-- This is somewhat a "research history". //-->
<research-level-list>
<!-- A research level X has its own summary and a full description.
- It also can have depencies which makes it possible to add different
- depencies for higher research levels. //-->
+ It also can have dependencies which makes it possible to add different
+ dependencies for higher research levels. //-->
<research-level>
<level>{?level?}</level>
<!-- When the research of this level has been started ... //-->
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+Mathematics research purpose
+
+@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>
+ <!-- General data of this research like id, summar or description. //-->
+ <research-data>
+ <name>mathematics</name>
+ <type>base</type>
+ <max-level>10</max-level>
+ </research-data>
+</research-proposal>
<!-- General data for this resource like id, type, summary or description. //-->
<general-data>
<id>{?id?}</id>
+ <name>{?name?}</name>
<type>{?type?}</type>
<!-- A summary for this resource. //-->
<resource-summary>
required. Here you can list each technology with its required level. //-->
<technology-dependency-list>
<!-- A single technology dependency to harvest this resource. //-->
- <technology-dependency id="{?technology_id?}" level="{?technology_level?}" />
+ <technology-dependency>
+ <id>{?technology_id?}</id>
+ <name>{?technology_name?}</name>
+ <level>{?technology_level?}</level>
+ </technology-dependency>
</technology-dependency-list>
</resource>
<!-- General technology data like type, level, summary or description. //-->
<general-data>
<name>architecture</name>
- <type>building</type>
+ <type>construction</type>
</general-data>
<!-- A technology may depend on some other technologies or research
proposals. //-->
- <depencies>
- <!-- All technology depencies for this technology. //-->
+ <dependencies>
+ <!-- All technology dependencies for this technology. //-->
<technology-dependency-list>
- <!-- A technology dependency for this technology. //-->
<technology-dependency>
- <name>{?technology_name?}</name>
- <level>{?technology_level?}</level>
+ <name>statics</name>
+ <level>3</level>
+ </technology-dependency>
+ <technology-dependency>
+ <name>drawings</name>
+ <level>5</level>
</technology-dependency>
</technology-dependency-list>
- <!-- All research depencies for this technology. //-->
+ <!-- All research dependencies for this technology. //-->
<research-dependency-list>
- <!-- A research dependency for this technology. //-->
<research-dependency>
- <name>{?research_name?}</name>
- <level>{?research_level?}</level>
+ <name>mathematics</name>
+ <level>6</level>
</research-dependency>
</research-dependency-list>
- </depencies>
+ </dependencies>
</technology>
<technology-level-list>
<!-- A single technology level with its basic data, own summary and
description. //-->
- <technology-level level="{?list_level?}" gained="{?level_gained?}">
+ <technology-level>
+ <level>{?list_level?}</level>
+ <gained>{?level_gained?}</gained>
<!-- A summary of this technology level. //-->
<technology-level-summary>
<![CDATA[{?level_summary?}]]>
<technology-level-description>
<![CDATA[{?level_description?}]]>
</technology-level-description>
+ <!-- A specific technology level may depend on some further technologies or research
+ proposals. //-->
+ <level-dependencies>
+ <!-- All technology dependencies for this technology. //-->
+ <technology-level-dependency-list>
+ <!-- A technology dependency for this technology. //-->
+ <technology-level-dependency>
+ <id>{?technology_level_id?}</id>
+ <name>{?technology_level_name?}</name>
+ <level>{?technology_level_level?}</level>
+ </technology-level-dependency>
+ </technology-level-dependency-list>
+ <!-- All research dependencies for this technology. //-->
+ <research-level-dependency-list>
+ <!-- A research dependency for this technology. //-->
+ <research-level-dependency>
+ <id>{?research_level_id?}</id>
+ <name>{?research_level_name?}</name>
+ <level>{?research_level_level?}</level>
+ </research-level-dependency>
+ </research-dependency-list>
+ </level-dependencies>
</technology-level>
</technology-level-list>
<!-- A technology may depend on some other technologies or research
- proposals. //-->
- <depencies>
- <!-- All technology depencies for this technology. //-->
+ proposals to gain the first level of this technology. //-->
+ <dependencies>
+ <!-- All technology dependencies for this technology. //-->
<technology-dependency-list>
<!-- A technology dependency for this technology. //-->
<technology-dependency>
<level>{?technology_level?}</level>
</technology-dependency>
</technology-dependency-list>
- <!-- All research depencies for this technology. //-->
+ <!-- All research dependencies for this technology. //-->
<research-dependency-list>
<!-- A research dependency for this technology. //-->
<research-dependency>
<level>{?research_level?}</level>
</research-dependency>
</research-dependency-list>
- </depencies>
+ </dependencies>
</technology>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A drawings technology 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>drawings</name>
+ <type>base</type>
+ </general-data>
+</technology>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A glass-making technology 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>glass_making</name>
+ <type>production</type>
+ </general-data>
+ <!-- All levels of this technology are held in this tag. //-->
+ <technology-level-list>
+ <!-- A single technology level with its basic data, own summary and
+ description. //-->
+ <technology-level>
+ <level>{?list_level?}</level>
+ <!-- A specific technology level may depend on some further technologies or research
+ proposals. //-->
+ <level-dependencies>
+ <!-- All technology dependencies for this technology. //-->
+ <technology-level-dependency-list>
+ <!-- A technology dependency for this technology. //-->
+ <technology-level-dependency>
+ <name>{?technology_level_name?}</name>
+ <level>{?technology_level_level?}</level>
+ </technology-level-dependency>
+ </technology-level-dependency-list>
+ <!-- All research dependencies for this technology. //-->
+ <research-level-dependency-list>
+ <!-- A research dependency for this technology. //-->
+ <research-level-dependency>
+ <name>{?research_level_name?}</name>
+ <level>{?research_level_level?}</level>
+ </research-level-dependency>
+ </research-dependency-list>
+ </level-dependencies>
+ </technology-level>
+ </technology-level-list>
+ <!-- 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>
+ <!-- A technology dependency for this technology. //-->
+ <technology-dependency>
+ <name>{?technology_name?}</name>
+ <level>{?technology_level?}</level>
+ </technology-dependency>
+ </technology-dependency-list>
+ <!-- All research dependencies for this technology. //-->
+ <research-dependency-list>
+ <!-- A research dependency for this technology. //-->
+ <research-dependency>
+ <name>{?research_name?}</name>
+ <level>{?research_level?}</level>
+ </research-dependency>
+ </research-dependency-list>
+ </dependencies>
+</technology>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A laboratory-equipment technology 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>laboratory_equipment</name>
+ <type>equipment</type>
+ </general-data>
+ <!-- A technology may depend on some other technologies or research
+ proposals. //-->
+ <dependencies>
+ <technology-dependency-list>
+ <technology-dependency>
+ <name>plastics</name>
+ <level>3</level>
+ </technology-dependency>
+ <technology-dependency>
+ <name>glass_making</name>
+ <level>5</level>
+ </technology-dependency>
+ </technology-dependency-list>
+ </dependencies>
+</technology>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A plastics technology 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>plastics</name>
+ <type>production</type>
+ </general-data>
+ <!-- All levels of this technology are held in this tag. //-->
+ <technology-level-list>
+ <!-- A single technology level with its basic data, own summary and
+ description. //-->
+ <technology-level>
+ <level>{?list_level?}</level>
+ <!-- A specific technology level may depend on some further technologies or research
+ proposals. //-->
+ <level-dependencies>
+ <!-- All technology dependencies for this technology. //-->
+ <technology-level-dependency-list>
+ <!-- A technology dependency for this technology. //-->
+ <technology-level-dependency>
+ <name>{?technology_level_name?}</name>
+ <level>{?technology_level_level?}</level>
+ </technology-level-dependency>
+ </technology-level-dependency-list>
+ <!-- All research dependencies for this technology. //-->
+ <research-level-dependency-list>
+ <!-- A research dependency for this technology. //-->
+ <research-level-dependency>
+ <name>{?research_level_name?}</name>
+ <level>{?research_level_level?}</level>
+ </research-level-dependency>
+ </research-dependency-list>
+ </level-dependencies>
+ </technology-level>
+ </technology-level-list>
+ <!-- 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>{?technology_name?}</name>
+ <level>chemicals</level>
+ </technology-dependency>
+ </technology-dependency-list>
+ <!-- All research dependencies for this technology. //-->
+ <research-dependency-list>
+ <!-- A research dependency for this technology. //-->
+ <research-dependency>
+ <name>{?research_name?}</name>
+ <level>{?research_level?}</level>
+ </research-dependency>
+ </research-dependency-list>
+ </dependencies>
+</technology>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+A statics technology 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>statics</name>
+ <type>construction</type>
+ </general-data>
+ <!-- A technology may depend on some other technologies or research
+ proposals. //-->
+ <dependencies>
+ <!-- All research dependencies for this technology. //-->
+ <research-dependency-list>
+ <research-dependency>
+ <name>mathematics</name>
+ <level>4</level>
+ </research-dependency>
+ </research-dependency-list>
+ </dependencies>
+</technology>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+All valid research proposal 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/>
+//-->
+<technology-type-list>
+ <!-- A base research proposal which all others depend on. //-->
+ <technology-type type="base" />
+</technology-type-list>
along with this program. If not, see <http://www.gnu.org/licenses/>
//-->
<technology-type-list>
- <!-- Technology required for construction of buildings. ///-->
+ <!-- A base technology which all others depend on. //-->
+ <technology-type type="base" />
+ <!-- Technology required for construction of buildings. //-->
<technology-type type="building" />
+ <!-- Technologies for different constructions. //-->
+ <technology-type type="construction" />
+ <!-- Different equipment technologies. //-->
+ <technology-type type="equipment" />
+ <!-- Different production technologies. //-->
+ <technology-type type="production" />
+ <!-- Different chemicals. //-->
+ <technology-type type="chemicals" />
</technology-type-list>