From da8588a462b6bd75518d1cf5e010f47795fe3acb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 8 Sep 2009 21:57:11 +0000 Subject: [PATCH] Contract-related XMLs added, TODOs.txt updated --- .gitattributes | 3 ++ .../de/game/contract/base_contract.xml | 51 +++++++++++++++++++ .../de/game/contract/contract_types.xml | 40 +++++++++++++++ .../de/game/contract/signer_types.xml | 29 +++++++++++ docs/TODOs.txt | 2 + 5 files changed, 125 insertions(+) create mode 100644 application/ship-simu/templates/de/game/contract/base_contract.xml create mode 100644 application/ship-simu/templates/de/game/contract/contract_types.xml create mode 100644 application/ship-simu/templates/de/game/contract/signer_types.xml diff --git a/.gitattributes b/.gitattributes index c2d7bb6..69ec6dc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -279,6 +279,9 @@ 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/company/.htaccess -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/contract/contract_types.xml -text +application/ship-simu/templates/de/game/contract/signer_types.xml -text application/ship-simu/templates/de/game/merchant/.htaccess -text application/ship-simu/templates/de/game/research/.htaccess -text application/ship-simu/templates/de/game/resource/.htaccess -text diff --git a/application/ship-simu/templates/de/game/contract/base_contract.xml b/application/ship-simu/templates/de/game/contract/base_contract.xml new file mode 100644 index 0000000..ecfcf12 --- /dev/null +++ b/application/ship-simu/templates/de/game/contract/base_contract.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/ship-simu/templates/de/game/contract/contract_types.xml b/application/ship-simu/templates/de/game/contract/contract_types.xml new file mode 100644 index 0000000..14bcf87 --- /dev/null +++ b/application/ship-simu/templates/de/game/contract/contract_types.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + diff --git a/application/ship-simu/templates/de/game/contract/signer_types.xml b/application/ship-simu/templates/de/game/contract/signer_types.xml new file mode 100644 index 0000000..7e4787d --- /dev/null +++ b/application/ship-simu/templates/de/game/contract/signer_types.xml @@ -0,0 +1,29 @@ + + + + + + + diff --git a/docs/TODOs.txt b/docs/TODOs.txt index e4c1031..9f888e7 100644 --- a/docs/TODOs.txt +++ b/docs/TODOs.txt @@ -170,6 +170,8 @@ ./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/signer_types.xml:28: ### ### 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