diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-19 16:24:51 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-19 16:24:51 -0700 |
commit | d3550dfcd64cfc182fd120338d3e7eb25ac339af (patch) | |
tree | 2f4fb0cf566d7d3bf47d61e5589514b4102a634d /indra/newview/skins/default/xui | |
parent | 58041846d5b90eb980999d9569fe62621341ac1d (diff) |
Adding non-volume status to the pathfinding linkset to restrict non-convex linksets from being set to be a material or exclusion volume.
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml | 6 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 27 |
2 files changed, 31 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml index d00b85f5d7..7cd6c32f7e 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml @@ -34,6 +34,8 @@ <floater.string name="linkset_use_dynamic_phantom">Movable phantom</floater.string> <floater.string name="linkset_is_terrain">[unmodifiable]</floater.string> <floater.string name="linkset_is_restricted_state">[restricted]</floater.string> + <floater.string name="linkset_is_non_volume_state">[concave]</floater.string> + <floater.string name="linkset_is_restricted_non_volume_state">[restricted,concave]</floater.string> <floater.string name="linkset_choose_use">Choose linkset use...</floater.string> <panel border="false" @@ -178,7 +180,7 @@ <scroll_list.columns label="Description (root prim)" name="description" - width="192" /> + width="166" /> <scroll_list.columns label="Land impact" name="land_impact" @@ -190,7 +192,7 @@ <scroll_list.columns label="Linkset use" name="linkset_use" - width="210" /> + width="236" /> <scroll_list.columns label="A %" name="a_percent" diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5faafecef7..5d6cefbcfb 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7677,6 +7677,33 @@ The site at '<nolink>[HOST_NAME]</nolink>' in realm ' yestext="OK"/> </notification> + <notification + icon="alertmodal.tga" + name="PathfindingLinksets_SetLinksetUseMismatchOnVolume" + type="alertmodal"> + Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because of the shape is non-convex. + <tag>confirm</tag> + <usetemplate + ignoretext="Do you wish to proceed?" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> + + <notification + icon="alertmodal.tga" + name="PathfindingLinksets_SetLinksetUseMismatchOnRestrictedAndVolume" + type="alertmodal"> + Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because of permission restrictions on the linkset. These linksets will be set to be '[RESTRICTED_TYPE]' instead. + Some selected linksets cannot be set to be '[REQUESTED_TYPE]' because of the shape is non-convex. These linksets use types will not change. + <tag>confirm</tag> + <usetemplate + ignoretext="Do you wish to proceed?" + name="okcancelignore" + notext="Cancel" + yestext="OK"/> + </notification> + <global name="UnsupportedGLRequirements"> You do not appear to have the proper hardware requirements for [APP_NAME]. [APP_NAME] requires an OpenGL graphics card that has multitexture support. If this is the case, you may want to make sure that you have the latest drivers for your graphics card, and service packs and patches for your operating system. |