From 68a738bc667ab5cbf2a4ecec49bd036e8f3577fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 10 Sep 2009 00:56:37 +0000 Subject: [PATCH] XMLs amoved, research XML added, building XML updated: - All type definition XMLs moved to own directory - Added owner/occupants definition XML - Added research proposal XML - Updated building XML to include owner/occupant types --- .gitattributes | 7 +- .../de/game/building/base_building.xml | 12 ++- .../de/game/research/base_research.xml | 76 +++++++++++++++++++ .../templates/de/game/types/.htaccess | 1 + .../{contract => types}/contract_types.xml | 4 +- .../de/game/types/owner_occupants.xml | 26 +++++++ .../game/{contract => types}/signer_types.xml | 4 +- 7 files changed, 120 insertions(+), 10 deletions(-) create mode 100644 application/ship-simu/templates/de/game/research/base_research.xml create mode 100644 application/ship-simu/templates/de/game/types/.htaccess rename application/ship-simu/templates/de/game/{contract => types}/contract_types.xml (97%) create mode 100644 application/ship-simu/templates/de/game/types/owner_occupants.xml rename application/ship-simu/templates/de/game/{contract => types}/signer_types.xml (96%) diff --git a/.gitattributes b/.gitattributes index 69ec6dc..c0cfa26 100644 --- a/.gitattributes +++ b/.gitattributes @@ -280,11 +280,14 @@ 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/research/base_research.xml -text application/ship-simu/templates/de/game/resource/.htaccess -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 +application/ship-simu/templates/de/game/types/signer_types.xml -text application/ship-simu/templates/de/html/.htaccess -text application/ship-simu/templates/de/html/nav_advert.tpl -text application/ship-simu/templates/de/html/selector_ship-simu.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 10dd1a2..7640500 100644 --- a/application/ship-simu/templates/de/game/building/base_building.xml +++ b/application/ship-simu/templates/de/game/building/base_building.xml @@ -29,8 +29,8 @@ along with this program. If not, see - - + + @@ -93,7 +93,11 @@ along with this program. If not, see must be understand by construction companies who made contracts with the shipping company to construct this building. //--> - - + + + + + + diff --git a/application/ship-simu/templates/de/game/research/base_research.xml b/application/ship-simu/templates/de/game/research/base_research.xml new file mode 100644 index 0000000..c922ca9 --- /dev/null +++ b/application/ship-simu/templates/de/game/research/base_research.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/ship-simu/templates/de/game/types/.htaccess b/application/ship-simu/templates/de/game/types/.htaccess new file mode 100644 index 0000000..3a42882 --- /dev/null +++ b/application/ship-simu/templates/de/game/types/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/ship-simu/templates/de/game/contract/contract_types.xml b/application/ship-simu/templates/de/game/types/contract_types.xml similarity index 97% rename from application/ship-simu/templates/de/game/contract/contract_types.xml rename to application/ship-simu/templates/de/game/types/contract_types.xml index 14bcf87..50a23be 100644 --- a/application/ship-simu/templates/de/game/contract/contract_types.xml +++ b/application/ship-simu/templates/de/game/types/contract_types.xml @@ -21,7 +21,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see //--> - + @@ -37,4 +37,4 @@ along with this program. If not, see - + diff --git a/application/ship-simu/templates/de/game/types/owner_occupants.xml b/application/ship-simu/templates/de/game/types/owner_occupants.xml new file mode 100644 index 0000000..574590b --- /dev/null +++ b/application/ship-simu/templates/de/game/types/owner_occupants.xml @@ -0,0 +1,26 @@ + + + + diff --git a/application/ship-simu/templates/de/game/contract/signer_types.xml b/application/ship-simu/templates/de/game/types/signer_types.xml similarity index 96% rename from application/ship-simu/templates/de/game/contract/signer_types.xml rename to application/ship-simu/templates/de/game/types/signer_types.xml index 7e4787d..8b9ff18 100644 --- a/application/ship-simu/templates/de/game/contract/signer_types.xml +++ b/application/ship-simu/templates/de/game/types/signer_types.xml @@ -22,8 +22,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see //--> - + - + -- 2.30.2