Implemented basic 'awareness' of objects flagged as permanent.
This commit is contained in:
@@ -1527,6 +1527,13 @@ Unable to link because you don't have modify permission on all the objects.
|
||||
Please make sure none are locked, and that you own all of them.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="CannotLinkPermanent"
|
||||
type="alertmodal">
|
||||
Objects cannot be linked across region boundaries.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="CannotLinkDifferentOwners"
|
||||
@@ -5942,6 +5949,53 @@ You cannot create objects here.
|
||||
<unique/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="PathfindingDirty"
|
||||
type="notify">
|
||||
<unique/>
|
||||
The region has pending pathfinding changes. If you have build rights, you may rebake the region by clicking on the “Rebake region” button.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="DynamicPathfindingDisabled"
|
||||
type="notify">
|
||||
<unique/>
|
||||
Dynamic pathfinding is not enabled on this region. Scripted objects using pathfinding LSL calls may not operate as expected on this region.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="PathfindingRebakeNavmesh"
|
||||
type="alertmodal">
|
||||
<unique/>
|
||||
Changing certain objects in this region could cause other moving objects to behave incorrectly. To make moving objects behave correctly, click the “Rebake region” button. Choose “Help” for more information.
|
||||
<url
|
||||
option="1"
|
||||
name="url"
|
||||
target = "_external">
|
||||
http://wiki.secondlife.com/wiki/Pathfinding_Tools_in_the_Second_Life_Viewer
|
||||
</url>
|
||||
<usetemplate
|
||||
name="okhelpignore"
|
||||
ignoretext="Changing certain objects in this region could cause other moving objects to behave incorrectly."
|
||||
yestext="OK"
|
||||
helptext="Help"
|
||||
/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="PathfindingCannotRebakeNavmesh"
|
||||
type="alertmodal">
|
||||
<unique/>
|
||||
An error occurred. There may be a network or server problem, or you may not have build rights. Sometimes logging out and back in will solve this problem.
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"
|
||||
/>
|
||||
</notification>
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="ScriptsStopped"
|
||||
|
||||
Reference in New Issue
Block a user