From 210c3889df127b8eb6d162daf768db330daa32cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 23 Sep 2009 00:37:15 +0000 Subject: [PATCH] Bulding types, architecture technology and research lab added, rewrites on base templates --- .gitattributes | 3 ++ .../de/game/building/base_building.xml | 14 +++-- .../de/game/building/research_lab.xml | 51 +++++++++++++++++++ .../de/game/mineral/base_mineral.xml | 6 +-- .../de/game/research/base_research.xml | 20 ++++---- .../de/game/resource/base_resource.xml | 8 +-- .../de/game/technology/architecture.xml | 50 ++++++++++++++++++ .../de/game/technology/base_technology.xml | 26 ++++++---- .../de/game/types/building_types.xml | 27 ++++++++++ .../de/game/types/technology_types.xml | 2 + 10 files changed, 178 insertions(+), 29 deletions(-) create mode 100644 application/ship-simu/templates/de/game/building/research_lab.xml create mode 100644 application/ship-simu/templates/de/game/technology/architecture.xml create mode 100644 application/ship-simu/templates/de/game/types/building_types.xml diff --git a/.gitattributes b/.gitattributes index c4ab0fc..ec0ee66 100644 --- a/.gitattributes +++ b/.gitattributes @@ -277,6 +277,7 @@ application/ship-simu/templates/de/game/!MISSING -text application/ship-simu/templates/de/game/.htaccess -text 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/company/.htaccess -text application/ship-simu/templates/de/game/container/.htaccess -text application/ship-simu/templates/de/game/container/base_container.xml -text @@ -295,8 +296,10 @@ 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/ship/base_ship.xml -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/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/content_types.xml -text application/ship-simu/templates/de/game/types/contract_types.xml -text diff --git a/application/ship-simu/templates/de/game/building/base_building.xml b/application/ship-simu/templates/de/game/building/base_building.xml index c9815d2..ce4331c 100644 --- a/application/ship-simu/templates/de/game/building/base_building.xml +++ b/application/ship-simu/templates/de/game/building/base_building.xml @@ -33,6 +33,10 @@ along with this program. If not, see {?length?} + + + + @@ -145,9 +149,13 @@ along with this program. If not, see shipping company to construct this building. //--> - + - - + + {?technology_id?} + {?technology_type?} + {?technology_level?} + + diff --git a/application/ship-simu/templates/de/game/building/research_lab.xml b/application/ship-simu/templates/de/game/building/research_lab.xml new file mode 100644 index 0000000..1aee0d3 --- /dev/null +++ b/application/ship-simu/templates/de/game/building/research_lab.xml @@ -0,0 +1,51 @@ + + + + + + + + research_lab + research + + + + + + + + + architecture + 5 + + + + labory_equpment + 1 + + + + diff --git a/application/ship-simu/templates/de/game/mineral/base_mineral.xml b/application/ship-simu/templates/de/game/mineral/base_mineral.xml index 4e20395..19e3464 100644 --- a/application/ship-simu/templates/de/game/mineral/base_mineral.xml +++ b/application/ship-simu/templates/de/game/mineral/base_mineral.xml @@ -40,8 +40,8 @@ along with this program. If not, see - + - - + + diff --git a/application/ship-simu/templates/de/game/research/base_research.xml b/application/ship-simu/templates/de/game/research/base_research.xml index b564f27..ee1ac56 100644 --- a/application/ship-simu/templates/de/game/research/base_research.xml +++ b/application/ship-simu/templates/de/game/research/base_research.xml @@ -72,17 +72,17 @@ along with this program. If not, see - - - - - - - - - + + + + + + + + + diff --git a/application/ship-simu/templates/de/game/resource/base_resource.xml b/application/ship-simu/templates/de/game/resource/base_resource.xml index 6df5267..3f87795 100644 --- a/application/ship-simu/templates/de/game/resource/base_resource.xml +++ b/application/ship-simu/templates/de/game/resource/base_resource.xml @@ -39,8 +39,8 @@ along with this program. If not, see - - - - + + + + diff --git a/application/ship-simu/templates/de/game/technology/architecture.xml b/application/ship-simu/templates/de/game/technology/architecture.xml new file mode 100644 index 0000000..9d4dfe6 --- /dev/null +++ b/application/ship-simu/templates/de/game/technology/architecture.xml @@ -0,0 +1,50 @@ + + + + + + architecture + building + + + + + + + + {?technology_name?} + {?technology_level?} + + + + + + + {?research_name?} + {?research_level?} + + + + diff --git a/application/ship-simu/templates/de/game/technology/base_technology.xml b/application/ship-simu/templates/de/game/technology/base_technology.xml index b08fe14..a93ff5c 100644 --- a/application/ship-simu/templates/de/game/technology/base_technology.xml +++ b/application/ship-simu/templates/de/game/technology/base_technology.xml @@ -25,8 +25,8 @@ along with this program. If not, see {?id?} + {?name?} {?type?} - {?level?} @@ -57,14 +57,22 @@ along with this program. If not, see proposals. //--> - - - - + + + + {?technology_id?} + {?technology_name?} + {?technology_level?} + + - - - - + + + + {?research_id?} + {?research_name?} + {?research_level?} + + diff --git a/application/ship-simu/templates/de/game/types/building_types.xml b/application/ship-simu/templates/de/game/types/building_types.xml new file mode 100644 index 0000000..dcd9d57 --- /dev/null +++ b/application/ship-simu/templates/de/game/types/building_types.xml @@ -0,0 +1,27 @@ + + + + + + diff --git a/application/ship-simu/templates/de/game/types/technology_types.xml b/application/ship-simu/templates/de/game/types/technology_types.xml index 5e56fad..d07d2ab 100644 --- a/application/ship-simu/templates/de/game/types/technology_types.xml +++ b/application/ship-simu/templates/de/game/types/technology_types.xml @@ -23,4 +23,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see //--> + + -- 2.30.2