summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-01-23 17:36:22 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-01-23 17:36:22 -0800
commit455899b242478518b181f94823332235950270dd (patch)
treeacac0e1c7d72ca2b0364fab86c1db6000e998e90 /indra/newview/skins/default/xui/en
parentd84dd19159b9aeb93c2950935691d8362635b9c3 (diff)
Adding some initial reporting on the pathfinding console detailing the state of the navmesh download.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r--indra/newview/skins/default/xui/en/floater_pathfinding_console.xml9
1 files changed, 7 insertions, 2 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 5716ec30b7..f9730e2ece 100644
--- a/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
+++ b/indra/newview/skins/default/xui/en/floater_pathfinding_console.xml
@@ -11,6 +11,11 @@
single_instance="true"
title="Pathfinding"
width="833">
+ <floater.string name="navmesh_fetch_initial"></floater.string>
+ <floater.string name="navmesh_fetch_inprogress">Downloading the navmesh ...</floater.string>
+ <floater.string name="navmesh_fetch_complete">Navmesh received.</floater.string>
+ <floater.string name="navmesh_region_not_enabled">Pathfinding is not enabled for this region</floater.string>
+ <floater.string name="navmesh_library_not_implemented">Cannot find pathing library implementation</floater.string>
<text
height="13"
word_wrap="true"
@@ -240,14 +245,14 @@ to see the path between them.
word_wrap="true"
use_ellipses="false"
type="string"
- text_color="DrYellow"
+ text_color="LabelTextColor"
length="1"
follows="left|top"
layout="topleft"
left="240"
+ name="pathfinding_status"
top_pad="10"
width="208">
- Result: No path found.
</text>
<view_border
bevel_style="none"