From ee4bd85afc9aefcc31097517d1c39ab024849ca7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 10 Sep 2009 22:22:41 +0000 Subject: [PATCH] Technology XML added, prefixes removed: - New base_technology.xml added which can be used for custom technologies - Prefix 'building' removed from base_building.xml - Same for 'contract' from base_contract.xml' - And for 'research' from base_research.xml' - TODOs.txt updated --- .gitattributes | 2 + .../de/game/building/base_building.xml | 6 +- .../de/game/contract/base_contract.xml | 6 +- .../de/game/research/base_research.xml | 22 ++++-- .../templates/de/game/technology/.htaccess | 1 + .../de/game/technology/base_technology.xml | 67 +++++++++++++++++++ docs/TODOs.txt | 4 -- 7 files changed, 91 insertions(+), 17 deletions(-) create mode 100644 application/ship-simu/templates/de/game/technology/.htaccess create mode 100644 application/ship-simu/templates/de/game/technology/base_technology.xml diff --git a/.gitattributes b/.gitattributes index c0cfa26..ab6dbf2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -284,6 +284,8 @@ application/ship-simu/templates/de/game/merchant/.htaccess -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/resource/.htaccess -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/contract_types.xml -text application/ship-simu/templates/de/game/types/owner_occupants.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 7640500..c95b581 100644 --- a/application/ship-simu/templates/de/game/building/base_building.xml +++ b/application/ship-simu/templates/de/game/building/base_building.xml @@ -24,11 +24,11 @@ along with this program. If not, see - + - + - + diff --git a/application/ship-simu/templates/de/game/contract/base_contract.xml b/application/ship-simu/templates/de/game/contract/base_contract.xml index ecfcf12..d8e73d1 100644 --- a/application/ship-simu/templates/de/game/contract/base_contract.xml +++ b/application/ship-simu/templates/de/game/contract/base_contract.xml @@ -31,7 +31,7 @@ along with this program. If not, see - + @@ -39,13 +39,13 @@ 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 c922ca9..33fe084 100644 --- a/application/ship-simu/templates/de/game/research/base_research.xml +++ b/application/ship-simu/templates/de/game/research/base_research.xml @@ -27,11 +27,19 @@ along with this program. If not, see - - + + + + + + + + + @@ -42,7 +50,7 @@ along with this program. If not, see - @@ -51,7 +59,7 @@ along with this program. If not, see - + diff --git a/application/ship-simu/templates/de/game/technology/.htaccess b/application/ship-simu/templates/de/game/technology/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/ship-simu/templates/de/game/technology/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/ship-simu/templates/de/game/technology/base_technology.xml b/application/ship-simu/templates/de/game/technology/base_technology.xml new file mode 100644 index 0000000..977cca9 --- /dev/null +++ b/application/ship-simu/templates/de/game/technology/base_technology.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/TODOs.txt b/docs/TODOs.txt index d0904c3..cf05c7b 100644 --- a/docs/TODOs.txt +++ b/docs/TODOs.txt @@ -171,10 +171,6 @@ ./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/research/base_research.xml:30: ./application/ship-simu/templates/de/game/types/owner_occupants.xml:10:@todo Unfinished definition ./application/ship-simu/templates/de/game/types/signer_types.xml:28: ### ### DEPRECATION FOLLOWS: ### ### -- 2.39.5