More WIP moap changes. Browser elements now function, added many required settings and notifications, and fixed some crashes and other bugs.
This commit is contained in:
@@ -2771,6 +2771,15 @@ Please choose the male or female avatar. You can change your mind later.
|
||||
notext="Female"
|
||||
yestext="Male"/>
|
||||
</notification>
|
||||
<notification icon="alertmodal.tga"
|
||||
name="CantTeleportToGrid"
|
||||
type="alertmodal">
|
||||
Could not teleport to [SLURL] as it's on a different grid ([GRID]) than the current grid ([CURRENT_GRID]). Please close your viewer and try again.
|
||||
<tag>fail</tag>
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
@@ -3512,9 +3521,12 @@ which exceeds the limit of [LIMIT].
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="OfferTeleportFromGod"
|
||||
type="alertmodal">
|
||||
God summon user to your location?
|
||||
God summon Resident to your location?
|
||||
<form name="form">
|
||||
<input name="message" type="text">
|
||||
Join me in [REGION]
|
||||
@@ -7353,6 +7365,16 @@ The SLurl you clicked on is not supported.
|
||||
A SLurl was received from an untrusted browser and has been blocked for your security.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="ThrottledSLURL"
|
||||
priority="high"
|
||||
type="notifytip">
|
||||
<tag>security</tag>
|
||||
Multiple SLurls were received from an untrusted browser within a short period.
|
||||
They will be blocked for a few seconds for your security.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
duration="10"
|
||||
icon="notifytip.tga"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel border="true" bottom="-409" height="408" label="General" left="102" name="general_panel" width="517">
|
||||
<radio_group bottom="-44" height="40" left="109" name="default_start_location" width="199">
|
||||
<radio_item bottom="-20" height="20" name="MyHome" tool_tip="Log into my home location by default.">My Home</radio_item>
|
||||
<radio_item bottom="-20" height="20" left="93" name="MyLastLocation" tool_tip="Log into my last location by default.">My Last Location</radio_item>
|
||||
<radio_item bottom="-20" height="20" name="home" tool_tip="Log into my home location by default.">My Home</radio_item>
|
||||
<radio_item bottom="-20" height="20" left="93" name="last" tool_tip="Log into my last location by default.">My Last Location</radio_item>
|
||||
</radio_group>
|
||||
<check_box bottom="-42" height="16" initial_value="true" label="Show Start Location on Login Screen" name="show_location_checkbox"/>
|
||||
<combo_box bottom_delta="-27" follows="top" height="18" left="103" name="fade_out_combobox" width="111">
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel label="General" name="general_panel">
|
||||
<radio_group name="default_start_location" width="250">
|
||||
<radio_item name="MyHome" tool_tip="Iniciar sesión de forma predeterminada en Mi Base.">
|
||||
<radio_item name="home" tool_tip="Iniciar sesión de forma predeterminada en Mi Base.">
|
||||
Mi Base
|
||||
</radio_item>
|
||||
<radio_item name="MyLastLocation" tool_tip="Iniciar sesión de forma predeterminada en mi última ubicación.">
|
||||
<radio_item name="last" tool_tip="Iniciar sesión de forma predeterminada en mi última ubicación.">
|
||||
Mi Última Ubicación
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel label="Général" name="general_panel">
|
||||
<radio_group name="default_start_location" width="280">
|
||||
<radio_item name="MyHome" tool_tip="Par défaut, choisit le domicile comme lieu de départ.">Domicile</radio_item>
|
||||
<radio_item name="MyLastLocation" tool_tip="Par défaut, choisit le dernier emplacement comme lieu de départ.">Dernier emplacement</radio_item>
|
||||
<radio_item name="home" tool_tip="Par défaut, choisit le domicile comme lieu de départ.">Domicile</radio_item>
|
||||
<radio_item name="last" tool_tip="Par défaut, choisit le dernier emplacement comme lieu de départ.">Dernier emplacement</radio_item>
|
||||
</radio_group>
|
||||
<check_box label="Afficher le lieu de départ sur l'écran de connexion" name="show_location_checkbox"/>
|
||||
<combo_box name="fade_out_combobox">
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel label="Geral" name="general_panel">
|
||||
<radio_group name="default_start_location">
|
||||
<radio_item name="MyHome" tool_tip="Como padrão, registrar na minha casa.">
|
||||
<radio_item name="home" tool_tip="Como padrão, registrar na minha casa.">
|
||||
Minha Casa
|
||||
</radio_item>
|
||||
<radio_item name="MyLastLocation" tool_tip="Por padrão, registrar na minha última localidade.">
|
||||
<radio_item name="last" tool_tip="Por padrão, registrar na minha última localidade.">
|
||||
Minha Última Localidade
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
|
||||
Reference in New Issue
Block a user