From 336231c4b4b6d5ee860a85e55c7572451a9cbf3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 1 Oct 2009 22:27:29 +0000 Subject: [PATCH] Farmer and product type added, cellular network updated, TODOs.txt updated: - New base_farmer.xml and farmer_types.xml added (not yet finished) - TODO added to cellular_network.xml - TODOs.txt updated --- .gitattributes | 4 ++ application/ship-simu/templates/de/.xml | 1 + .../templates/de/game/farmer/.htaccess | 1 + .../templates/de/game/farmer/base_farmer.xml | 61 +++++++++++++++++++ .../de/game/technology/cellular_network.xml | 1 + .../templates/de/game/types/farmer_types.xml | 26 ++++++++ .../templates/de/game/types/product_types.xml | 26 ++++++++ docs/TODOs.txt | 5 ++ 8 files changed, 125 insertions(+) create mode 100644 application/ship-simu/templates/de/game/farmer/.htaccess create mode 100644 application/ship-simu/templates/de/game/farmer/base_farmer.xml create mode 100644 application/ship-simu/templates/de/game/types/farmer_types.xml create mode 100644 application/ship-simu/templates/de/game/types/product_types.xml diff --git a/.gitattributes b/.gitattributes index 88c57e5..3617df0 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/farmer/.htaccess -text +application/ship-simu/templates/de/game/farmer/base_farmer.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 @@ -321,9 +323,11 @@ 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/farmer_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/product_types.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 diff --git a/application/ship-simu/templates/de/.xml b/application/ship-simu/templates/de/.xml index e253bdd..d7d7d08 100644 --- a/application/ship-simu/templates/de/.xml +++ b/application/ship-simu/templates/de/.xml @@ -7,6 +7,7 @@ @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/farmer/.htaccess b/application/ship-simu/templates/de/game/farmer/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/ship-simu/templates/de/game/farmer/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/ship-simu/templates/de/game/farmer/base_farmer.xml b/application/ship-simu/templates/de/game/farmer/base_farmer.xml new file mode 100644 index 0000000..e45c829 --- /dev/null +++ b/application/ship-simu/templates/de/game/farmer/base_farmer.xml @@ -0,0 +1,61 @@ + + + + + + {?id?} + {?name?} + {?type?} + + + {?month?} + {?day?} + {?year?} + + + {?productivity?} + {?experience?} + + + + + + {?product_id?} + {?product_name?} + {?product_type?} + + + + + {?technology_farmerid?} + {?technology_farmername?} + {?technology_farmerlevel?} + + + + + diff --git a/application/ship-simu/templates/de/game/technology/cellular_network.xml b/application/ship-simu/templates/de/game/technology/cellular_network.xml index 06ff0a4..adab217 100644 --- a/application/ship-simu/templates/de/game/technology/cellular_network.xml +++ b/application/ship-simu/templates/de/game/technology/cellular_network.xml @@ -40,6 +40,7 @@ along with this program. If not, see + {?research_name?} {?research_level?} diff --git a/application/ship-simu/templates/de/game/types/farmer_types.xml b/application/ship-simu/templates/de/game/types/farmer_types.xml new file mode 100644 index 0000000..efd95cd --- /dev/null +++ b/application/ship-simu/templates/de/game/types/farmer_types.xml @@ -0,0 +1,26 @@ + + + + diff --git a/application/ship-simu/templates/de/game/types/product_types.xml b/application/ship-simu/templates/de/game/types/product_types.xml new file mode 100644 index 0000000..4cba48f --- /dev/null +++ b/application/ship-simu/templates/de/game/types/product_types.xml @@ -0,0 +1,26 @@ + + + + diff --git a/docs/TODOs.txt b/docs/TODOs.txt index 504d185..0d0ffc3 100644 --- a/docs/TODOs.txt +++ b/docs/TODOs.txt @@ -171,24 +171,29 @@ ./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:51: +./application/ship-simu/templates/de/game/farmer/base_farmer.xml:10:@todo Unfinished template ./application/ship-simu/templates/de/game/ship/base_ship.xml:100: ./application/ship-simu/templates/de/game/ship/base_ship.xml:104: ./application/ship-simu/templates/de/game/ship/base_ship.xml:108: ./application/ship-simu/templates/de/game/ship/base_ship.xml:79: ./application/ship-simu/templates/de/game/ship/base_ship.xml:89: ./application/ship-simu/templates/de/game/ship/base_ship.xml:96: +./application/ship-simu/templates/de/game/technology/cellular_network.xml:43: ./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:28: +./application/ship-simu/templates/de/game/types/farmer_types.xml:10:@todo Unfinished template ./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/product_types.xml:10:@todo Unfinished template ./application/ship-simu/templates/de/game/types/research_types.xml:10:@todo Unfinished template ./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/tank_types.xml:10:@todo Unfinished template ./application/ship-simu/templates/de/game/types/technology_types.xml:10:@todo Unfinished template +./application/ship-simu/templates/de/.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