Brought in Script Limits from v-d! (Accessible from About Land)
This commit is contained in:
@@ -195,6 +195,7 @@
|
||||
halign="center" height="20" label="Buy Land..."
|
||||
label_selected="Buy Land..." left="155" mouse_opaque="true"
|
||||
name="Buy Land..." scale_image="true" width="100" />
|
||||
<button name="Scripts..." label="Script Info" bottom="-372" follows="left|top" height="20" left="10" width="140"/>
|
||||
<button bottom="-372" enabled="false" follows="left|top" font="SansSerif"
|
||||
halign="center" height="20" label="Buy For Group..."
|
||||
label_selected="Buy For Group..." left="260" mouse_opaque="true"
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater
|
||||
legacy_header_height="18"
|
||||
can_close="true"
|
||||
can_minimize="true"
|
||||
can_resize="true"
|
||||
min_height="260"
|
||||
height="570"
|
||||
help_topic="scriptlimits"
|
||||
layout="topleft"
|
||||
name="scriptlimits"
|
||||
rect_control="FloaterScriptLimitsRect"
|
||||
title="Script Information"
|
||||
min_width="400"
|
||||
width="480">
|
||||
<tab_container
|
||||
top="555"
|
||||
follows="left|right|top|bottom"
|
||||
layout="topleft"
|
||||
left="1"
|
||||
name="scriptlimits_panels"
|
||||
right="-1"
|
||||
tab_position="top"
|
||||
bottom="0" />
|
||||
</floater>
|
||||
@@ -0,0 +1,108 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel
|
||||
border="true"
|
||||
mouse_opaque="false"
|
||||
follows="top|left"
|
||||
height="570"
|
||||
label="My Avatar"
|
||||
layout="topleft"
|
||||
left="0"
|
||||
name="script_limits_my_avatar_panel"
|
||||
top="0"
|
||||
width="480">
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
name="script_memory"
|
||||
top_pad="24"
|
||||
width="480">
|
||||
Avatar Script Usage
|
||||
</text>
|
||||
|
||||
<text
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
top_delta="18"
|
||||
visible="false"/>
|
||||
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="30"
|
||||
name="memory_used"
|
||||
top_delta="18"
|
||||
width="480">
|
||||
|
||||
</text>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="30"
|
||||
name="urls_used"
|
||||
top_delta="18"
|
||||
width="480">
|
||||
|
||||
</text>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="20"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
name="loading_text"
|
||||
top_delta="12"
|
||||
width="480">
|
||||
Loading...
|
||||
</text>
|
||||
<scroll_list
|
||||
draw_heading="true"
|
||||
follows="all"
|
||||
height="409"
|
||||
layout="topleft"
|
||||
left_delta="0"
|
||||
multi_select="true"
|
||||
sort_column="0"
|
||||
sort_ascending="true"
|
||||
name="scripts_list"
|
||||
top_delta="16"
|
||||
width="460">
|
||||
<column
|
||||
label="Size (kb)"
|
||||
name="size"
|
||||
width="70" />
|
||||
<column
|
||||
label="URLs"
|
||||
name="urls"
|
||||
width="50" />
|
||||
<column
|
||||
label="Object"
|
||||
name="name"
|
||||
width="210" />
|
||||
<column
|
||||
label="Location"
|
||||
name="location"
|
||||
width="130" />
|
||||
</scroll_list>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="19"
|
||||
label="Refresh List"
|
||||
layout="bottomleft"
|
||||
left_pad="5"
|
||||
name="refresh_list_btn"
|
||||
bottom_delta="-34"
|
||||
left="10"
|
||||
width="100" />
|
||||
</panel>
|
||||
@@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel
|
||||
border="true"
|
||||
mouse_opaque="false"
|
||||
follows="top|left"
|
||||
height="570"
|
||||
label="Region Memory"
|
||||
layout="topleft"
|
||||
name="script_limits_region_memory_panel"
|
||||
top="0"
|
||||
left="0"
|
||||
width="480">
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
name="script_memory"
|
||||
top_pad="24"
|
||||
width="480">
|
||||
Parcel Script Memory
|
||||
</text>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="30"
|
||||
name="parcels_listed"
|
||||
top_delta="18"
|
||||
visible="true"
|
||||
width="480">
|
||||
|
||||
</text>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="30"
|
||||
name="memory_used"
|
||||
top_delta="18"
|
||||
width="480">
|
||||
</text>
|
||||
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="16"
|
||||
layout="topleft"
|
||||
left="30"
|
||||
name="urls_used"
|
||||
top_delta="18"
|
||||
width="480">
|
||||
|
||||
</text>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="20"
|
||||
layout="topleft"
|
||||
left="10"
|
||||
name="loading_text"
|
||||
top_delta="12"
|
||||
width="480">
|
||||
Loading...
|
||||
</text>
|
||||
<scroll_list
|
||||
draw_heading="true"
|
||||
follows="all"
|
||||
height="409"
|
||||
layout="topleft"
|
||||
left_delta="0"
|
||||
multi_select="true"
|
||||
sort_column="0"
|
||||
sort_ascending="true"
|
||||
name="scripts_list"
|
||||
top_delta="16"
|
||||
width="460">
|
||||
<column
|
||||
label="Size (kb)"
|
||||
name="size"
|
||||
width="70" />
|
||||
<column
|
||||
label="URLs"
|
||||
name="urls"
|
||||
width="50" />
|
||||
<column
|
||||
label="Object"
|
||||
name="name"
|
||||
width="70" />
|
||||
<column
|
||||
label="Owner"
|
||||
name="owner"
|
||||
width="90" />
|
||||
<column
|
||||
label="Parcel"
|
||||
name="parcel"
|
||||
width="100" />
|
||||
<column
|
||||
label="Location"
|
||||
name="location"
|
||||
width="80" />
|
||||
</scroll_list>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="19"
|
||||
label="Refresh List"
|
||||
layout="bottomleft"
|
||||
left_pad="5"
|
||||
name="refresh_list_btn"
|
||||
bottom_delta="-34"
|
||||
left="10"
|
||||
width="100" />
|
||||
<button
|
||||
follows="bottom|right"
|
||||
height="19"
|
||||
label="Highlight"
|
||||
visible="false"
|
||||
layout="bottomright"
|
||||
left="370"
|
||||
name="highlight_btn"
|
||||
bottom_delta="0"
|
||||
width="100" />
|
||||
<button
|
||||
follows="bottom|right"
|
||||
height="19"
|
||||
label="Return"
|
||||
visible="false"
|
||||
layout="bottomright"
|
||||
name="return_btn"
|
||||
bottom_delta="0"
|
||||
left_delta="-105"
|
||||
width="100" />
|
||||
</panel>
|
||||
@@ -3169,6 +3169,60 @@ Drag folders to this area and click "Send to Marketplace" to list them for sale
|
||||
<string name="RegionInfoAllowedResidents">Allowed Residents: ([ALLOWEDAGENTS], max [MAXACCESS])</string>
|
||||
<string name="RegionInfoAllowedGroups">Allowed groups: ([ALLOWEDGROUPS], max [MAXACCESS])</string>
|
||||
|
||||
<!-- script limits floater -->
|
||||
<string name="ScriptLimitsParcelScriptMemory">Parcel Script Memory</string>
|
||||
<string name="ScriptLimitsParcelsOwned">Parcels Listed: [PARCELS]</string>
|
||||
<string name="ScriptLimitsMemoryUsed">Memory used: [COUNT] kb out of [MAX] kb; [AVAILABLE] kb available</string>
|
||||
<string name="ScriptLimitsMemoryUsedSimple">Memory used: [COUNT] kb</string>
|
||||
<string name="ScriptLimitsParcelScriptURLs">Parcel Script URLs</string>
|
||||
<string name="ScriptLimitsURLsUsed">URLs used: [COUNT] out of [MAX]; [AVAILABLE] available</string>
|
||||
<string name="ScriptLimitsURLsUsedSimple">URLs used: [COUNT]</string>
|
||||
<string name="ScriptLimitsRequestError">Error requesting information</string>
|
||||
<string name="ScriptLimitsRequestNoParcelSelected">No Parcel Selected</string>
|
||||
<string name="ScriptLimitsRequestWrongRegion">Error: script information is only available in your current region</string>
|
||||
<string name="ScriptLimitsRequestWaiting">Retrieving information...</string>
|
||||
<string name="ScriptLimitsRequestDontOwnParcel">You do not have permission to examine this parcel</string>
|
||||
|
||||
<string name="SITTING_ON">Sitting On</string>
|
||||
<string name="ATTACH_CHEST">Chest</string>
|
||||
<string name="ATTACH_HEAD">Head</string>
|
||||
<string name="ATTACH_LSHOULDER">Left Shoulder</string>
|
||||
<string name="ATTACH_RSHOULDER">Right Shoulder</string>
|
||||
<string name="ATTACH_LHAND">Left Hand</string>
|
||||
<string name="ATTACH_RHAND">Right Hand</string>
|
||||
<string name="ATTACH_LFOOT">Left Foot</string>
|
||||
<string name="ATTACH_RFOOT">Right Foot</string>
|
||||
<string name="ATTACH_BACK">Back</string>
|
||||
<string name="ATTACH_PELVIS">Pelvis</string>
|
||||
<string name="ATTACH_MOUTH">Mouth</string>
|
||||
<string name="ATTACH_CHIN">Chin</string>
|
||||
<string name="ATTACH_LEAR">Left Ear</string>
|
||||
<string name="ATTACH_REAR">Right Ear</string>
|
||||
<string name="ATTACH_LEYE">Left Eye</string>
|
||||
<string name="ATTACH_REYE">Right Eye</string>
|
||||
<string name="ATTACH_NOSE">Nose</string>
|
||||
<string name="ATTACH_RUARM">Right Upper Arm</string>
|
||||
<string name="ATTACH_RLARM">Right Lower Arm</string>
|
||||
<string name="ATTACH_LUARM">Left Upper Arm</string>
|
||||
<string name="ATTACH_LLARM">Left Lower Arm</string>
|
||||
<string name="ATTACH_RHIP">Right Hip</string>
|
||||
<string name="ATTACH_RULEG">Right Upper Leg</string>
|
||||
<string name="ATTACH_RLLEG">Right Lower Leg</string>
|
||||
<string name="ATTACH_LHIP">Left Hip</string>
|
||||
<string name="ATTACH_LULEG">Left Upper Leg</string>
|
||||
<string name="ATTACH_LLLEG">Left Lower Leg</string>
|
||||
<string name="ATTACH_BELLY">Belly</string>
|
||||
<string name="ATTACH_RPEC">Right Pec</string>
|
||||
<string name="ATTACH_LPEC">Left Pec</string>
|
||||
<string name="ATTACH_HUD_CENTER_2">HUD Center 2</string>
|
||||
<string name="ATTACH_HUD_TOP_RIGHT">HUD Top Right</string>
|
||||
<string name="ATTACH_HUD_TOP_CENTER">HUD Top Center</string>
|
||||
<string name="ATTACH_HUD_TOP_LEFT">HUD Top Left</string>
|
||||
<string name="ATTACH_HUD_CENTER_1">HUD Center 1</string>
|
||||
<string name="ATTACH_HUD_BOTTOM_LEFT">HUD Bottom Left</string>
|
||||
<string name="ATTACH_HUD_BOTTOM">HUD Bottom</string>
|
||||
<string name="ATTACH_HUD_BOTTOM_RIGHT">HUD Bottom Right</string>
|
||||
|
||||
<!-- panel contents -->
|
||||
<string name="PanelContentsNewScript">New Script</string>
|
||||
|
||||
@@ -4069,6 +4123,9 @@ Try enclosing path to the editor with double quotes.
|
||||
<string name="ExternalEditorCommandParseError">Error parsing the external editor command.</string>
|
||||
<string name="ExternalEditorFailedToRun">External editor failed to run.</string>
|
||||
|
||||
<string name="Left">Left</string>
|
||||
<string name="Right">Right</string>
|
||||
|
||||
<!-- Pathfinding -->
|
||||
<string name="Pathfinding_Wiki_URL">http://wiki.secondlife.com/wiki/Pathfinding_Tools_in_the_Second_Life_Viewer</string>
|
||||
<string name="Pathfinding_Object_Attr_None">None</string>
|
||||
@@ -4076,9 +4133,6 @@ Try enclosing path to the editor with double quotes.
|
||||
<string name="Pathfinding_Object_Attr_Character">Character</string>
|
||||
<string name="Pathfinding_Object_Attr_MultiSelect">(Multiple)</string>
|
||||
|
||||
<string name="Left">Left</string>
|
||||
<string name="Right">Right</string>
|
||||
|
||||
<!-- teleport_strings.xml's strings we need -->
|
||||
<string name="completed_from">Teleport completed from</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user