From c78a5c6355611bfad71feaebd7646b32329f808f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 9 Nov 2009 02:17:09 +0000 Subject: [PATCH] New building 'advanced research lab' added, floor-list added to buildings, menu XML updated --- .gitattributes | 1 + Doxyfile | 2 +- .../ship-simu/templates/de/menu/base_menu.xml | 30 +++-- .../de/menu/generic_menu_entries.xml | 116 +++++++++--------- .../game/building/advanced_research_lab.xml | 51 ++++++++ .../templates/game/building/base_building.xml | 11 +- 6 files changed, 139 insertions(+), 72 deletions(-) create mode 100644 application/ship-simu/templates/game/building/advanced_research_lab.xml diff --git a/.gitattributes b/.gitattributes index b1fa1f1..dd04609 100644 --- a/.gitattributes +++ b/.gitattributes @@ -285,6 +285,7 @@ application/ship-simu/templates/de/menu/generic_menu_entries.xml -text application/ship-simu/templates/game/!MISSING -text application/ship-simu/templates/game/.htaccess -text application/ship-simu/templates/game/building/.htaccess -text +application/ship-simu/templates/game/building/advanced_research_lab.xml -text application/ship-simu/templates/game/building/base_building.xml -text application/ship-simu/templates/game/building/research_lab.xml -text application/ship-simu/templates/game/chemicals/.htaccess -text diff --git a/Doxyfile b/Doxyfile index 1c05f5d..6b21e2b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1282,7 +1282,7 @@ DOT_GRAPH_MAX_NODES = 50 # code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. -MAX_DOT_GRAPH_DEPTH = 1000 +MAX_DOT_GRAPH_DEPTH = 0 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, which results in a white background. diff --git a/application/ship-simu/templates/de/menu/base_menu.xml b/application/ship-simu/templates/de/menu/base_menu.xml index b859ba1..90fcaf5 100644 --- a/application/ship-simu/templates/de/menu/base_menu.xml +++ b/application/ship-simu/templates/de/menu/base_menu.xml @@ -22,17 +22,21 @@ You should have received a copy of the GNU General Public License along with this program. If not, see //--> -
- - {?menu_title?} - -
- - {?menu_entries?} - -
- - {?menu_footer?} - -
+ + +
+ + {?menu_title?} + +
+ + {?menu_entry-list?} + +
+ + {?menu_footer?} + +
+
+
diff --git a/application/ship-simu/templates/de/menu/generic_menu_entries.xml b/application/ship-simu/templates/de/menu/generic_menu_entries.xml index eab5d44..3b46731 100644 --- a/application/ship-simu/templates/de/menu/generic_menu_entries.xml +++ b/application/ship-simu/templates/de/menu/generic_menu_entries.xml @@ -22,60 +22,64 @@ You should have received a copy of the GNU General Public License along with this program. If not, see //--> -
- - <![CDATA[Home:]]> - -
- - - - - - - - - - - - - - - - - -
- - <![CDATA[Rechtliches:]]> - -
- - - - - - - - - - - - - - - - - - -
- - - -
+ + +
+ + <![CDATA[Home:]]> + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ +
+ + <![CDATA[Rechtliches:]]> + +
+ + + + + + + + + + + + +
+ + + +
+
+
diff --git a/application/ship-simu/templates/game/building/advanced_research_lab.xml b/application/ship-simu/templates/game/building/advanced_research_lab.xml new file mode 100644 index 0000000..ef8aebe --- /dev/null +++ b/application/ship-simu/templates/game/building/advanced_research_lab.xml @@ -0,0 +1,51 @@ + + + + + + + + advanced_research_lab + research + + + + + + + + + architecture + 10 + + + + laboratory_equipment + 8 + + + + diff --git a/application/ship-simu/templates/game/building/base_building.xml b/application/ship-simu/templates/game/building/base_building.xml index 0961194..ab77439 100644 --- a/application/ship-simu/templates/game/building/base_building.xml +++ b/application/ship-simu/templates/game/building/base_building.xml @@ -25,14 +25,14 @@ along with this program. If not, see - + {?width?} {?height?} {?length?} - + @@ -47,6 +47,7 @@ along with this program. If not, see {?name?} {?type?} {?level?} + {?max_floors?} @@ -158,4 +159,10 @@ along with this program. If not, see + + + + + + -- 2.30.2