Grid Manager fixes
This commit is contained in:
@@ -2669,8 +2669,9 @@ bool idle_startup()
|
|||||||
if (!gAgent.isFirstLogin())
|
if (!gAgent.isFirstLogin())
|
||||||
{
|
{
|
||||||
bool url_ok = LLURLSimString::sInstance.parse();
|
bool url_ok = LLURLSimString::sInstance.parse();
|
||||||
if (!url_ok && ((agent_start_location == "last" && gSavedSettings.getBOOL("LoginLastLocation")) ||
|
if (!((agent_start_location == "url" && url_ok) ||
|
||||||
(agent_start_location == "home" && !gSavedSettings.getBOOL("LoginLastLocation"))))
|
(!url_ok && ((agent_start_location == "last" && gSavedSettings.getBOOL("LoginLastLocation")) ||
|
||||||
|
(agent_start_location == "home" && !gSavedSettings.getBOOL("LoginLastLocation"))))))
|
||||||
{
|
{
|
||||||
// The reason we show the alert is because we want to
|
// The reason we show the alert is because we want to
|
||||||
// reduce confusion for when you log in and your provided
|
// reduce confusion for when you log in and your provided
|
||||||
|
|||||||
@@ -4271,6 +4271,13 @@ Visit the Second Life Support Web site?
|
|||||||
yestext="Go"/>
|
yestext="Go"/>
|
||||||
</notification>
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="alertmodal.tga"
|
||||||
|
name="NoSupportUrl"
|
||||||
|
type="alertmodal">
|
||||||
|
This grid has no link for support.
|
||||||
|
</notification>
|
||||||
|
|
||||||
<notification
|
<notification
|
||||||
icon="alertmodal.tga"
|
icon="alertmodal.tga"
|
||||||
name="ConfirmQuit"
|
name="ConfirmQuit"
|
||||||
@@ -5113,6 +5120,51 @@ Would you like to visit the Second Life website to set this up?
|
|||||||
The string [STRING_NAME] is missing from strings.xml
|
The string [STRING_NAME] is missing from strings.xml
|
||||||
</notification>
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="alertmodal.tga"
|
||||||
|
name="GridsNoNick"
|
||||||
|
type="alertmodal">
|
||||||
|
Cannot save new grid information.
|
||||||
|
You need to specify a unique grid nickname.
|
||||||
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="alertmodal.tga"
|
||||||
|
name="GridsNoLoginUri"
|
||||||
|
type="alertmodal">
|
||||||
|
Cannot save new grid '[NAME]'.
|
||||||
|
You need to specify a login URI.
|
||||||
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="alertmodal.tga"
|
||||||
|
name="GridExists"
|
||||||
|
type="alertmodal">
|
||||||
|
Cannot save new grid '[NAME]'.
|
||||||
|
A grid with the same nickname already exists.
|
||||||
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="alertmodal.tga"
|
||||||
|
name="GridInfoNoLoginUri"
|
||||||
|
type="alertmodal">
|
||||||
|
A login URI is required to retrieve the grid info.
|
||||||
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="alertmodal.tga"
|
||||||
|
name="GridInfoError"
|
||||||
|
type="alertmodal">
|
||||||
|
Cannot retrieve grid info from server.
|
||||||
|
</notification>
|
||||||
|
|
||||||
|
<notification
|
||||||
|
icon="alertmodal.tga"
|
||||||
|
name="HelpRenderCompat"
|
||||||
|
type="alertmodal">
|
||||||
|
Builds with extended hollow or extended hole size do not render properly on other viewers. Please keep this option checked, if you want your builds looking properly in other viewers.
|
||||||
|
</notification>
|
||||||
|
|
||||||
<notification
|
<notification
|
||||||
icon="notifytip.tga"
|
icon="notifytip.tga"
|
||||||
name="SystemMessageTip"
|
name="SystemMessageTip"
|
||||||
|
|||||||
Reference in New Issue
Block a user