summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-03-27 13:38:51 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-03-27 13:38:51 -0700
commit083c81f53f79f53aafdb380a178be081ae461018 (patch)
tree5f6469ea7d7114de9fc73b43125010ce34677825 /indra/newview/skins/default
parent68f72f102ab19ba2aac3ed357abfaae261737508 (diff)
PATH-433: Pumping the character type selection from the console floater into the generatePath call of the pathing library.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r--indra/newview/skins/default/xui/en/floater_pathfinding_console.xml64
1 files changed, 24 insertions, 40 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
index c7b9e2bf19..a672ecce8e 100644
--- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
+++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
@@ -30,7 +30,7 @@
<floater.string name="pathing_choose_start_and_end_points">Please choose start and end points.</floater.string>
<floater.string name="pathing_choose_start_point">Please choose start point.</floater.string>
<floater.string name="pathing_choose_end_point">Please choose end point.</floater.string>
- <floater.string name="pathing_path_valid">Path is shown in blue.</floater.string>
+ <floater.string name="pathing_path_valid">Path is shown in olive green.</floater.string>
<floater.string name="navmesh_update_needed">Region boundary hit, navmesh may not be accurate.</floater.string>
<text
height="13"
@@ -420,53 +420,38 @@
follows="left|top"
layout="topleft"
left_pad="-165"
- top_pad="9"
+ top_pad="13"
width="190">
Character type
</text>
- <radio_group
+ <combo_box
follows="top|left"
- height="20"
layout="topleft"
- left_delta="0"
- name="character_type"
- top_delta="18"
- value="1"
- width="190">
- <radio_item
+ height="19"
+ width="156"
+ top_pad="5"
+ name="path_character_type">
+ <combo_box.item
+ label="None"
+ name="path_character_type_none"
+ value="0" />
+ <combo_box.item
label="A"
- height="14"
- width="30"
- value="1"
- name="character_type_a"/>
- <radio_item
+ name="path_character_type_a"
+ value="1" />
+ <combo_box.item
label="B"
- height="14"
- width="30"
- layout="topleft"
- top="4"
- left="50"
- value="2"
- name="character_type_b"/>
- <radio_item
+ name="path_character_type_b"
+ value="2" />
+ <combo_box.item
label="C"
- height="14"
- width="30"
- layout="topleft"
- top="4"
- left="100"
- value="3"
- name="character_type_c"/>
- <radio_item
+ name="path_character_type_c"
+ value="3" />
+ <combo_box.item
label="D"
- height="14"
- width="30"
- layout="topleft"
- top="4"
- left="150"
- value="4"
- name="character_type_d"/>
- </radio_group>
+ name="path_character_type_d"
+ value="4" />
+ </combo_box>
<text
height="14"
word_wrap="true"
@@ -476,7 +461,6 @@
length="1"
follows="left|top"
layout="topleft"
- left_pad="-190"
top_pad="12"
width="190">
Ctrl-click to select start point.