From 91ee99416e616ea4e4875a61401e17f8766fd1a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 18 Sep 2009 17:27:16 +0000 Subject: [PATCH] Electronics added, @TODO tag added, TODOs.txt updated --- .gitattributes | 5 +++ .../de/game/container/base_container.xml | 13 ++++++ .../templates/de/game/electronic/.htaccess | 1 + .../de/game/electronic/base_electronic.xml | 44 +++++++++++++++++++ .../de/game/types/container_types.xml | 34 ++++++++++++++ .../templates/de/game/types/content_types.xml | 32 ++++++++++++++ .../de/game/types/contract_types.xml | 1 + .../de/game/types/electronic_types.xml | 31 +++++++++++++ .../de/game/types/merchant_types.xml | 1 + .../templates/de/game/types/ship_types.xml | 1 + .../de/game/types/technology_types.xml | 1 + docs/TODOs.txt | 10 ++++- 12 files changed, 173 insertions(+), 1 deletion(-) create mode 100644 application/ship-simu/templates/de/game/electronic/.htaccess create mode 100644 application/ship-simu/templates/de/game/electronic/base_electronic.xml create mode 100644 application/ship-simu/templates/de/game/types/container_types.xml create mode 100644 application/ship-simu/templates/de/game/types/content_types.xml create mode 100644 application/ship-simu/templates/de/game/types/electronic_types.xml diff --git a/.gitattributes b/.gitattributes index 8a9c3e0..c4ab0fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -282,6 +282,8 @@ 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/contract/.htaccess -text application/ship-simu/templates/de/game/contract/base_contract.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/merchant/.htaccess -text application/ship-simu/templates/de/game/merchant/base_merchant.xml -text application/ship-simu/templates/de/game/mineral/.htaccess -text @@ -295,7 +297,10 @@ 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/base_technology.xml -text application/ship-simu/templates/de/game/types/.htaccess -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 +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/ship_types.xml -text 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 e3a813f..c91f20a 100644 --- a/application/ship-simu/templates/de/game/container/base_container.xml +++ b/application/ship-simu/templates/de/game/container/base_container.xml @@ -22,6 +22,19 @@ You should have received a copy of the GNU General Public License along with this program. If not, see //--> + + + + {?id?} + + {?type?} + + + {?width?} + {?length?} + {?height?} + + diff --git a/application/ship-simu/templates/de/game/electronic/.htaccess b/application/ship-simu/templates/de/game/electronic/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/ship-simu/templates/de/game/electronic/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/ship-simu/templates/de/game/electronic/base_electronic.xml b/application/ship-simu/templates/de/game/electronic/base_electronic.xml new file mode 100644 index 0000000..c6a2326 --- /dev/null +++ b/application/ship-simu/templates/de/game/electronic/base_electronic.xml @@ -0,0 +1,44 @@ + + + + + + + {?id?} + {?type?} + + + {?width?} + {?height?} + {?length?} + + + diff --git a/application/ship-simu/templates/de/game/types/container_types.xml b/application/ship-simu/templates/de/game/types/container_types.xml new file mode 100644 index 0000000..977c60e --- /dev/null +++ b/application/ship-simu/templates/de/game/types/container_types.xml @@ -0,0 +1,34 @@ + + + + + + + + + diff --git a/application/ship-simu/templates/de/game/types/content_types.xml b/application/ship-simu/templates/de/game/types/content_types.xml new file mode 100644 index 0000000..3b50c1b --- /dev/null +++ b/application/ship-simu/templates/de/game/types/content_types.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + 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 23e6911..dc85136 100644 --- a/application/ship-simu/templates/de/game/types/contract_types.xml +++ b/application/ship-simu/templates/de/game/types/contract_types.xml @@ -37,4 +37,5 @@ along with this program. If not, see + diff --git a/application/ship-simu/templates/de/game/types/electronic_types.xml b/application/ship-simu/templates/de/game/types/electronic_types.xml new file mode 100644 index 0000000..13e2063 --- /dev/null +++ b/application/ship-simu/templates/de/game/types/electronic_types.xml @@ -0,0 +1,31 @@ + + + + + + + + + diff --git a/application/ship-simu/templates/de/game/types/merchant_types.xml b/application/ship-simu/templates/de/game/types/merchant_types.xml index d4ec91b..5edaf57 100644 --- a/application/ship-simu/templates/de/game/types/merchant_types.xml +++ b/application/ship-simu/templates/de/game/types/merchant_types.xml @@ -7,6 +7,7 @@ All valid merchant types @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 diff --git a/application/ship-simu/templates/de/game/types/ship_types.xml b/application/ship-simu/templates/de/game/types/ship_types.xml index 8245829..64d597f 100644 --- a/application/ship-simu/templates/de/game/types/ship_types.xml +++ b/application/ship-simu/templates/de/game/types/ship_types.xml @@ -35,4 +35,5 @@ along with this program. If not, see + 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 f80f8f6..5e56fad 100644 --- a/application/ship-simu/templates/de/game/types/technology_types.xml +++ b/application/ship-simu/templates/de/game/types/technology_types.xml @@ -7,6 +7,7 @@ All valid technology types @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 diff --git a/docs/TODOs.txt b/docs/TODOs.txt index cf05c7b..abca2bf 100644 --- a/docs/TODOs.txt +++ b/docs/TODOs.txt @@ -170,9 +170,17 @@ ./inc/includes.php:36:// @TODO Find a nicer OOP-ed way for this ./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:48: +./application/ship-simu/templates/de/game/contract/base_contract.xml:51: +./application/ship-simu/templates/de/game/types/container_types.xml:33: +./application/ship-simu/templates/de/game/types/content_types.xml:31: +./application/ship-simu/templates/de/game/types/contract_types.xml:40: +./application/ship-simu/templates/de/game/types/electronic_types.xml:30: +./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/ship_types.xml:10:@todo This is a very simmple list, extend it. +./application/ship-simu/templates/de/game/types/ship_types.xml:38: ./application/ship-simu/templates/de/game/types/signer_types.xml:28: +./application/ship-simu/templates/de/game/types/technology_types.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 -- 2.30.2