From: Roland Häder Date: Wed, 30 Sep 2009 23:47:31 +0000 (+0000) Subject: Basic fuel and tank templates added, typos fixed X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=3895fed82aea65cc37f26461f822427d481ac654 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 --- diff --git a/.gitattributes b/.gitattributes index a94be23..88c57e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -289,6 +289,8 @@ 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/engine/.htaccess -text application/ship-simu/templates/de/game/engine/base_engine.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/merchant/base_merchant.xml -text application/ship-simu/templates/de/game/mineral/.htaccess -text @@ -301,6 +303,8 @@ 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/ship/base_ship.xml -text +application/ship-simu/templates/de/game/tank/.htaccess -text +application/ship-simu/templates/de/game/tank/base_tank.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 @@ -316,11 +320,14 @@ 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 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/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/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/tank_types.xml -text application/ship-simu/templates/de/game/types/technology_types.xml -text application/ship-simu/templates/de/html/.htaccess -text application/ship-simu/templates/de/html/nav_advert.tpl -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 7a8fb0d..0961194 100644 --- a/application/ship-simu/templates/de/game/building/base_building.xml +++ b/application/ship-simu/templates/de/game/building/base_building.xml @@ -25,14 +25,14 @@ along with this program. If not, see - + {?width?} {?height?} {?length?} - + diff --git a/application/ship-simu/templates/de/game/container/base_container.xml b/application/ship-simu/templates/de/game/container/base_container.xml index fc9c7f4..2b22937 100644 --- a/application/ship-simu/templates/de/game/container/base_container.xml +++ b/application/ship-simu/templates/de/game/container/base_container.xml @@ -31,11 +31,11 @@ along with this program. If not, see {?type?} - + {?width?} {?length?} {?height?} - + diff --git a/application/ship-simu/templates/de/game/electronic/base_electronic.xml b/application/ship-simu/templates/de/game/electronic/base_electronic.xml index 932eca9..8db4dee 100644 --- a/application/ship-simu/templates/de/game/electronic/base_electronic.xml +++ b/application/ship-simu/templates/de/game/electronic/base_electronic.xml @@ -34,13 +34,13 @@ along with this program. If not, see {?id?} {?name?} {?type?} - - + {?width?} {?height?} {?length?} - + diff --git a/application/ship-simu/templates/de/game/electronic/cellphone.xml b/application/ship-simu/templates/de/game/electronic/cellphone.xml index 0dcbe98..a66cc3f 100644 --- a/application/ship-simu/templates/de/game/electronic/cellphone.xml +++ b/application/ship-simu/templates/de/game/electronic/cellphone.xml @@ -31,13 +31,13 @@ along with this program. If not, see cellphone communication - - + 30 35 30 - + diff --git a/application/ship-simu/templates/de/game/engine/base_engine.xml b/application/ship-simu/templates/de/game/engine/base_engine.xml index 9ca0423..e6bdf63 100644 --- a/application/ship-simu/templates/de/game/engine/base_engine.xml +++ b/application/ship-simu/templates/de/game/engine/base_engine.xml @@ -22,4 +22,37 @@ You should have received a copy of the GNU General Public License along with this program. If not, see //--> + + + {?id?} + {?name?} + {?type?} + {?horse_power?} + + + + {?fuel_id?} + {?fuel_name?} + {?fuel_type?} + + + + {?width?} + {?height?} + {?length?} + + + + + + + + {[?technology_id?} + {[?technology_name?} + {[?technology_level?} + + + diff --git a/application/ship-simu/templates/de/game/fuel/.htaccess b/application/ship-simu/templates/de/game/fuel/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/ship-simu/templates/de/game/fuel/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/ship-simu/templates/de/game/fuel/base_fuel.xml b/application/ship-simu/templates/de/game/fuel/base_fuel.xml new file mode 100644 index 0000000..38bc771 --- /dev/null +++ b/application/ship-simu/templates/de/game/fuel/base_fuel.xml @@ -0,0 +1,30 @@ + + + + + {?id?} + {?name?} + {?type?} + + diff --git a/application/ship-simu/templates/de/game/ship/base_ship.xml b/application/ship-simu/templates/de/game/ship/base_ship.xml index c531656..5160727 100644 --- a/application/ship-simu/templates/de/game/ship/base_ship.xml +++ b/application/ship-simu/templates/de/game/ship/base_ship.xml @@ -80,8 +80,8 @@ along with this program. If not, see - diff --git a/application/ship-simu/templates/de/game/tank/.htaccess b/application/ship-simu/templates/de/game/tank/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/ship-simu/templates/de/game/tank/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/ship-simu/templates/de/game/tank/base_tank.xml b/application/ship-simu/templates/de/game/tank/base_tank.xml new file mode 100644 index 0000000..7761160 --- /dev/null +++ b/application/ship-simu/templates/de/game/tank/base_tank.xml @@ -0,0 +1,44 @@ + + + + + {?id?} + {?name?} + {?type?} + + + {?content_id?} + {?content_name?} + {?content_type?} + + + + + {?technology_id?} + {?technology_name?} + {?technology_level?} + + + + diff --git a/application/ship-simu/templates/de/game/types/contract_types.xml b/application/ship-simu/templates/de/game/types/contract_types.xml index dc85136..2cb1f0c 100644 --- a/application/ship-simu/templates/de/game/types/contract_types.xml +++ b/application/ship-simu/templates/de/game/types/contract_types.xml @@ -25,11 +25,11 @@ along with this program. If not, see - + - + diff --git a/application/ship-simu/templates/de/game/types/engine_types.xml b/application/ship-simu/templates/de/game/types/engine_types.xml new file mode 100644 index 0000000..a1dca75 --- /dev/null +++ b/application/ship-simu/templates/de/game/types/engine_types.xml @@ -0,0 +1,27 @@ + + + + + + diff --git a/application/ship-simu/templates/de/game/types/fuel_types.xml b/application/ship-simu/templates/de/game/types/fuel_types.xml new file mode 100644 index 0000000..21d2357 --- /dev/null +++ b/application/ship-simu/templates/de/game/types/fuel_types.xml @@ -0,0 +1,27 @@ + + + + + + diff --git a/application/ship-simu/templates/de/game/types/tank_types.xml b/application/ship-simu/templates/de/game/types/tank_types.xml new file mode 100644 index 0000000..d0711e0 --- /dev/null +++ b/application/ship-simu/templates/de/game/types/tank_types.xml @@ -0,0 +1,26 @@ + + + +