Merge remote-tracking branch 'singu/master'
14
indra/newview/skins/Retro.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<llsd>
|
||||
<map>
|
||||
<key>skin_name</key>
|
||||
<string>Retro</string>
|
||||
<key>author_name</key>
|
||||
<string>Thraxis Epsilon</string>
|
||||
<key>additional_author_names</key>
|
||||
<string>Linden Lab</string>
|
||||
<key>skin_info</key>
|
||||
<string>The Dazzle skin tweaked to look more Classic-like.</string>
|
||||
<key>folder_name</key>
|
||||
<string>Retro</string>
|
||||
</map>
|
||||
</llsd>
|
||||
@@ -99,7 +99,9 @@ PERMISSION_CHANGE_LINKS Passed to llRequestPermissions library function to req
|
||||
PERMISSION_TRACK_CAMERA Passed to llRequestPermissions library function to request permission to track agent's camera
|
||||
PERMISSION_CONTROL_CAMERA Passed to llRequestPermissions library function to request permission to change agent's camera
|
||||
PERMISSION_TELEPORT Passed to llRequestPermissions library function to request permission to teleport agent
|
||||
PERMISSION_OVERRIDE_ANIMATIONS Passed to llRequestPermissions library function to request permission to override agent's animations
|
||||
SCRIPT_PERMISSION_SILENT_ESTATE_MANAGEMENT Passed to llRequestPermissions library function to request permission to silently modify estate access lists
|
||||
PERMISSION_OVERRIDE_ANIMATIONS Passed to llRequestPermissions library function to request permission to override animations on agent
|
||||
PERMISSION_RETURN_OBJECTS Passed to llRequestPermissions library function to request permission to return objects
|
||||
|
||||
DEBUG_CHANNEL Chat channel reserved for debug and error messages from scripts
|
||||
PUBLIC_CHANNEL Chat channel that broadcasts to all nearby users
|
||||
@@ -132,6 +134,11 @@ PSYS_PART_END_ALPHA
|
||||
PSYS_PART_END_SCALE
|
||||
PSYS_PART_MAX_AGE
|
||||
|
||||
PSYS_PART_BLEND_FUNC_SOURCE
|
||||
PSYS_PART_BLEND_FUNC_DEST
|
||||
PSYS_PART_START_GLOW
|
||||
PSYS_PART_END_GLOW
|
||||
|
||||
PSYS_PART_BOUNCE_MASK
|
||||
PSYS_PART_WIND_MASK
|
||||
PSYS_PART_INTERP_COLOR_MASK
|
||||
@@ -141,6 +148,16 @@ PSYS_PART_FOLLOW_VELOCITY_MASK
|
||||
PSYS_PART_TARGET_POS_MASK
|
||||
PSYS_PART_EMISSIVE_MASK
|
||||
PSYS_PART_TARGET_LINEAR_MASK
|
||||
PSYS_PART_RIBBON_MASK
|
||||
|
||||
PSYS_PART_BF_ONE
|
||||
PSYS_PART_BF_ZERO
|
||||
PSYS_PART_BF_DEST_COLOR
|
||||
PSYS_PART_BF_SOURCE_COLOR
|
||||
PSYS_PART_BF_ONE_MINUS_DEST_COLOR
|
||||
PSYS_PART_BF_ONE_MINUS_SOURCE_COLOR
|
||||
PSYS_PART_BF_SOURCE_ALPHA
|
||||
PSYS_PART_BF_ONE_MINUS_SOURCE_ALPHA
|
||||
|
||||
PSYS_SRC_PATTERN
|
||||
PSYS_SRC_INNERANGLE Deprecated -- Use PSYS_SRC_ANGLE_BEGIN
|
||||
@@ -182,6 +199,13 @@ OBJECT_SERVER_COST Used with llGetObjectDetails to get the server cost.
|
||||
OBJECT_STREAMING_COST Used with llGetObjectDetails to get the streaming (download) cost.
|
||||
OBJECT_PHYSICS_COST Used with llGetObjectDetails to get the physics cost.
|
||||
OBJECT_PATHFINDING_TYPE Used with llGetObjectDetails to get an object's pathfinding settings.
|
||||
OBJECT_CHARACTER_TIME Used with llGetObjectDetails to get an object's average CPU time (in seconds) used by the object for navigation, if the object is a pathfinding character. Returns 0 for non-characters.
|
||||
OBJECT_ROOT Used with llGetObjectDetails to get an object's root prim ID.
|
||||
OBJECT_ATTACHED_POINT Used with llGetObjectDetails to get an object's attachment point.
|
||||
OBJECT_RETURN_PARCEL Used with llReturnObjectsByOwner to return all objects on the same parcel as the script which are owned by 'owner'.
|
||||
OBJECT_RETURN_PARCEL_OWNER Used with llReturnObjectsByOwner to return all objects owned by 'owner' which are over parcels owned by the owner of the script.
|
||||
OBJECT_RETURN_REGION Used with llReturnObjectsByOwner to return all objects in the region owned by 'owner' - only works when the script is owned by the estate owner or an estate manager.
|
||||
|
||||
OPT_UNKNOWN Returned object pathfinding type by llGetObjectDetails for attachments, Linden trees and grass.
|
||||
OPT_LEGACY_LINKSET Returned object pathfinding type by llGetObjectDetails for movable obstacles, movable phantoms, physical, and volumedetect objects.
|
||||
OPT_AVATAR Returned object pathfinding type by llGetObjectDetails for avatars.
|
||||
@@ -675,6 +699,7 @@ REQUIRE_LINE_OF_SIGHT Used with llPursue(). Define whether the character needs
|
||||
PURSUIT_FUZZ_FACTOR Used with llPursue(). Selects a random destination near the PURSUIT_OFFSET. The valid fuzz factor range is from 0 to 1, where 1 is most random. This option requires a nonzero PURSUIT_OFFSET.
|
||||
PURSUIT_INTERCEPT Used with llPursue(). Define whether the character attempts to predict the target's future location.
|
||||
PURSUIT_GOAL_TOLERANCE Used with llPursue(). Defines approximately how close the character must be to the current goal to consider itself to be at the desired position. The valid range is from 0.25 to 10m.
|
||||
FORCE_DIRECT_PATH Used with llNavigateTo(). Makes character navigate in a straight line toward pos. May be set to TRUE or FALSE.
|
||||
VERTICAL Constant to indicate that the orientation of the capsule for a Pathfinding character is vertical.
|
||||
HORIZONTAL Constant to indicate that the orientation of the capsule for a Pathfinding character is horizontal.
|
||||
AVOID_CHARACTERS TODO: add documentation
|
||||
@@ -715,10 +740,37 @@ CHARACTER_TURN_SPEED_MULTIPLIER TODO: add documentation
|
||||
CHARACTER_DESIRED_TURN_SPEED The character's maximum speed while turning--note that this is only loosely enforced (i.e., a character may turn at higher speeds under certain conditions)
|
||||
CHARACTER_MAX_TURN_RADIUS The character's turn radius when traveling at CHARACTER_DESIRED_TURN_SPEED.
|
||||
CHARACTER_MAX_SPEED The character's maximum speed. Affects speed when avoiding dynamic obstacles and when traversing low-walkability objects in TRAVERSAL_TYPE_FAST mode.
|
||||
CHARACTER_STAY_WITHIN_PARCEL Characters which have CHARACTER_STAY_WITHIN_PARCEL set to TRUE treat the parcel boundaries as one-way obstacles.
|
||||
|
||||
PATROL_PAUSE_AT_WAYPOINTS Used with llPatrolPoints(). Defines if characters slow down and momentarily pause at each waypoint.
|
||||
WANDER_PAUSE_AT_WAYPOINTS Used with llWanderWithin(). Defines if characters should pause after reaching each wander waypoint.
|
||||
|
||||
CONTENT_TYPE_TEXT text/plain
|
||||
CONTENT_TYPE_HTML text/html
|
||||
CONTENT_TYPE_XML application/xml
|
||||
CONTENT_TYPE_XHTML application/xhtml+xml
|
||||
CONTENT_TYPE_ATOM application/atom+xml
|
||||
CONTENT_TYPE_JSON application/json
|
||||
CONTENT_TYPE_LLSD application/llsd+xml
|
||||
CONTENT_TYPE_FORM application/x-www-form-urlencoded
|
||||
CONTENT_TYPE_RSS application/rss+xml
|
||||
|
||||
JSON_INVALID Returned by llJsonGetValue and llJsonValueType if the specifiers to do specify a valid in the json value.
|
||||
JSON_OBJECT Represents a json datatype represented in LSL as a strided list of name/value pairs
|
||||
JSON_ARRAY Represents a json datatype mappable to the LSL datatype "list"
|
||||
JSON_NUMBER Represents a json datatype mappable to the LSL datatypes "integer" and "float"
|
||||
JSON_STRING Represents a json datatype mappable to the LSL datatype "string"
|
||||
JSON_TRUE Represents the constant "true" of a json value.
|
||||
JSON_FALSE Represents the constant "false" of a json value.
|
||||
JSON_NULL Represents the constant "null" of a json value.
|
||||
JSON_APPEND Used with llJsonSetValue as a specifier to indicate appending the value to the end of the array at that level.
|
||||
|
||||
ERR_GENERIC Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of a general error.
|
||||
ERR_PARCEL_PERMISSIONS Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of a parcel owner permission error.
|
||||
ERR_MALFORMED_PARAMS Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of malformed parameters.
|
||||
ERR_RUNTIME_PERMISSIONS Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of a runtime permission error.
|
||||
ERR_THROTTLED Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of being throttled.
|
||||
|
||||
# --- OpenSim and Aurora-Sim constants Below ---
|
||||
# OpenSim Constants (\OpenSim\Region\ScriptEngine\Shared\Api\Runtime\LSL_Constants.cs)
|
||||
# Constants for cmWindlight (\OpenSim\Region\ScriptEngine\Shared\Api\Runtime\CM_Constants.cs)
|
||||
@@ -885,7 +937,7 @@ return Leave current function or event handler
|
||||
# Comment
|
||||
[one_sided_delimiter .457, .441, .367]
|
||||
// Comment:Non-functional commentary or disabled code
|
||||
[two_sided_delimiter_esc .457, .441, .367]
|
||||
[two_sided_delimiter .457, .441, .367]
|
||||
/* */ Comment:Non-functional commentary or disabled code
|
||||
|
||||
# String literals
|
||||
|
||||
BIN
indra/newview/skins/default/textures/menu_separator.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
@@ -7,21 +7,6 @@
|
||||
<string name="voice_icon">icn_voice-localchat.tga</string>
|
||||
<string name="IM_logging_string">-- Instant-Message-Protokoll aktiviert --</string>
|
||||
<string name="IM_end_log_string">-- Ende des Protokolls --</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">Dem Objekt „[OBJECTNAME]“, ein Objekt von „[OWNERNAME]“, in [REGIONNAME] [REGIONPOS], wurde folgende Berechtigung erteilt: [PERMISSIONS].</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">Dem Objekt „[OBJECTNAME]“, ein Objekt von „[OWNERNAME]“, in [REGIONNAME] [REGIONPOS], wurde folgende Berechtigung verweigert: [PERMISSIONS].</string>
|
||||
<string name="ScriptTakeMoney">Linden-Dollar (L$) von Ihnen nehmen</string>
|
||||
<string name="ActOnControlInputs">Steuerung festlegen</string>
|
||||
<string name="RemapControlInputs">Steuerung neu zuweisen</string>
|
||||
<string name="AnimateYourAvatar">Avatar animieren</string>
|
||||
<string name="AttachToYourAvatar">An Avatar anhängen</string>
|
||||
<string name="ReleaseOwnership">Eigentum aufgeben und öffentlich machen</string>
|
||||
<string name="LinkAndDelink">Mit Objekten verknüpfen und davon trennen</string>
|
||||
<string name="AddAndRemoveJoints">Verbindungen zu anderen Objekten hinzufügen und entfernen</string>
|
||||
<string name="ChangePermissions">Berechtigungen ändern</string>
|
||||
<string name="TrackYourCamera">Kameraverfolgung aktivieren</string>
|
||||
<string name="TeleportYourAgent">Avatar teleportieren</string>
|
||||
<string name="ControlYourCamera">Kamerasteuerung übernehmen</string>
|
||||
<string name="OverrideAnimations">Überschreibe die Standard-Animationen</string>
|
||||
<layout_stack name="panels">
|
||||
<layout_panel name="im_contents_panel">
|
||||
<layout_stack name="im_contents_stack">
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
|
||||
<button label="OK" label_selected="OK" name="OK"/>
|
||||
<button label="Abbrechen" label_selected="Abbrechen" name="Cancel"/>
|
||||
<string name="none">keine</string>
|
||||
</floater>
|
||||
|
||||
@@ -1,40 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="top_objects" title="wird geladen...">
|
||||
<text name="title_text">Wird geladen...</text>
|
||||
<floater name="top_objects" title="Top-Objekte" min_width="690">
|
||||
<string name="top_scripts_title">
|
||||
Top-Skripte
|
||||
</string>
|
||||
<string name="top_scripts_text">
|
||||
[COUNT] Skripts benötigen insgesamt [TIME] ms
|
||||
</string>
|
||||
<string name="scripts_score_label">
|
||||
Zeit
|
||||
</string>
|
||||
<string name="top_colliders_title">
|
||||
Top-Kollisionsobjekte
|
||||
</string>
|
||||
<string name="top_colliders_text">
|
||||
Top [COUNT] Objekte mit vielen potenziellen Kollisionen
|
||||
</string>
|
||||
<string name="colliders_score_label">
|
||||
Wertung
|
||||
</string>
|
||||
<string name="none_descriptor">
|
||||
Nicht gefunden.
|
||||
</string>
|
||||
<text name="title_text">
|
||||
Wird geladen...
|
||||
</text>
|
||||
<scroll_list name="objects_list">
|
||||
<column label="Wertung" name="score"/>
|
||||
<column label="Wertung" name="score" width="65"/>
|
||||
<column label="Name" name="name"/>
|
||||
<column label="Eigentümer" name="owner"/>
|
||||
<column label="Position" name="location"/>
|
||||
<column label="Parzelle" name="parcel"/>
|
||||
<column label="Uhrzeit" name="time"/>
|
||||
<column label="Mono-Uhrzeit:" name="mono_time"/>
|
||||
<column label="URLs" name="URLs"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">Objekt-ID:</text>
|
||||
|
||||
<column label="URLs" name="URLs"/>
|
||||
<column label="Speicher (KB)" name="memory"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">
|
||||
Objekt-ID:
|
||||
</text>
|
||||
<line_editor name="id_editor" width="560"/>
|
||||
<button label="Beacon anzeigen" name="show_beacon_btn"/>
|
||||
<text name="obj_name_text">Objektname:</text>
|
||||
|
||||
<text name="obj_name_text">
|
||||
Objektname:
|
||||
</text>
|
||||
<line_editor name="object_name_editor" width="560"/>
|
||||
<button label="Filter" name="filter_object_btn"/>
|
||||
<text name="owner_name_text">Eigentümername:</text>
|
||||
|
||||
<text name="owner_name_text">
|
||||
Eigentümer:
|
||||
</text>
|
||||
<line_editor name="owner_name_editor" width="560"/>
|
||||
<button label="Filter" name="filter_owner_btn"/>
|
||||
<button label="Auswahl zurückgeben" name="return_selected_btn"/>
|
||||
<button label="Alle zurückgeben" name="return_all_btn"/>
|
||||
<button label="Lag-Warnung" name="lagwarning"/>
|
||||
<button label="Hinauswerfen" name="kick"/>
|
||||
<button label="Auswahl deaktivieren" name="disable_selected_btn"/>
|
||||
<button label="Alle deaktivieren" name="disable_all_btn"/>
|
||||
<button label="Profil" name="profile"/>
|
||||
<button label="TP zu" name="tpto"/>
|
||||
|
||||
<text name="parcel_name_text">
|
||||
Parzelle:
|
||||
</text>
|
||||
<line_editor name="parcel_name_editor" width="560"/>
|
||||
<button label="Filter" name="filter_parcel_btn"/>
|
||||
<button label="Aktualisieren" name="refresh_btn"/>
|
||||
<string name="top_scripts_title">Top-Skripts</string>
|
||||
<string name="top_scripts_text">[COUNT] Skripts benötigen insgesamt [TIME] ms</string>
|
||||
<string name="scripts_score_label">Uhrzeit</string>
|
||||
<string name="scripts_mono_time_label">Mono-Uhrzeit:</string>
|
||||
<string name="top_colliders_title">Top-Kollisionsobjekte</string>
|
||||
<string name="top_colliders_text">Top [COUNT] Objekte mit vielen potenziellen Kollisionen</string>
|
||||
<string name="colliders_score_label">Wertung</string>
|
||||
<string name="none_descriptor">Nicht gefunden.</string>
|
||||
<button label="Auswahl zurückgeben" name="return_selected_btn" width="150"/>
|
||||
<button label="Alle zurückgeben" left_delta="150" name="return_all_btn" width="150"/>
|
||||
<button label="Teleportieren zu" left_delta="150" name="teleport_to_btn" width="150"/>
|
||||
<button label="Profil" left_delta="150" name="profile_btn" width="150"/>
|
||||
<button label="Auswahl deaktivieren" name="disable_selected_btn" width="150"/>
|
||||
<button label="Alle deaktivieren" left_delta="150" name="disable_all_btn" width="150"/>
|
||||
<button label="Estate: Hinauswerfen" left_delta="150" name="estate_kick_btn" width="150"/>
|
||||
</floater>
|
||||
|
||||
@@ -19,5 +19,4 @@
|
||||
<button label="Suchen..." name="Search..."/>
|
||||
<button label="Invite..." name="Invite..."/>
|
||||
<button label="Titles..." name="Titles..."/>
|
||||
<string name="none">keine</string>
|
||||
</panel>
|
||||
|
||||
@@ -18,5 +18,4 @@
|
||||
<button label="Suchen..." name="Search..."/>
|
||||
<button label="Invite..." name="Invite..."/>
|
||||
<button label="Titles..." name="Titles..."/>
|
||||
<string name="none">keine</string>
|
||||
</panel>
|
||||
|
||||
@@ -316,6 +316,8 @@
|
||||
<string name="connected">Verbunden</string>
|
||||
<string name="unavailable">Der aktuelle Standort unterstützt keine Voice-Kommunikation</string>
|
||||
<string name="hang_up">Verbindung mit In-Welt-Voice-Chat getrennt</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">Dem Objekt „[OBJECTNAME]“, ein Objekt von „[OWNERNAME]“, in [REGIONNAME] [REGIONPOS], wurde folgende Berechtigung erteilt: [PERMISSIONS].</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">Dem Objekt „[OBJECTNAME]“, ein Objekt von „[OWNERNAME]“, in [REGIONNAME] [REGIONPOS], wurde folgende Berechtigung verweigert: [PERMISSIONS].</string>
|
||||
<string name="ScriptTakeMoney">Take currency from you</string>
|
||||
<string name="ActOnControlInputs">Steuerung festlegen</string>
|
||||
<string name="RemapControlInputs">Steuerung neu zuweisen</string>
|
||||
@@ -329,7 +331,7 @@
|
||||
<string name="TrackYourCamera">Kameraverfolgung aktivieren</string>
|
||||
<string name="ControlYourCamera">Kamerasteuerung übernehmen</string>
|
||||
<string name="TeleportYourAgent">Avatar teleportieren</string>
|
||||
<string name="OverrideAnimations">Überschreibe die Standard-Animationen</string>
|
||||
<string name="OverrideYourAnimations">Überschreibe die Standard-Animationen</string>
|
||||
|
||||
<!-- Sim Access labels -->
|
||||
<string name="SIM_ACCESS_PG">PG</string>
|
||||
@@ -1972,9 +1974,13 @@ Where tag = tag string to match. Removes bot's matching the tag.
|
||||
<string name="GodToolsObjectOwnedBy">Objekt [OBJECT], Besitzer [OWNER]</string>
|
||||
|
||||
<!-- groups -->
|
||||
|
||||
<string name="GroupsNone">
|
||||
keine
|
||||
</string>
|
||||
<string name="Unknown">(unbekannt)</string>
|
||||
|
||||
<string name="NoGroupDataFound">
|
||||
Für Gruppe wurden keine Gruppendaten gefunden
|
||||
</string>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -63,7 +63,10 @@
|
||||
</text>
|
||||
<button bottom_delta="-3" left_delta="25" width="90" height="20" follows="top|right"
|
||||
label="Refresh List" label_selected="Refresh List" halign="center"
|
||||
font="SansSerif" mouse_opaque="true" name="RefreshFriends" scale_image="TRUE" />
|
||||
font="SansSerif" mouse_opaque="true" name="RefreshFriends" scale_image="TRUE">
|
||||
<button.commit_callback
|
||||
function="Refresh.FriendList"/>
|
||||
</button>
|
||||
<scroll_list background_visible="true" bottom_delta="-115" column_padding="5"
|
||||
draw_border="true" draw_heading="false" draw_stripes="true"
|
||||
follows="left|top|right|bottom" height="110" left="10" mouse_opaque="true"
|
||||
|
||||
@@ -72,10 +72,16 @@
|
||||
|
||||
<button bottom_delta="-27" enabled="true" follows="left|top" font="SansSerif"
|
||||
halign="center" height="20" label="Check All" label_selected="All" left="8"
|
||||
mouse_opaque="true" name="check_all" scale_image="true" width="100" />
|
||||
mouse_opaque="true" name="check_all" scale_image="true" width="100" >
|
||||
<button.commit_callback
|
||||
function="BulkPermission.CheckAll" />
|
||||
</button>
|
||||
<button bottom_delta="-24" enabled="true" follows="left|top" font="SansSerif"
|
||||
halign="center" height="20" label="Uncheck All" label_selected="None" left="8"
|
||||
mouse_opaque="true" name="check_none" scale_image="true" width="100" />
|
||||
mouse_opaque="true" name="check_none" scale_image="true" width="100" >
|
||||
<button.commit_callback
|
||||
function="BulkPermission.UncheckAll"/>
|
||||
</button>
|
||||
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-40" drop_shadow_visible="true" enabled="true" follows="left|top"
|
||||
@@ -103,7 +109,10 @@
|
||||
<check_box bottom_delta="0" follows="left|top" width="88" height="16"
|
||||
left_delta="78" radio_style="false" font="SansSerifSmall"
|
||||
initial_value="false" label="Copy" mouse_opaque="true"
|
||||
name="next_owner_copy" control_name="BulkChangeNextOwnerCopy" />
|
||||
name="next_owner_copy" control_name="BulkChangeNextOwnerCopy" >
|
||||
<check_box.commit_callback
|
||||
function="BulkPermission.CommitCopy"/>
|
||||
</check_box>
|
||||
<check_box bottom_delta="0" follows="left|top" width="106" height="16"
|
||||
left_delta="88" radio_style="false" font="SansSerifSmall"
|
||||
initial_value="true" label="Resell/Give away" mouse_opaque="true" enabled="false"
|
||||
@@ -117,14 +126,23 @@
|
||||
|
||||
<button bottom="10" left="10" width="90" height="20" follows="left|top"
|
||||
label="Help" name="help" enabled="true"
|
||||
mouse_opaque="true" font="SansSerif" scale_image="true" halign="center" />
|
||||
mouse_opaque="true" font="SansSerif" scale_image="true" halign="center" >
|
||||
<button.commit_callback
|
||||
function="BulkPermission.Help"/>
|
||||
</button>
|
||||
|
||||
<button bottom="10" left="265" width="100" height="20" follows="left|top"
|
||||
label="Apply" name="apply" enabled="true"
|
||||
mouse_opaque="true" font="SansSerif" scale_image="true" halign="center" />
|
||||
mouse_opaque="true" font="SansSerif" scale_image="true" halign="center" >
|
||||
<button.commit_callback
|
||||
function="BulkPermission.Apply"/>
|
||||
</button>
|
||||
<button bottom_delta="0" left_delta="105" width="100" height="20" follows="left|top"
|
||||
label="Close" name="close" enabled="true"
|
||||
mouse_opaque="true" font="SansSerif" scale_image="true" halign="center" />
|
||||
mouse_opaque="true" font="SansSerif" scale_image="true" halign="center" >
|
||||
<button.commit_callback
|
||||
function="BulkPermission.Close"/>
|
||||
</button>
|
||||
|
||||
<string name="nothing_to_modify_text">Selection contains no editable contents.</string>
|
||||
<string name="status_text">Setting permissions on [NAME]</string>
|
||||
|
||||
@@ -8,21 +8,6 @@
|
||||
<string name="voice_icon">icn_voice-localchat.tga</string>
|
||||
<string name="IM_logging_string">-- Instant message logging enabled --</string>
|
||||
<string name="IM_end_log_string">-- End of Log --</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">'[OBJECTNAME]', an object owned by '[OWNERNAME]', located in [REGIONNAME] at [REGIONPOS], has been granted permission to: [PERMISSIONS].</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">'[OBJECTNAME]', an object owned by '[OWNERNAME]', located in [REGIONNAME] at [REGIONPOS], has been denied permission to: [PERMISSIONS].</string>
|
||||
<string name="ScriptTakeMoney">Take in-world money ([CURRENCY]) from you</string>
|
||||
<string name="ActOnControlInputs">Act on your control inputs</string>
|
||||
<string name="RemapControlInputs">Remap your control inputs</string>
|
||||
<string name="AnimateYourAvatar">Animate your avatar</string>
|
||||
<string name="AttachToYourAvatar">Attach to your avatar</string>
|
||||
<string name="ReleaseOwnership">Release ownership and become public</string>
|
||||
<string name="LinkAndDelink">Link and delink from other objects</string>
|
||||
<string name="AddAndRemoveJoints">Add and remove joints with other objects</string>
|
||||
<string name="ChangePermissions">Change its permissions</string>
|
||||
<string name="TrackYourCamera">Track your camera</string>
|
||||
<string name="TeleportYourAgent">Teleport you</string>
|
||||
<string name="ControlYourCamera">Control your camera</string>
|
||||
<string name="OverrideAnimations">Override your default animations</string>
|
||||
<layout_stack border="false" bottom="0" follows="left|top|right|bottom" height="160" left="0" orientation="horizontal" width="430" name="panels">
|
||||
<layout_panel border="false" bottom="0" height="160" left="0" min_width="275" name="im_contents_panel" width="305">
|
||||
<layout_stack border="false" bottom="0" default_tab_group="1" follows="all" height="160" left="0" orientation="vertical" name="im_contents_stack" width="305">
|
||||
|
||||
@@ -18,7 +18,4 @@
|
||||
<button bottom="-236" font="SansSerif" halign="center" height="20" label="Cancel"
|
||||
label_selected="Cancel" left_delta="88" mouse_opaque="true" name="Cancel"
|
||||
width="80" />
|
||||
<string name="none">
|
||||
none
|
||||
</string>
|
||||
</floater>
|
||||
|
||||
@@ -8,12 +8,18 @@
|
||||
label="Grid" left="1" mouse_opaque="false" name="grid" width="398">
|
||||
<button bottom="-28" follows="left|top" font="SansSerif" halign="center" height="20"
|
||||
label="Kick all users" label_selected="Kick all users" left="10"
|
||||
mouse_opaque="true" name="Kick all users" width="100" />
|
||||
mouse_opaque="true" name="Kick all users" width="100">
|
||||
<button.commit_callback
|
||||
function="GridTools.KickAllUsers" />
|
||||
</button>
|
||||
<button bottom_delta="-28" follows="left|top" font="SansSerif" halign="center"
|
||||
height="20" label="Flush This Region's Map Visibility Caches"
|
||||
label_selected="Flush This Region's Map Visibility Caches" left="10"
|
||||
mouse_opaque="true" name="Flush This Region's Map Visibility Caches"
|
||||
width="250" />
|
||||
width="250">
|
||||
<button.commit_callback
|
||||
function="GridTools.FlushMapVisibilityCaches" />
|
||||
</button>
|
||||
</panel>
|
||||
<panel border="true" bottom="-363" follows="left|top|right|bottom" height="347"
|
||||
label="Region" left="1" mouse_opaque="false" name="region" width="398">
|
||||
@@ -25,55 +31,97 @@
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-26"
|
||||
follows="left|top|right" font="SansSerifSmall" height="16" left="70"
|
||||
max_length="63" mouse_opaque="true" name="region name" width="208" />
|
||||
max_length="63" mouse_opaque="true" name="region name" width="208">
|
||||
<line_editor.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</line_editor>
|
||||
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Prelude" left="10" mouse_opaque="true"
|
||||
name="check prelude" tool_tip="Set this to make the region a prelude."
|
||||
width="180" />
|
||||
width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangePrelude" />
|
||||
</check_box>
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Fixed Sun" left="10" mouse_opaque="true"
|
||||
name="check fixed sun"
|
||||
tool_tip="Fix the sun position (like in Region/Estate > Terrain."
|
||||
width="180" />
|
||||
width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Reset Home On Teleport" left="10"
|
||||
mouse_opaque="true" name="check reset home"
|
||||
tool_tip="When resident teleports out, reset their home to the destination position."
|
||||
width="180" />
|
||||
width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Visible" left="10" mouse_opaque="true"
|
||||
name="check visible"
|
||||
tool_tip="Set this to make the region visible to non-gods." width="180" />
|
||||
tool_tip="Set this to make the region visible to non-gods." width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Damage" left="10" mouse_opaque="true"
|
||||
name="check damage" tool_tip="Set this to enable damage in this region."
|
||||
width="180" />
|
||||
width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Block Traffic Tracking" left="10"
|
||||
mouse_opaque="true" name="block dwell"
|
||||
tool_tip="Set this to make the region not compute traffic." width="180" />
|
||||
tool_tip="Set this to make the region not compute traffic." width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Block Terraform" left="10" mouse_opaque="true"
|
||||
name="block terraform"
|
||||
tool_tip="Set this to disallow people terraforming their land" width="180" />
|
||||
tool_tip="Set this to disallow people terraforming their land" width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Sandbox" left="10" mouse_opaque="true"
|
||||
name="is sandbox" tool_tip="Toggle whether this is a sandbox region."
|
||||
width="180" />
|
||||
<check_box name="is gaming" label="Gaming" tool_tip="Toggle whether this is a gaming region." bottom_delta="-20" follows="left|top"/>
|
||||
<check_box name="hide from search" label="Hide region from search" tool_tip="Toggle whether this region is searchable at all." bottom_delta="-20" follows="left|top"/>
|
||||
width="180">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box name="is gaming" label="Gaming" tool_tip="Toggle whether this is a gaming region." bottom_delta="-20" follows="left|top">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box name="hide from search" label="Hide region from search" tool_tip="Toggle whether this region is searchable at all." bottom_delta="-20" follows="left|top">
|
||||
<check_box.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<button bottom_delta="-32" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Bake Terrain" label_selected="Bake Terrain" left="8"
|
||||
mouse_opaque="true" name="Bake Terrain"
|
||||
tool_tip="Save the current terrain as default." width="110" />
|
||||
tool_tip="Save the current terrain as default." width="110">
|
||||
<button.commit_callback
|
||||
function="RegionTools.BakeTerrain" />
|
||||
</button>
|
||||
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Revert Terrain" label_selected="Revert Terrain" left="8"
|
||||
mouse_opaque="true" name="Revert Terrain"
|
||||
tool_tip="Replace the current terrain with default." width="110" />
|
||||
tool_tip="Replace the current terrain with default." width="110">
|
||||
<button.commit_callback
|
||||
function="RegionTools.RevertTerrain" />
|
||||
</button>
|
||||
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Swap Terrain" label_selected="Swap Terrain" left="8"
|
||||
mouse_opaque="true" name="Swap Terrain"
|
||||
tool_tip="Swap current terrain with default." width="110" />
|
||||
tool_tip="Swap current terrain with default." width="110">
|
||||
<button.commit_callback
|
||||
function="RegionTools.SwapTerrain" />
|
||||
</button>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-46" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="16" left="200" mouse_opaque="true"
|
||||
@@ -82,7 +130,10 @@
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-46"
|
||||
follows="top|right" font="SansSerifSmall" height="16" left_delta="108"
|
||||
max_length="10" mouse_opaque="true" name="estate" width="50" />
|
||||
max_length="10" mouse_opaque="true" name="estate" width="50">
|
||||
<line_editor.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</line_editor>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-66" drop_shadow_visible="true" follows="left|top" font="SansSerif"
|
||||
h_pad="0" halign="left" height="16" left="200" mouse_opaque="true"
|
||||
@@ -92,7 +143,10 @@
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-66"
|
||||
follows="top|right" font="SansSerifSmall" height="16" left_delta="108"
|
||||
max_length="10" mouse_opaque="true" name="parentestate"
|
||||
tool_tip="This is the parent estate for this region" width="50" />
|
||||
tool_tip="This is the parent estate for this region" width="50">
|
||||
<line_editor.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</line_editor>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-86" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="200"
|
||||
@@ -102,11 +156,17 @@
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-86"
|
||||
follows="top|right" font="SansSerifSmall" height="16" left_delta="88"
|
||||
max_length="10" mouse_opaque="true" name="gridposx"
|
||||
tool_tip="This is the grid x position for this region" width="50" />
|
||||
tool_tip="This is the grid x position for this region" width="50">
|
||||
<line_editor.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</line_editor>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-86"
|
||||
follows="top|right" font="SansSerifSmall" height="16" left_delta="60"
|
||||
max_length="10" mouse_opaque="true" name="gridposy"
|
||||
tool_tip="This is the grid y position for this region" width="40" />
|
||||
tool_tip="This is the grid y position for this region" width="40">
|
||||
<line_editor.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</line_editor>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-106" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="200"
|
||||
@@ -115,13 +175,22 @@
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-106"
|
||||
follows="top|right" font="SansSerifSmall" height="16" left_delta="88"
|
||||
max_length="10" mouse_opaque="true" name="redirectx" width="50" />
|
||||
max_length="10" mouse_opaque="true" name="redirectx" width="50">
|
||||
<line_editor.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</line_editor>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-106"
|
||||
follows="top|right" font="SansSerifSmall" height="16" left_delta="60"
|
||||
max_length="10" mouse_opaque="true" name="redirecty" width="40" />
|
||||
max_length="10" mouse_opaque="true" name="redirecty" width="40">
|
||||
<line_editor.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</line_editor>
|
||||
<spinner bottom="-126" decimal_digits="3" follows="top|right" height="16"
|
||||
increment="0.1" initial_val="1" left="308" max_val="4" min_val="0"
|
||||
mouse_opaque="true" name="billable factor" width="80" />
|
||||
mouse_opaque="true" name="billable factor" width="80">
|
||||
<spinner.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</spinner>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-126" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16" left_delta="-108"
|
||||
@@ -130,7 +199,10 @@
|
||||
</text>
|
||||
<spinner bottom="-146" decimal_digits="3" follows="top|right" height="16" increment="1"
|
||||
initial_val="1" left="308" max_val="100" min_val="0" mouse_opaque="true"
|
||||
name="land cost" width="80" />
|
||||
name="land cost" width="80">
|
||||
<spinner.commit_callback
|
||||
function="RegionTools.ChangeAnything" />
|
||||
</spinner>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-146" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerif" h_pad="0" halign="left" height="16" left_delta="-108"
|
||||
@@ -140,19 +212,31 @@
|
||||
<button bottom="-170" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Refresh" label_selected="Refresh" left="278"
|
||||
mouse_opaque="true" name="Refresh"
|
||||
tool_tip="Click here to refresh the above information." width="110" />
|
||||
tool_tip="Click here to refresh the above information." width="110">
|
||||
<button.commit_callback
|
||||
function="RegionTools.Refresh" />
|
||||
</button>
|
||||
<button bottom_delta="-56" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Apply" label_selected="Apply" left="278"
|
||||
mouse_opaque="true" name="Apply"
|
||||
tool_tip="Click here to apply any changes from above." width="110" />
|
||||
tool_tip="Click here to apply any changes from above." width="110">
|
||||
<button.commit_callback
|
||||
function="RegionTools.ApplyChanges" />
|
||||
</button>
|
||||
<button bottom="-258" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Select Region" label_selected="Select Region" left="128"
|
||||
mouse_opaque="true" name="Select Region"
|
||||
tool_tip="Select the whole region with the land tool." width="110" />
|
||||
tool_tip="Select the whole region with the land tool." width="110">
|
||||
<button.commit_callback
|
||||
function="RegionTools.SelectRegion" />
|
||||
</button>
|
||||
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Autosave now" label_selected="Autosave now" left="128"
|
||||
mouse_opaque="true" name="Autosave now"
|
||||
tool_tip="Save gzipped state to autosave directory." width="110" />
|
||||
tool_tip="Save gzipped state to autosave directory." width="110">
|
||||
<button.commit_callback
|
||||
function="RegionTools.SaveState" />
|
||||
</button>
|
||||
</panel>
|
||||
<panel border="true" bottom="-363" follows="left|top|right|bottom" height="347"
|
||||
label="Objects" left="1" mouse_opaque="false" name="objects" width="398">
|
||||
@@ -175,24 +259,39 @@
|
||||
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Disable Scripts" left="10" mouse_opaque="true"
|
||||
name="disable scripts"
|
||||
tool_tip="Set this to disable all scripts in this region" width="110" />
|
||||
tool_tip="Set this to disable all scripts in this region" width="110">
|
||||
<check_box.commit_callback
|
||||
function="ObjectTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Disable Collisions" left_delta="120"
|
||||
mouse_opaque="true" name="disable collisions"
|
||||
tool_tip="Set this to disable non-agent collisions in this region"
|
||||
width="121" />
|
||||
width="121">
|
||||
<check_box.commit_callback
|
||||
function="ObjectTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<check_box bottom="-46" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Disable Physics" left_delta="120"
|
||||
mouse_opaque="true" name="disable physics"
|
||||
tool_tip="Set this to disable all physics in this region" width="130" />
|
||||
tool_tip="Set this to disable all physics in this region" width="130">
|
||||
<check_box.commit_callback
|
||||
function="ObjectTools.ChangeAnything" />
|
||||
</check_box>
|
||||
<button bottom="-74" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Apply" label_selected="Apply" left="278"
|
||||
mouse_opaque="true" name="Apply"
|
||||
tool_tip="Click here to apply any changes from above." width="110" />
|
||||
tool_tip="Click here to apply any changes from above." width="110">
|
||||
<button.commit_callback
|
||||
function="ObjectTools.ApplyChanges" />
|
||||
</button>
|
||||
<button bottom="-98" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Set Target" label_selected="Set Target" left="8"
|
||||
mouse_opaque="true" name="Set Target"
|
||||
tool_tip="Set the target avatar for object deletion." width="110" />
|
||||
tool_tip="Set the target avatar for object deletion." width="110">
|
||||
<button.commit_callback
|
||||
function="ObjectTools.Set" />
|
||||
</button>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-88" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="130"
|
||||
@@ -205,35 +304,53 @@
|
||||
left="8" mouse_opaque="true"
|
||||
name="Delete Target's Scripted Objects On Others Land"
|
||||
tool_tip="Delete all scripted objects owned by the target on land not owned by the target. (no copy) objects will be returned."
|
||||
width="380" />
|
||||
width="380">
|
||||
<button.commit_callback
|
||||
function="ObjectTools.DeletePublicOwnedBy" />
|
||||
</button>
|
||||
<button bottom_delta="-48" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Delete Target's Scripted Objects On *Any* Land"
|
||||
label_selected="Delete Target's Scripted Objects On *Any* Land"
|
||||
left="8" mouse_opaque="true"
|
||||
name="Delete Target's Scripted Objects On *Any* Land"
|
||||
tool_tip="Delete all scripted objects owned by the target in this region. (no copy) objects will be returned."
|
||||
width="380" />
|
||||
width="380">
|
||||
<button.commit_callback
|
||||
function="ObjectTools.DeleteAllScriptedOwnedBy" />
|
||||
</button>
|
||||
<button bottom_delta="-48" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Delete *ALL* Of Target's Objects"
|
||||
label_selected="Delete *ALL* Of Target's Objects" left="8"
|
||||
mouse_opaque="true" name="Delete *ALL* Of Target's Objects"
|
||||
tool_tip="Delete all objects owned by the target in this region. (no copy) objects will be returned."
|
||||
width="380" />
|
||||
width="380">
|
||||
<button.commit_callback
|
||||
function="ObjectTools.DeleteAllOwnedBy" />
|
||||
</button>
|
||||
<button bottom_delta="-48" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Get Top Colliders" label_selected="Get Top Colliders"
|
||||
left="8" mouse_opaque="true" name="Get Top Colliders"
|
||||
tool_tip="Gets list of objects experiencing the most narrowphase callbacks."
|
||||
width="110" />
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="ObjectTools.GetTopColliders" />
|
||||
</button>
|
||||
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Get Top Scripts" label_selected="Get Top Scripts"
|
||||
left="8" mouse_opaque="true" name="Get Top Scripts"
|
||||
tool_tip="Gets list of objects spending the most time running scripts."
|
||||
width="110" />
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="ObjectTools.GetTopScripts" />
|
||||
</button>
|
||||
<button bottom_delta="-24" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Scripts digest" label_selected="Scripts digest" left="8"
|
||||
mouse_opaque="true" name="Scripts digest"
|
||||
tool_tip="Gets a list of all scripts and number of occurences of each."
|
||||
width="110" />
|
||||
width="110" >
|
||||
<button.commit_callback
|
||||
function="ObjectTools.GetScriptDigest" />
|
||||
</button>
|
||||
</panel>
|
||||
<panel border="true" bottom="-363" follows="left|top|right|bottom" height="347"
|
||||
label="Request" left="1" mouse_opaque="true" name="request" width="398">
|
||||
@@ -285,7 +402,10 @@
|
||||
max_length="63" mouse_opaque="true" name="parameter" width="290" />
|
||||
<button bottom="-116" follows="left|top" font="SansSerif" halign="center" height="20"
|
||||
label="Make Request" label_selected="Make Request" left="10"
|
||||
mouse_opaque="true" name="Make Request" width="100" />
|
||||
mouse_opaque="true" name="Make Request" width="100">
|
||||
<button.commit_callback
|
||||
function="GodTools.Request" />
|
||||
</button>
|
||||
</panel>
|
||||
</tab_container>
|
||||
</floater>
|
||||
|
||||
@@ -16,14 +16,22 @@
|
||||
<column label="Scripts" name="script_num" width="35" />
|
||||
<column label="Inv Total" name="inv_num" width="35" />
|
||||
<column label="Creation Date" name="creation_date" width="150" />
|
||||
<scroll_list.commit_callback
|
||||
function="Inspect.SelectObject" />
|
||||
</scroll_list>
|
||||
<button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
|
||||
label="See Owner Profile..." label_selected="" left="10"
|
||||
mouse_opaque="true" name="button owner"
|
||||
tool_tip="See profile of the highlighted object's owner" width="150" />
|
||||
tool_tip="See profile of the highlighted object's owner" width="150" >
|
||||
<button.commit_callback
|
||||
function="Inspect.OwnerProfile" />
|
||||
</button>
|
||||
<button bottom="5" follows="left|bottom" font="SansSerif" halign="center" height="20"
|
||||
label="See Creator Profile..." label_selected="" left="170"
|
||||
mouse_opaque="true" name="button creator"
|
||||
tool_tip="See profile of the highlighted object's original creator"
|
||||
width="150" />
|
||||
width="150" >
|
||||
<button.commit_callback
|
||||
function="Inspect.CreatorProfile" />
|
||||
</button>
|
||||
</floater>
|
||||
|
||||
@@ -1,74 +1,89 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
|
||||
can_resize="false" height="320" min_height="100" min_width="100"
|
||||
can_resize="false" height="340" min_height="100" min_width="100"
|
||||
name="item properties" rect_control="PropertiesRect"
|
||||
title="Inventory Item Properties" width="350">
|
||||
<icon bottom="-21" follows="top|right" height="16" image_name="icon_lock.tga"
|
||||
left="294" mouse_opaque="true" name="IconLocked" width="16" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-35" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-14" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
|
||||
mouse_opaque="true" name="LabelItemNameTitle" v_pad="0" width="78">
|
||||
Name:
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-41"
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-6"
|
||||
enabled="true" follows="left|top|right" font="SansSerifSmall" height="16"
|
||||
is_unicode="false" left="88" max_length="63" mouse_opaque="true"
|
||||
name="LabelItemName" width="252" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-55" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-14" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
|
||||
mouse_opaque="true" name="LabelItemDescTitle" v_pad="0" width="78">
|
||||
Description:
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-61"
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-6"
|
||||
enabled="true" follows="left|top|right" font="SansSerifSmall" height="16"
|
||||
is_unicode="false" left="88" max_length="127" mouse_opaque="true"
|
||||
name="LabelItemDesc" width="252" spell_check="true" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-81" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
||||
mouse_opaque="true" name="LabelCreatorTitle" v_pad="0" width="78">
|
||||
Creator:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-81" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78"
|
||||
mouse_opaque="true" name="LabelCreatorName" v_pad="0" width="200">
|
||||
Nicole Linden
|
||||
</text>
|
||||
<button bottom="-81" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
<button bottom_delta="0" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="16" label="Profile..." label_selected="" left_delta="174"
|
||||
mouse_opaque="true" name="BtnCreator" width="78" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-101" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
||||
mouse_opaque="true" name="LabelOwnerTitle" v_pad="0" width="78">
|
||||
Owner:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-101" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78"
|
||||
mouse_opaque="true" name="LabelOwnerName" v_pad="0" width="200">
|
||||
Thrax Linden
|
||||
</text>
|
||||
<button bottom="-101" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
<button bottom_delta="0" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="16" label="Profile..." label_selected="" left_delta="174"
|
||||
mouse_opaque="true" name="BtnOwner" width="78" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-121" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
||||
mouse_opaque="true" name="LabelLastOwnerTitle" v_pad="0" width="78">
|
||||
Last Owner:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78"
|
||||
mouse_opaque="true" name="LabelLastOwnerName" v_pad="0" width="200">
|
||||
OnceUponA Linden
|
||||
</text>
|
||||
<button bottom_delta="0" follows="top|right" font="SansSerifSmall" halign="center"
|
||||
height="16" label="Profile..." label_selected="" left_delta="174"
|
||||
mouse_opaque="true" name="BtnLastOwner" width="78" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-16" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
|
||||
mouse_opaque="true" name="LabelAcquiredTitle" v_pad="0" width="78">
|
||||
Acquired:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-121" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="78"
|
||||
mouse_opaque="true" name="LabelAcquiredDate" v_pad="0" width="252">
|
||||
Wed May 24 12:50:46 2006
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-135" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-10" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
|
||||
mouse_opaque="true" name="OwnerLabel" v_pad="0" width="78">
|
||||
You can:
|
||||
@@ -76,40 +91,40 @@
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Modify" left="10" mouse_opaque="true"
|
||||
name="CheckOwnerModify" radio_style="false" width="78" />
|
||||
<check_box bottom="-155" follows="left|top" font="SansSerifSmall" height="16"
|
||||
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Copy" left_delta="78" mouse_opaque="true"
|
||||
name="CheckOwnerCopy" radio_style="false" width="88" />
|
||||
<check_box bottom="-155" follows="left|top" font="SansSerifSmall" height="16"
|
||||
<check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Transfer" left_delta="88"
|
||||
mouse_opaque="true" name="CheckOwnerTransfer" radio_style="false"
|
||||
width="106" />
|
||||
<check_box name="CheckOwnerExport" label="Export" bottom_delta="0" follows="left|top" left_delta="88" enabled="false"/>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-165" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-10" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
|
||||
mouse_opaque="true" name="BaseMaskDebug" v_pad="0" width="330">
|
||||
B:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-165" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left_delta="60"
|
||||
mouse_opaque="true" name="OwnerMaskDebug" v_pad="0" width="270">
|
||||
O:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-165" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left_delta="60"
|
||||
mouse_opaque="true" name="GroupMaskDebug" v_pad="0" width="210">
|
||||
G:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-165" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left_delta="60"
|
||||
mouse_opaque="true" name="EveryoneMaskDebug" v_pad="0" width="150">
|
||||
E:
|
||||
</text>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-165" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="0" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left_delta="60"
|
||||
mouse_opaque="true" name="NextMaskDebug" v_pad="0" width="90">
|
||||
N:
|
||||
@@ -159,7 +174,7 @@
|
||||
mouse_opaque="true" name="CheckNextOwnerTransfer" radio_style="false"
|
||||
width="106" />
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-275" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
|
||||
mouse_opaque="true" name="SaleLabel" v_pad="0" width="330">
|
||||
Mark Item:
|
||||
@@ -167,7 +182,7 @@
|
||||
<check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="For Sale" left="10" mouse_opaque="true"
|
||||
name="CheckPurchase" radio_style="false" width="78" />
|
||||
<radio_group bottom="-295" draw_border="false" follows="left|top|right" height="16"
|
||||
<radio_group bottom_delta="0" draw_border="false" follows="left|top|right" height="16"
|
||||
left_delta="78" mouse_opaque="true" name="RadioSaleType" width="252">
|
||||
<radio_item bottom="-16" follows="left|top" height="16" left="0" mouse_opaque="true"
|
||||
name="radio" width="70">
|
||||
@@ -179,12 +194,12 @@
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-315" drop_shadow_visible="true" follows="left|top"
|
||||
bottom_delta="-20" drop_shadow_visible="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="42"
|
||||
mouse_opaque="true" name="TextPrice" v_pad="0" width="56">
|
||||
Price: [CURRENCY]
|
||||
</text>
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-315"
|
||||
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
|
||||
enabled="true" follows="left|top|right" font="SansSerifSmall" height="16"
|
||||
is_unicode="false" left_delta="56" max_length="25" mouse_opaque="true"
|
||||
name="Edit Cost" width="242" />
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
can_resize="true" enabled="true" height="500" left="176" title="Notifications Console" min_height="50"
|
||||
min_width="100" mouse_opaque="true" name="notifications_console" width="500">
|
||||
<combo_box name="notification_types" left="2" bottom="-40" height="18" width="440" follows="left|right|top" label="Select notification type"/>
|
||||
<button name="add_notification" left="445" bottom="-40" height="18" width="50" follows="right|top" label="Add"/>
|
||||
<layout_stack name="notification_channels" left="5" right="-5" top="-42" bottom="5" follows="left|right|top|bottom" orientation="vertical">
|
||||
</layout_stack>
|
||||
<button name="add_notification" left="445" bottom="-40" height="18" width="50" follows="right|top" label="Add">
|
||||
<button.commit_callback
|
||||
function="ClickAdd" />
|
||||
</button>
|
||||
<layout_stack name="notification_channels" left="5" right="-5" top="-42" bottom="5" follows="left|right|top|bottom" orientation="vertical"/>
|
||||
</floater>
|
||||
|
||||
@@ -361,6 +361,7 @@
|
||||
<check_box follows="bottom|left" bottom_delta="0" left_delta="70" control_name="RadarColumnClientHidden" name="hide_client" label="Client"/>
|
||||
</panel>
|
||||
</tab_container>
|
||||
<string name="Out Of Range">Out Of Range</string>
|
||||
<string name="Moving">Moving</string>
|
||||
<string name="Playing a gesture">Playing a gesture</string>
|
||||
<string name="Playing a sound">Playing a sound</string>
|
||||
|
||||
@@ -2,8 +2,12 @@
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="false"
|
||||
can_resize="true" height="220" name="settings_debug" min_height="220" min_width="285"
|
||||
title="Debug Settings" width="300" rect_control="FloaterDebugSettingsRect">
|
||||
<filter_editor bottom="-40" follows="top|left|right" height="20" label="Search" left="10" right="-10" max_chars="255" name="search_settings_input" tool_tip="Type the search term you are interested in here. Results will be displayed for partial fulltext matches within the setting's name or comment."/>
|
||||
<scroll_list height="20" bottom_delta="-24" follows="all" left="10" right="-10" name="settings_scroll_list" />
|
||||
<filter_editor bottom="-40" follows="top|left|right" height="20" left="10" right="-10" max_length="1024" name="search_settings_input" tool_tip="Type the search term you are interested in here. Results will be displayed for partial fulltext matches within the setting's name or comment.">
|
||||
<filter_editor.commit_callback function="UpdateFilter"/>
|
||||
</filter_editor>
|
||||
<scroll_list height="20" bottom_delta="-24" follows="all" left="10" right="-10" name="settings_scroll_list">
|
||||
<scroll_list.commit_callback function="SettingSelect"/>
|
||||
</scroll_list>
|
||||
<text_editor follows="left|right" bottom_delta="-64" enabled="false" height="60" width="320" left="10" right="-10" hide_scrollbar="true"
|
||||
name="comment_text" word_wrap="true" />
|
||||
<radio_group bottom_delta="-48" draw_border="false" follows="bottom|left|right" height="36"
|
||||
@@ -14,20 +18,37 @@
|
||||
<radio_item bottom="-36" height="15" name="FALSE" value="">
|
||||
False
|
||||
</radio_item>
|
||||
<radio_group.commit_callback function="CommitSettings"/>
|
||||
</radio_group>
|
||||
<line_editor follows="bottom|left|right" bottom="52" left="15" right="-15" height="20" name="val_text" visible="false" width="300" />
|
||||
<line_editor follows="bottom|left|right" bottom="52" left="15" right="-15" height="20" name="val_text" visible="false" width="300">
|
||||
<line_editor.commit_callback function="CommitSettings"/>
|
||||
</line_editor>
|
||||
<color_swatch bottom="30" can_apply_immediately="true" height="55" label="Color"
|
||||
name="val_color_swatch" visible="false" width="37" />
|
||||
name="val_color_swatch" visible="false" width="37">
|
||||
<color_swatch.commit_callback function="CommitSettings"/>
|
||||
</color_swatch>
|
||||
<spinner bottom_delta="31" height="24" label="x" label_width="40" max_val="10000000"
|
||||
name="val_spinner_1" visible="false" width="120" />
|
||||
name="val_spinner_1" visible="false" width="120">
|
||||
<spinner.commit_callback function="CommitSettings"/>
|
||||
</spinner>
|
||||
<spinner bottom_delta="0" height="24" label="x" label_width="40" left_delta="135"
|
||||
max_val="10000000" name="val_spinner_2" visible="false" width="120" />
|
||||
max_val="10000000" name="val_spinner_2" visible="false" width="120">
|
||||
<spinner.commit_callback function="CommitSettings"/>
|
||||
</spinner>
|
||||
<spinner bottom_delta="-23" height="24" label="x" label_width="40" left="15"
|
||||
max_val="10000000" name="val_spinner_3" visible="false" width="120" />
|
||||
max_val="10000000" name="val_spinner_3" visible="false" width="120">
|
||||
<spinner.commit_callback function="CommitSettings"/>
|
||||
</spinner>
|
||||
<spinner bottom_delta="0" height="24" label="x" label_width="40" left_delta="135"
|
||||
max_val="10000000" name="val_spinner_4" visible="false" width="120" />
|
||||
max_val="10000000" name="val_spinner_4" visible="false" width="120">
|
||||
<spinner.commit_callback function="CommitSettings"/>
|
||||
</spinner>
|
||||
<button bottom="10" height="20" label="Copy Name" left="10" name="copy_btn" tool_tip="Copy the name of this setting."
|
||||
width="130" />
|
||||
width="130">
|
||||
<button.commit_callback function="ClickCopy"/>
|
||||
</button>
|
||||
<button follows="right" bottom_delta="0" height="20" label="Reset to default" right="-10" name="default_btn"
|
||||
width="130" />
|
||||
width="130">
|
||||
<button.commit_callback function="ClickDefault"/>
|
||||
</button>
|
||||
</floater>
|
||||
|
||||
@@ -1,90 +1,299 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
|
||||
height="400" min_height="300" min_width="580" name="top_objects"
|
||||
title="loading..." width="580">
|
||||
<text bottom="-50" follows="left|top" font="SansSerif" height="20" left="10"
|
||||
name="title_text" width="400">
|
||||
Loading...
|
||||
</text>
|
||||
<scroll_list bottom_delta="-200" draw_border="true" draw_heading="true"
|
||||
follows="left|top|bottom|right" height="200" left="10" multi_select="true"
|
||||
name="objects_list" width="560">
|
||||
<column label="Score" name="score" width="43" />
|
||||
<column label="Name" name="name" dynamicwidth="true" />
|
||||
<column label="Owner" name="owner" width="100" />
|
||||
<column label="Location" name="location" width="100" />
|
||||
<column label="Time" name="time" width="105" />
|
||||
<column label="Mono Time" name="mono_time" width="50" />
|
||||
<column label="URLs" name="URLs" width="50" />
|
||||
</scroll_list>
|
||||
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20"
|
||||
left="10" name="id_text" width="100">
|
||||
Object ID:
|
||||
</text>
|
||||
<line_editor bottom_delta="3" enabled="false"
|
||||
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
|
||||
name="id_editor" width="385" />
|
||||
<button bottom_delta="0" follows="bottom|right" height="20" label="Show Beacon"
|
||||
name="show_beacon_btn" right="-10" width="100" />
|
||||
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20"
|
||||
left="10" name="obj_name_text" width="100">
|
||||
Object Name:
|
||||
</text>
|
||||
<line_editor bottom_delta="3" enabled="true"
|
||||
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
|
||||
name="object_name_editor" width="385" />
|
||||
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter"
|
||||
name="filter_object_btn" right="-10" width="100" />
|
||||
<text bottom_delta="-30" follows="left|bottom" font="SansSerifSmall" height="20"
|
||||
left="10" name="owner_name_text" width="100">
|
||||
Owner Name:
|
||||
</text>
|
||||
<line_editor bottom_delta="3" enabled="true"
|
||||
follows="left|bottom|right" font="SansSerifSmall" height="20" left="80"
|
||||
name="owner_name_editor" width="385" />
|
||||
<button bottom_delta="0" follows="bottom|right" height="20" label="Filter"
|
||||
name="filter_owner_btn" right="-10" width="100" />
|
||||
<button bottom="35" follows="bottom|left" height="20" label="Return Selected" left="10"
|
||||
name="return_selected_btn" width="110" />
|
||||
<button bottom="35" follows="bottom|left" height="20" label="Return All" left="125"
|
||||
name="return_all_btn" width="110" />
|
||||
<button bottom="35" follows="bottom|left" height="20" label="Lag Warning" left="240"
|
||||
name="lagwarning" width="110" />
|
||||
<button bottom="35" follows="bottom|left" height="20" label="Kick" left="355"
|
||||
name="kick" width="110" />
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Disable Selected"
|
||||
left="10" name="disable_selected_btn" width="110" />
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Disable All" left="125"
|
||||
name="disable_all_btn" width="110" />
|
||||
<button bottom="10" follows="bottom|left" height="20" label="Profile" left="240"
|
||||
name="profile" width="110" />
|
||||
<button bottom="10" follows="bottom|left" height="20" label="TP to" left="355"
|
||||
name="tpto" width="110" />
|
||||
|
||||
<button bottom="35" follows="bottom|right" height="20" label="Refresh"
|
||||
name="refresh_btn" right="-10" width="100" />
|
||||
<string name="top_scripts_title">
|
||||
Top Scripts
|
||||
</string>
|
||||
<string name="top_scripts_text">
|
||||
[COUNT] scripts taking a total of [TIME] ms
|
||||
</string>
|
||||
<string name="scripts_score_label">
|
||||
Time
|
||||
</string>
|
||||
<string name="scripts_mono_time_label">
|
||||
Mono Time
|
||||
<floater
|
||||
can_close="true"
|
||||
can_drag_on_left="false"
|
||||
can_minimize="true"
|
||||
can_resize="true"
|
||||
height="372"
|
||||
min_height="300"
|
||||
min_width="572"
|
||||
name="top_objects"
|
||||
help_topic="top_objects"
|
||||
title="Top Objects"
|
||||
width="800">
|
||||
<string
|
||||
name="top_scripts_title">
|
||||
Top Scripts
|
||||
</string>
|
||||
<string
|
||||
name="top_scripts_text">
|
||||
[COUNT] scripts taking a total of [TIME] ms
|
||||
</string>
|
||||
<string
|
||||
name="scripts_score_label">
|
||||
Time
|
||||
</string>
|
||||
<string
|
||||
name="top_colliders_title">
|
||||
Top Colliders
|
||||
</string>
|
||||
<string name="top_colliders_text">
|
||||
Top [COUNT] objects experiencing many potential collisions
|
||||
</string>
|
||||
<string name="colliders_score_label">
|
||||
Score
|
||||
</string>
|
||||
<string name="top_colliders_title">
|
||||
Top Colliders
|
||||
</string>
|
||||
<string name="top_colliders_text">
|
||||
Top [COUNT] objects experiencing many potential collisions
|
||||
</string>
|
||||
<string name="colliders_score_label">
|
||||
Score
|
||||
</string>
|
||||
<string name="none_descriptor">
|
||||
None found.
|
||||
</string>
|
||||
None found.
|
||||
</string>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|top"
|
||||
height="20"
|
||||
left="10"
|
||||
name="title_text"
|
||||
bottom="-40"
|
||||
width="400">
|
||||
Loading...
|
||||
</text>
|
||||
<scroll_list
|
||||
draw_heading="true"
|
||||
follows="all"
|
||||
height="170"
|
||||
left_delta="0"
|
||||
multi_select="true"
|
||||
name="objects_list"
|
||||
bottom_delta="-170"
|
||||
width="780">
|
||||
<column
|
||||
label="Score"
|
||||
name="score"
|
||||
width="45" />
|
||||
<column
|
||||
label="Name"
|
||||
name="name"
|
||||
width="130" />
|
||||
<column
|
||||
label="Owner"
|
||||
name="owner"
|
||||
width="100" />
|
||||
<column
|
||||
label="Location"
|
||||
name="location"
|
||||
width="120" />
|
||||
<column
|
||||
label="Parcel"
|
||||
name="parcel"
|
||||
width="120" />
|
||||
<column
|
||||
label="Time"
|
||||
name="time"
|
||||
width="130" />
|
||||
<column
|
||||
label="URLs"
|
||||
name="URLs"
|
||||
width="40" />
|
||||
<column
|
||||
label="Memory (KB)"
|
||||
name="memory"
|
||||
width="40" />
|
||||
<scroll_list.commit_callback
|
||||
function="TopObjects.CommitObjectsList" />
|
||||
</scroll_list>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|bottom"
|
||||
height="20"
|
||||
left_delta="0"
|
||||
name="id_text"
|
||||
bottom_delta="-30"
|
||||
width="107">
|
||||
Object ID:
|
||||
</text>
|
||||
<line_editor
|
||||
enabled="false"
|
||||
follows="left|bottom|right"
|
||||
height="20"
|
||||
left="107"
|
||||
name="id_editor"
|
||||
bottom_delta="3"
|
||||
width="568" />
|
||||
<button
|
||||
follows="bottom|right"
|
||||
height="20"
|
||||
label="Show Beacon"
|
||||
right="-10"
|
||||
name="show_beacon_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.ShowBeacon" />
|
||||
</button>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|bottom"
|
||||
height="20"
|
||||
left="10"
|
||||
bottom_delta="-30"
|
||||
name="obj_name_text"
|
||||
width="107">
|
||||
Object name:
|
||||
</text>
|
||||
<line_editor
|
||||
follows="left|bottom|right"
|
||||
height="20"
|
||||
left="107"
|
||||
name="object_name_editor"
|
||||
bottom_delta="3"
|
||||
width="568" />
|
||||
<button
|
||||
follows="bottom|right"
|
||||
height="20"
|
||||
label="Filter"
|
||||
right="-10"
|
||||
name="filter_object_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.GetByObjectName" />
|
||||
</button>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|bottom"
|
||||
height="20"
|
||||
left="10"
|
||||
bottom_delta="-30"
|
||||
name="owner_name_text"
|
||||
width="107">
|
||||
Owner:
|
||||
</text>
|
||||
<line_editor
|
||||
follows="left|bottom|right"
|
||||
height="20"
|
||||
left="107"
|
||||
name="owner_name_editor"
|
||||
bottom_delta="3"
|
||||
width="568" />
|
||||
<button
|
||||
follows="bottom|right"
|
||||
height="20"
|
||||
label="Filter"
|
||||
right="-10"
|
||||
name="filter_owner_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.GetByOwnerName" />
|
||||
</button>
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
follows="left|bottom"
|
||||
height="20"
|
||||
left="10"
|
||||
bottom_delta="-30"
|
||||
name="parcel_name_text"
|
||||
width="107">
|
||||
Parcel:
|
||||
</text>
|
||||
<line_editor
|
||||
follows="left|bottom|right"
|
||||
height="20"
|
||||
left="107"
|
||||
name="parcel_name_editor"
|
||||
bottom_delta="3"
|
||||
width="568" />
|
||||
<button
|
||||
follows="bottom|right"
|
||||
height="20"
|
||||
label="Filter"
|
||||
right="-10"
|
||||
name="filter_parcel_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.GetByParcelName" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|right"
|
||||
height="20"
|
||||
label="Refresh"
|
||||
name="refresh_btn"
|
||||
right="-10"
|
||||
bottom_delta="-27"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.Refresh" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="20"
|
||||
label="Return Selected"
|
||||
left="10"
|
||||
bottom_delta="0"
|
||||
name="return_selected_btn"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.ReturnSelected" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="20"
|
||||
label="Return All"
|
||||
left_delta="110"
|
||||
name="return_all_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.ReturnAll" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="20"
|
||||
label="Teleport to"
|
||||
left_delta="110"
|
||||
name="teleport_to_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.TeleportToObject" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="20"
|
||||
label="Profile"
|
||||
left_delta="110"
|
||||
name="profile_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.Profile" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="20"
|
||||
label="Disable Selected"
|
||||
bottom_delta="-20"
|
||||
left="10"
|
||||
name="disable_selected_btn"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.DisableSelected" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="20"
|
||||
label="Disable All"
|
||||
left_delta="110"
|
||||
name="disable_all_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.DisableAll" />
|
||||
</button>
|
||||
<button
|
||||
follows="bottom|left"
|
||||
height="20"
|
||||
label="Estate Kick"
|
||||
left_delta="110"
|
||||
name="estate_kick_btn"
|
||||
bottom_delta="0"
|
||||
width="110">
|
||||
<button.commit_callback
|
||||
function="TopObjects.Kick" />
|
||||
</button>
|
||||
</floater>
|
||||
|
||||
@@ -67,6 +67,14 @@
|
||||
</menu_item_call>
|
||||
<menu_item_call enabled="true" label="Reload" mouse_opaque="true" name="Reload Textures">
|
||||
<on_click function="Object.ReloadTextures" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save OBJ..." mouse_opaque="true" name="Save OBJ...">
|
||||
<on_click function="Object.SaveAsOBJ" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save DAE..." mouse_opaque="true" name="Save DAE...">
|
||||
<on_click function="Object.SaveAsDAE" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
</pie_menu>
|
||||
<menu_item_call enabled="true" label="Appearance..." name="Appearance...">
|
||||
|
||||
@@ -60,20 +60,21 @@
|
||||
<menu_item_call enabled="true" hidden="false" label="Data" mouse_opaque="true" name="Data">
|
||||
<on_click function="Object.Data" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Export" mouse_opaque="true" name="Export">
|
||||
<on_click function="Object.Export" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save OBJ..." mouse_opaque="true" name="Save OBJ...">
|
||||
<on_click function="Object.SaveAsOBJ" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save DAE..." mouse_opaque="true" name="Save DAE...">
|
||||
<on_click function="Object.SaveAsDAE" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call enabled="true" label="Reload" mouse_opaque="true" name="Reload Textures">
|
||||
<on_click function="Object.ReloadTextures" />
|
||||
</menu_item_call>
|
||||
<menu_item_separator />
|
||||
<pie_menu label="Export >" name="Export Menu">
|
||||
<menu_item_call enabled="false" hidden="false" label="XML" mouse_opaque="true" name="ExportXML">
|
||||
<on_click function="Object.Export" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
<menu_item_call enabled="false" hidden="false" label="Wavefront" mouse_opaque="true" name="ExportOBJ">
|
||||
<on_click function="Object.SaveAsOBJ" />
|
||||
<on_enable function="Object.EnableExport" />
|
||||
</menu_item_call>
|
||||
</pie_menu>
|
||||
</pie_menu>
|
||||
<menu_item_call enabled="false" label="Mute" mouse_opaque="true" name="Object Mute">
|
||||
<on_click function="Object.Mute" />
|
||||
|
||||
@@ -107,6 +107,9 @@
|
||||
<menu_item_call enabled="true" label="Copy UUID" mouse_opaque="true" name="CopyUUID">
|
||||
<on_click function="Avatar.CopyUUID" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Save OBJ..." mouse_opaque="true" name="Save OBJ...">
|
||||
<on_click function="Avatar.SaveAsOBJ" />
|
||||
</menu_item_call>
|
||||
</pie_menu>
|
||||
<menu_item_call enabled="true" label="Stand Up" name="Stand Up Self">
|
||||
<on_click function="Self.SitOrStand"/>
|
||||
|
||||
@@ -740,7 +740,7 @@
|
||||
<menu_item_separator bottom="-243" enabled="true" height="8" label="-----------" left="0"
|
||||
mouse_opaque="true" name="separator3" width="250" />
|
||||
<menu_item_check bottom="" enabled="false" height="" label="Edit Linked Parts" left=""
|
||||
mouse_opaque="true" name="Edit Linked Parts" shortcut="" width="">
|
||||
mouse_opaque="true" name="Edit Linked Parts" shortcut="control|shift|E">
|
||||
<on_click function="ToggleControl" userdata="EditLinkedParts" />
|
||||
<on_click function="Tools.EditLinkedParts" userdata="" />
|
||||
<on_check control="EditLinkedParts" />
|
||||
@@ -893,10 +893,10 @@
|
||||
<menu bottom="219" create_jump_keys="true" drop_shadow="true" enabled="true"
|
||||
height="317" label="Help" left="227" mouse_opaque="false" name="Help"
|
||||
opaque="true" tear_off="true" width="166">
|
||||
<menu_item_call bottom="-29" enabled="true" height="19" label="Second Life Help" left="0"
|
||||
<!--menu_item_call bottom="-29" enabled="true" height="19" label="Second Life Help" left="0"
|
||||
mouse_opaque="true" name="Second Life Help" shortcut="F1" width="166">
|
||||
<on_click function="ShowFloater" userdata="help f1" />
|
||||
</menu_item_call>
|
||||
</menu_item_call-->
|
||||
<menu_item_call bottom="-48" enabled="true" height="19" label="Tutorial" left="0"
|
||||
mouse_opaque="true" name="Tutorial" width="166">
|
||||
<on_click function="ShowFloater" userdata="help tutorial" />
|
||||
|
||||
@@ -6791,6 +6791,7 @@ An object named [OBJECTFROMNAME] owned by (an unknown user) has given you a [OBJ
|
||||
index="2"
|
||||
name="Ignore"
|
||||
text="Ignore"/>
|
||||
<button index="3" name="Profile" text="Profile"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
@@ -6821,6 +6822,7 @@ An object named [OBJECTFROMNAME] owned by (an unknown user) has given you a [OBJ
|
||||
index="2"
|
||||
name="Ignore"
|
||||
text="Ignore"/>
|
||||
<button index="3" name="Profile" text="Profile"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
@@ -9688,21 +9690,23 @@ Would you like to enable announcing keys to objects in the sim?
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alert.tga"
|
||||
name="WavefrontExportFailed"
|
||||
type="alert">
|
||||
Export to Wavefront OBJ file failed:
|
||||
icon="alertmodal.tga"
|
||||
name="WavefrontExportPartial"
|
||||
type="alertmodal">
|
||||
Unable to include [FAILED] out of [TOTAL] objects in export due to insufficient permissions.
|
||||
|
||||
[REASON]
|
||||
Do you wish to export anyway?
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
yestext="Proceed"
|
||||
notext="Cancel" />
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
icon="notifytip.tga"
|
||||
name="WavefrontExportSuccess"
|
||||
type="notify">
|
||||
Object successfully exported in Wavefront OBJ format to:
|
||||
|
||||
[FILENAME]
|
||||
type="notifytip">
|
||||
Object successfully exported to: [FILENAME]
|
||||
</notification>
|
||||
|
||||
</notifications>
|
||||
|
||||
@@ -183,8 +183,8 @@
|
||||
label="Instant Message..." label_selected="Instant Message..."
|
||||
left_delta="71" mouse_opaque="true" name="Instant Message..."
|
||||
tool_tip="Instant Message (IM)" width="140" />
|
||||
<button bottom="-470" ffont="SansSerif" halign="center" height="20" label="Mute"
|
||||
label_selected="Mute" left_delta="141" mouse_opaque="true" name="Mute"
|
||||
<button bottom="-470" font="SansSerifSmall" halign="center" height="20" label="(Un)Mute"
|
||||
left_delta="141" mouse_opaque="true" name="Mute"
|
||||
width="60" />
|
||||
<button bottom="-470" font="SansSerif" halign="center" height="20" label="Invite to Group"
|
||||
label_selected="Invite to Group" left_delta="61" mouse_opaque="true"
|
||||
|
||||
@@ -46,7 +46,4 @@
|
||||
label="Invite..." name="Invite..." width="80" />
|
||||
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
|
||||
label="Titles..." name="Titles..." width="80" />
|
||||
<string name="none">
|
||||
none
|
||||
</string>
|
||||
</panel>
|
||||
|
||||
@@ -45,7 +45,4 @@
|
||||
label="Invite..." name="Invite..." width="80" />
|
||||
<button bottom_delta="0" left_delta="82" follows="left|bottom" font="SansSerif" height="22"
|
||||
label="Titles..." name="Titles..." width="80" />
|
||||
<string name="none">
|
||||
none
|
||||
</string>
|
||||
</panel>
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel border="true" bottom="-409" height="408" label="Audio & Video" left="102" name="Media panel" width="517">
|
||||
<text bottom="-22" height="12" left="10" name="muting_text">Volume:</text>
|
||||
<text bottom="-215" name="streaming_prefs_text">Streaming Preferences:</text>
|
||||
<text bottom="-300" height="12" name="audio_prefs_text">Audio Preferences:</text>
|
||||
<panel border="true" bottom="-200" filename="panel_audio.xml" height="165" label="Volume" left="142" name="Volume Panel" width="260"/>
|
||||
<check_box bottom="-220" control_name="AudioStreamingMusic" height="16" initial_value="true" label="Play Streaming Music When Available (uses more bandwidth)" left="142" name="streaming_music"/>
|
||||
<text bottom="-190" name="streaming_prefs_text">Streaming Preferences:</text>
|
||||
<text bottom="-295" height="12" name="audio_prefs_text">Audio Preferences:</text>
|
||||
<panel border="true" bottom="-172" filename="panel_audio.xml" height="165" label="Volume" left="142" name="Volume Panel" width="260"/>
|
||||
<check_box bottom="-195" control_name="MediaEnableFilter" follows="top" height="16" initial_value="true" label="Ask for permission (enables filtering)" left="142" name="media_filter_enable"/>
|
||||
<check_box bottom_delta="-20" control_name="AudioStreamingMusic" follows="top" height="16" initial_value="true" label="Play Streaming Music When Available (uses more bandwidth)" name="streaming_music"/>
|
||||
<check_box bottom_delta="-20" control_name="AudioStreamingMedia" follows="top" height="16" initial_value="true" label="Play Streaming Media When Available (uses more bandwidth)" name="streaming_video"/>
|
||||
<check_box bottom_delta="-20" control_name="ParcelMediaAutoPlayEnable" follows="top" height="16" initial_value="true" label="Automatically play media" left="162" name="auto_streaming_video"/>
|
||||
<check_box bottom_delta="-20" control_name="MediaEnableFilter" follows="top" height="16" initial_value="true" label="Ask for permission (enables filtering)" name="streaming_video"/>
|
||||
<check_box bottom_delta="-20" control_name="PrimMediaAutoPlayEnable" follows="top" height="16" initial_value="true" label="Automatically play prim media" left="162" name="auto_prim_streaming_video"/>
|
||||
<check_box bottom_delta="-20" control_name="ParcelMediaAutoPlayEnable" follows="top" height="16" initial_value="true" label="Automatically play parcel media" left="162" name="auto_streaming_video"/>
|
||||
<check_box bottom_delta="-25" control_name="MuteWhenMinimized" follows="top" height="16" initial_value="true" label="Mute Audio When Window Minimized" left="142" name="mute_when_minimized"/>
|
||||
<slider bottom_delta="-20" control_name="AudioLevelDoppler" edit_text="true" follows="top" height="15" increment="0.1" initial_val="1" label="Doppler Effect" label_width="130" left="148" max_val="2" min_val="0" name="Doppler Effect" show_text="true" width="300" />
|
||||
<slider bottom_delta="-20" control_name="AudioLevelRolloff" edit_text="true" follows="top" height="15" increment="0.1" initial_val="1" label="Rolloff Factor (Default)" label_width="130" max_val="2" min_val="0" name="Rolloff Factor" width="300"/>
|
||||
|
||||
@@ -320,6 +320,8 @@
|
||||
<string name="connected">Connected</string>
|
||||
<string name="unavailable">Voice not available at your current location</string>
|
||||
<string name="hang_up">Disconnected from in-world Voice Chat</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">'[OBJECTNAME]', an object owned by '[OWNERNAME]', located in [REGIONNAME] at [REGIONPOS], has been granted permission to: [PERMISSIONS].</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">'[OBJECTNAME]', an object owned by '[OWNERNAME]', located in [REGIONNAME] at [REGIONPOS], has been denied permission to: [PERMISSIONS].</string>
|
||||
<string name="ScriptTakeMoney">Take currency from you</string>
|
||||
<string name="ActOnControlInputs">Act on your control inputs</string>
|
||||
<string name="RemapControlInputs">Remap your control inputs</string>
|
||||
@@ -333,7 +335,12 @@
|
||||
<string name="TrackYourCamera">Track your camera</string>
|
||||
<string name="ControlYourCamera">Control your camera</string>
|
||||
<string name="TeleportYourAgent">Teleport you</string>
|
||||
<string name="OverrideAnimations">Override your default animations</string>
|
||||
<string name="JoinAnExperience">Join an experience</string> <!-- not used -->
|
||||
<string name="SilentlyManageEstateAccess">Suppress alerts when managing estate access lists</string>
|
||||
<string name="OverrideYourAnimations">Replace your default animations</string>
|
||||
<string name="ScriptReturnObjects">Return objects on your behalf</string>
|
||||
<string name="UnknownScriptPermission">(unknown)!</string>
|
||||
|
||||
|
||||
<!-- Sim Access labels -->
|
||||
<string name="SIM_ACCESS_PG">PG</string>
|
||||
@@ -2046,6 +2053,38 @@ Returns a string that is the name of the animation that is being used for the sp
|
||||
llResetAnimationOverride(string anim_state)
|
||||
Resets the animation override of the specified animation state (anim_state) to the corresponding default value.
|
||||
</string>
|
||||
<string name="LSLTipText_llJson2List" translate="false">
|
||||
list llJson2List(string json)
|
||||
Converts the top level of the json string to a list.
|
||||
</string>
|
||||
<string name="LSLTipText_llList2Json" translate="false">
|
||||
string llList2Json(string type, list values)
|
||||
Converts either a strided list of key:value pairs to a JSON_OBJECT or a list of values to a JSON_ARRAY
|
||||
</string>
|
||||
<string name="LSLTipText_llJsonGetValue" translate="false">
|
||||
string llJsonGetValue(string json, list specifiers)
|
||||
Gets the value indicated by specifiers from the json string.
|
||||
</string>
|
||||
<string name="LSLTipText_llJsonSetValue" translate="false">
|
||||
string llJsonSetValue(string json, list specifiers, string value)
|
||||
Returns a new json string that is the json given with the value indicated by specifiers set to value.
|
||||
</string>
|
||||
<string name="LSLTipText_llJsonValueType" translate="false">
|
||||
string llJsonValueType(string json, list specifiers)
|
||||
Returns the type constant for the value in json indicated by specifiers.
|
||||
</string>
|
||||
<string name="LSLTipText_llReturnObjectsByID" translate="false">
|
||||
integer llReturnObjectsByID(list objects)
|
||||
Returns a list of objects by their IDs or an ERR_* flag.
|
||||
</string>
|
||||
<string name="LSLTipText_llReturnObjectsByOwner" translate="false">
|
||||
integer llReturnObjectsByOwner(key owner, integer scope)
|
||||
Returns all objects of a particular owner in the given scope or an ERR_* flag.
|
||||
</string>
|
||||
<string name="LSLTipText_llXorBase64" translate="false">
|
||||
string llXorBase64(string str1, string str2)
|
||||
Returns a string that is a Base64 XOR of Base64-formatted input strings.
|
||||
</string>
|
||||
<!-- GOD FUNCTIONS -->
|
||||
<string name="LSLTipText_llGodLikeRezObject">
|
||||
llGodLikeRezObject( key inventory, vector pos )
|
||||
@@ -3208,12 +3247,14 @@ The
|
||||
<string name="GodToolsObjectOwnedBy">Object [OBJECT] owned by [OWNER]</string>
|
||||
|
||||
<!-- groups -->
|
||||
<string name="GroupsNone">none</string>
|
||||
<string name="Group" value=" (group)" />
|
||||
<string name="Unknown">(Unknown)</string>
|
||||
<string name="SummaryForTheWeek" value="Summary for this week, beginning on " />
|
||||
<string name="NextStipendDay" value="The next stipend day is " />
|
||||
<string name="GroupIndividualShare" value=" Group Individual Share" />
|
||||
<string name="GroupColumn" value=" Group" />
|
||||
<string name="NoGroupDataFound">No group data found for group </string>
|
||||
|
||||
<!-- floater IM bonus_info: When a Linden with Admin/god status receives a new IM this displays the estate (Mainland vs. teen grid) of the source avatar.
|
||||
This is to help Lindens when answering questions. -->
|
||||
|
||||
@@ -18,51 +18,6 @@
|
||||
<string name="IM_end_log_string">
|
||||
-- Fin del Registro --
|
||||
</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">
|
||||
el objeto '[OBJECTNAME]', propiedad de '[OWNERNAME]', ubicado en [REGIONNAME] en la posición [REGIONPOS], ha recibido permiso para: [PERMISSIONS].
|
||||
</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">
|
||||
al objeto '[OBJECTNAME]', propiedad de '[OWNERNAME]', ubicado en [REGIONNAME] en la posición [REGIONPOS], se le ha denegado el permiso para: [PERMISSIONS].
|
||||
</string>
|
||||
<string name="ScriptTakeMoney">
|
||||
Transferir ([CURRENCY]) de tu cuenta
|
||||
</string>
|
||||
<string name="ActOnControlInputs">
|
||||
Actuar en tus controles de entrada
|
||||
</string>
|
||||
<string name="RemapControlInputs">
|
||||
Reconfigurar tus controles de entrada
|
||||
</string>
|
||||
<string name="AnimateYourAvatar">
|
||||
Animar tu avatar
|
||||
</string>
|
||||
<string name="AttachToYourAvatar">
|
||||
Anexarse a tu avatar
|
||||
</string>
|
||||
<string name="ReleaseOwnership">
|
||||
Anular propiedad y pasar a ser público
|
||||
</string>
|
||||
<string name="LinkAndDelink">
|
||||
Enlazarse y desenlazarse de otros objetos
|
||||
</string>
|
||||
<string name="AddAndRemoveJoints">
|
||||
Añadir y quitar uniones con otros objetos
|
||||
</string>
|
||||
<string name="ChangePermissions">
|
||||
Cambiar sus permisos
|
||||
</string>
|
||||
<string name="TrackYourCamera">
|
||||
Seguir tu cámara
|
||||
</string>
|
||||
<string name="TeleportYourAgent">
|
||||
Teleportarte
|
||||
</string>
|
||||
<string name="ControlYourCamera">
|
||||
Controlar tu cámara
|
||||
</string>
|
||||
<string name="OverrideAnimations">
|
||||
Reemplazar tus animaciones predeterminadas
|
||||
</string>
|
||||
<layout_stack name="panels">
|
||||
<layout_panel name="im_contents_panel">
|
||||
<layout_stack name="im_contents_stack">
|
||||
|
||||
@@ -5,7 +5,4 @@
|
||||
</text>
|
||||
<button label="OK" label_selected="OK" name="OK"/>
|
||||
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
|
||||
<string name="none">
|
||||
ninguno
|
||||
</string>
|
||||
</floater>
|
||||
|
||||
@@ -667,10 +667,6 @@
|
||||
</text>
|
||||
<spinner label="Horizontal (U)" name="TexOffsetU"/>
|
||||
<spinner label="Vertical (V)" name="TexOffsetV"/>
|
||||
<text name="textbox autofix">
|
||||
Alinear textura para Media
|
||||
(Se debe subir primero)
|
||||
</text>
|
||||
<button label="Alinear" label_selected="Alinear" name="button align" left="150" width="50"/>
|
||||
<text name="textbox params" left="195" height="40">
|
||||
Parámetros
|
||||
|
||||
@@ -1,40 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="top_objects" title="cargando...">
|
||||
<text name="title_text">
|
||||
Cargando...
|
||||
</text>
|
||||
<scroll_list name="objects_list">
|
||||
<column label="Puntuación" name="score"/>
|
||||
<column label="Nombre" name="name"/>
|
||||
<column label="Propietario" name="owner"/>
|
||||
<column label="Ubicación" name="location"/>
|
||||
<column label="Tiempo" name="time" width="60"/>
|
||||
<column label="Tiempo en Mono" name="mono_time" width="100"/>
|
||||
<column label="URLs" name="URLs"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">
|
||||
ID del Objeto:
|
||||
</text>
|
||||
<button label="Mostrar Balizas" name="show_beacon_btn"/>
|
||||
<text name="obj_name_text">
|
||||
Objeto:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_object_btn"/>
|
||||
<text name="owner_name_text">
|
||||
Propietario:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_owner_btn"/>
|
||||
<button label="Devolver Seleccionado" name="return_selected_btn" width="152"/>
|
||||
<button label="Devolver Todo" left="165" name="return_all_btn" width="110" />
|
||||
<button label="Advertencia de Lag" left="280" name="lagwarning" width="130" />
|
||||
<button label="Expulsar" left="415" name="kick" width="80" />
|
||||
<button label="Desactivar Seleccionado" name="disable_selected_btn" width="152" />
|
||||
<button label="Desactivar Todo" left="165" name="disable_all_btn" width="110" />
|
||||
<button label="Perfil" left="280" name="profile" width="130" />
|
||||
<button label="TP a" left="415" name="tpto" width="80" />
|
||||
<button label="Actualizar" name="refresh_btn" right="-10" width="70" />
|
||||
<floater name="top_objects" title="Objetos superiores">
|
||||
<string name="top_scripts_title">
|
||||
Top Scripts
|
||||
Scripts según su uso
|
||||
</string>
|
||||
<string name="top_scripts_text">
|
||||
[COUNT] scripts usando un total de [TIME] ms
|
||||
@@ -42,19 +9,53 @@
|
||||
<string name="scripts_score_label">
|
||||
Tiempo
|
||||
</string>
|
||||
<string name="scripts_mono_time_label">
|
||||
Tiempo en Mono
|
||||
</string>
|
||||
<string name="top_colliders_title">
|
||||
Top Colisionadores
|
||||
Objetos que colisionan
|
||||
</string>
|
||||
<string name="top_colliders_text">
|
||||
Top [COUNT] objetos con muchas potenciales colisiones
|
||||
[COUNT] objetos con muchas posibles colisiones
|
||||
</string>
|
||||
<string name="colliders_score_label">
|
||||
Puntaje
|
||||
Resultado
|
||||
</string>
|
||||
<string name="none_descriptor">
|
||||
Ninguno Encontrado.
|
||||
No se ha encontrado ninguno.
|
||||
</string>
|
||||
<text name="title_text">
|
||||
Cargando...
|
||||
</text>
|
||||
<scroll_list name="objects_list">
|
||||
<column label="Resultado" name="score"/>
|
||||
<column label="Nombre" name="name"/>
|
||||
<column label="Propietario" name="owner"/>
|
||||
<column label="Posición" name="location"/>
|
||||
<column label="Parcela" name="parcel"/>
|
||||
<column label="Tiempo" name="time"/>
|
||||
<column label="URLs" name="URLs"/>
|
||||
<column label="Memoria (KB)" name="memory"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">
|
||||
ID del objeto:
|
||||
</text>
|
||||
<button label="Mostrar baliza" name="show_beacon_btn"/>
|
||||
<text name="obj_name_text">
|
||||
Nombre del objeto:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_object_btn"/>
|
||||
<text name="owner_name_text">
|
||||
Propietario:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_owner_btn"/>
|
||||
<text name="parcel_name_text">
|
||||
Parcela:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_parcel_btn"/>
|
||||
<button label="Actualizar" name="refresh_btn"/>
|
||||
<button label="Devolver lo seleccionado" name="return_selected_btn" width="190"/>
|
||||
<button label="Devolver todo" left_delta="190" name="return_all_btn"/>
|
||||
<button label="Teleportarse" name="teleport_to_btn"/>
|
||||
<button label="Perfil" name="profile_btn"/>
|
||||
<button label="Desactivar lo seleccionado" name="disable_selected_btn" width="190"/>
|
||||
<button label="Desactivar todo" left_delta="190" name="disable_all_btn"/>
|
||||
<button label="Expulsar del Estado" name="estate_kick_btn"/>
|
||||
</floater>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<button label="Buscar..." name="Search..."/>
|
||||
<button label="Invitar..." name="Invite..."/>
|
||||
<button label="Títulos..." name="Titles..."/>
|
||||
<string name="none">
|
||||
ninguno
|
||||
</string>
|
||||
</panel>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<button label="Buscar..." left_delta="87" name="Search..." width="85"/>
|
||||
<button label="Invitar..." name="Invite..." width="85"/>
|
||||
<button label="Títulos..." left_delta="87" name="Titles..." width="85"/>
|
||||
<string name="none">
|
||||
ninguno
|
||||
</string>
|
||||
</panel>
|
||||
|
||||
@@ -288,6 +288,12 @@
|
||||
<string name="unavailable">Chat de Voz no disponible en esta ubicación</string>
|
||||
<string name="hang_up">Desconectado del Chat de Voz</string>
|
||||
<string name="conference-title">Chat multi-persona</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">
|
||||
el objeto '[OBJECTNAME]', propiedad de '[OWNERNAME]', ubicado en [REGIONNAME] en la posición [REGIONPOS], ha recibido permiso para: [PERMISSIONS].
|
||||
</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">
|
||||
al objeto '[OBJECTNAME]', propiedad de '[OWNERNAME]', ubicado en [REGIONNAME] en la posición [REGIONPOS], se le ha denegado el permiso para: [PERMISSIONS].
|
||||
</string>
|
||||
<string name="ScriptTakeMoney">Transferir moneda de tu cuenta</string>
|
||||
<string name="ActOnControlInputs">Actuar en tus controles de entrada</string>
|
||||
<string name="RemapControlInputs">Reconfigurar tus controles de entrada</string>
|
||||
@@ -301,7 +307,7 @@
|
||||
<string name="TrackYourCamera">Seguir tu cámara</string>
|
||||
<string name="ControlYourCamera">Controlar tu cámara</string>
|
||||
<string name="TeleportYourAgent">Teleportarte</string>
|
||||
<string name="OverrideAnimations">Reemplazando tus animaciones predeterminadas</string>
|
||||
<string name="OverrideYourAnimations">Reemplazando tus animaciones predeterminadas</string>
|
||||
|
||||
<!-- Sim Access labels -->
|
||||
<string name="SIM_ACCESS_PG">PG</string>
|
||||
@@ -3125,12 +3131,18 @@ La
|
||||
<string name="GodToolsObjectOwnedBy">Objeto [OBJECT] propiedad de [OWNER]</string>
|
||||
|
||||
<!-- groups -->
|
||||
<string name="GroupsNone">
|
||||
ninguno
|
||||
</string>
|
||||
<string name="Group" value=" (grupo)" />
|
||||
<string name="Unknown">(Desconocido)</string>
|
||||
<string name="SummaryForTheWeek" value="Sumario para esta semana, comenzada el " />
|
||||
<string name="NextStipendDay" value="Siguiente día de estipendio es " />
|
||||
<string name="GroupIndividualShare" value=" Grupo Participación Individual" />
|
||||
<string name="GroupColumn" value=" Grupo" />
|
||||
<string name="NoGroupDataFound">
|
||||
No se encontraron datos del grupo
|
||||
</string>
|
||||
|
||||
<!-- floater IM bonus_info: When a Linden with Admin/god status receives a new IM this displays the estate (Mainland vs. teen grid) of the source avatar.
|
||||
This is to help Lindens when answering questions. -->
|
||||
|
||||
@@ -7,20 +7,6 @@
|
||||
<string name="voice_icon">icn_voice-localchat.tga</string>
|
||||
<string name="IM_logging_string">-- Archivage des IM activé --</string>
|
||||
<string name="IM_end_log_string">- Fin de l'archivage --</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">'[OBJECTNAME]', un objet appartenant à [OWNERNAME], situé dans [REGIONNAME] à [REGIONPOS], a reçu le droit de: [PERMISSIONS].</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">'[OBJECTNAME]', un objet appartenant à [OWNERNAME], situé dans [REGIONNAME] à [REGIONPOS], n'a pas reçu le droit de: [PERMISSIONS].</string>
|
||||
<string name="ScriptTakeMoney">Débiter vos ([CURRENCY])</string>
|
||||
<string name="ActOnControlInputs">Utiliser vos touches de commandes</string>
|
||||
<string name="RemapControlInputs">Reconfigurer vos touches de commandes</string>
|
||||
<string name="AnimateYourAvatar">Animer votre avatar</string>
|
||||
<string name="AttachToYourAvatar">Attacher à votre avatar</string>
|
||||
<string name="ReleaseOwnership">Passer l'objet dans le domaine public (sans propriétaire)</string>
|
||||
<string name="LinkAndDelink">Lier et délier d'autres objets</string>
|
||||
<string name="AddAndRemoveJoints">Créer et supprimer des liens avec d'autres objets</string>
|
||||
<string name="ChangePermissions">Modifier ses droits</string>
|
||||
<string name="TrackYourCamera">Suivre votre caméra</string>
|
||||
<string name="ControlYourCamera">Contrôler votre caméra</string>
|
||||
<string name="TeleportYourAgent">Vous téléporter</string>
|
||||
<layout_stack name="panels">
|
||||
<layout_panel name="im_contents_panel">
|
||||
<layout_stack name="im_contents_stack">
|
||||
|
||||
@@ -5,7 +5,4 @@
|
||||
</text>
|
||||
<button label="OK" label_selected="OK" name="OK"/>
|
||||
<button label="Annuler" label_selected="Annuler" name="Cancel"/>
|
||||
<string name="none">
|
||||
aucun
|
||||
</string>
|
||||
</floater>
|
||||
|
||||
@@ -554,10 +554,6 @@
|
||||
<text name="tex offset">
|
||||
Décalage
|
||||
</text>
|
||||
<text name="textbox autofix">
|
||||
Ajuster la texture du média
|
||||
(chargement préalable)
|
||||
</text>
|
||||
<button label="Ajuster" label_selected="Ajuster" left="140" name="button align" width="45"/>
|
||||
<text name="textbox params">Paramètres</text>
|
||||
<button label="Copier" name="copytextures" tool_tip="Copie les paramètres de la texture dans le presse papier" width="55"/>
|
||||
|
||||
@@ -1,44 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="top_objects" title="En cours de chargement">
|
||||
<text name="title_text">
|
||||
Chargement...
|
||||
</text>
|
||||
<scroll_list name="objects_list">
|
||||
<column label="Score" name="score"/>
|
||||
<column label="Nom" name="name"/>
|
||||
<column label="Propriétaire" name="owner"/>
|
||||
<column label="Lieu" name="location"/>
|
||||
<column label="Heure" name="time"/>
|
||||
<column label="Heure Mono" name="mono_time"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">
|
||||
ID de l'objet:
|
||||
</text>
|
||||
<button label="Afficher balise" name="show_beacon_btn"/>
|
||||
<text name="obj_name_text">
|
||||
Objet:
|
||||
</text>
|
||||
<button label="Filtre" name="filter_object_btn"/>
|
||||
<text name="owner_name_text">
|
||||
Propriétaire:
|
||||
</text>
|
||||
<button label="Filtre" name="filter_owner_btn"/>
|
||||
<button label="Renvoyer" name="return_selected_btn"/>
|
||||
<button label="Tout renvoyer" name="return_all_btn"/>
|
||||
<button label="Désactiver" name="disable_selected_btn"/>
|
||||
<button label="Tout désactiver" name="disable_all_btn"/>
|
||||
<button label="Rafraîchir" name="refresh_btn"/>
|
||||
<floater name="top_objects" title="Objets les plus consommateurs">
|
||||
<string name="top_scripts_title">
|
||||
Scripts principaux
|
||||
Scripts les plus consommateurs
|
||||
</string>
|
||||
<string name="top_scripts_text">
|
||||
[COUNT] scripts prenant un total de [TIME] ms
|
||||
</string>
|
||||
<string name="scripts_score_label">
|
||||
Heure
|
||||
</string>
|
||||
<string name="scripts_mono_time_label">
|
||||
Heure Mono
|
||||
Temps
|
||||
</string>
|
||||
<string name="top_colliders_title">
|
||||
Collisions les plus consommatrices
|
||||
@@ -50,6 +19,40 @@
|
||||
Score
|
||||
</string>
|
||||
<string name="none_descriptor">
|
||||
Aucun résultat
|
||||
Aucun résultat.
|
||||
</string>
|
||||
<text name="title_text">
|
||||
Chargement...
|
||||
</text>
|
||||
<scroll_list name="objects_list">
|
||||
<column label="Score" name="score"/>
|
||||
<column label="Nom" name="name"/>
|
||||
<column label="Propriétaire" name="owner"/>
|
||||
<column label="Lieu" name="location"/>
|
||||
<column label="Parcelle" name="parcel"/>
|
||||
<column label="Temps" name="time"/>
|
||||
<column label="URL" name="URLs"/>
|
||||
<column label="Mémoire (Ko)" name="memory"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">
|
||||
ID de l'objet :
|
||||
</text>
|
||||
<button label="Afficher balise" name="show_beacon_btn"/>
|
||||
<text name="obj_name_text">
|
||||
Nom :
|
||||
</text>
|
||||
<button label="Filtrer" name="filter_object_btn"/>
|
||||
<text name="owner_name_text">
|
||||
Propriétaire:
|
||||
</text>
|
||||
<button label="Filtrer" name="filter_owner_btn"/>
|
||||
<text name="parcel_name_text">
|
||||
Parcelle :
|
||||
</text>
|
||||
<button label="Filtrer" name="filter_parcel_btn"/>
|
||||
<button label="Rafraîchir" name="refresh_btn"/>
|
||||
<button label="Renvoyer" name="return_selected_btn"/>
|
||||
<button label="Tout renvoyer" name="return_all_btn"/>
|
||||
<button label="Désactiver" name="disable_selected_btn"/>
|
||||
<button label="Tout désactiver" name="disable_all_btn"/>
|
||||
</floater>
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel name="Pick" title="Favori">
|
||||
<button label="Définir position" name="set_location_btn" left="200"/>
|
||||
<button label="Ouvrir la photo" name="open_picture_btn"/>
|
||||
<button label="Téléporter" name="pick_teleport_btn" width="80"/>
|
||||
<button bottom_delta="0" halign="center" label="Voir sur la carte" name="pick_map_btn" width="110" left="90"/>
|
||||
<text name="sort_order_text">
|
||||
Trier:
|
||||
</text>
|
||||
<check_box label="Activé" name="enabled_check"/>
|
||||
<button label="Voir sur la carte" name="pick_map_btn" width="110" left="90"/>
|
||||
</panel>
|
||||
|
||||
@@ -44,8 +44,5 @@
|
||||
label="Inviter" name="Invite..." width="80" />
|
||||
<button bottom_delta="-25" follows="top|right" font="SansSerif" height="22"
|
||||
label="Titres" name="Titles..." width="80" />
|
||||
<string name="none">
|
||||
Aucun
|
||||
</string>
|
||||
</panel>
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
<spinner label="Intervalle distance/affichage:" name="speed_rez_interval"/>
|
||||
<text name="speed_rez_seconds">secondes</text>
|
||||
<check_box name="use_web_profiles" label="Utiliser le profil web par défaut" tool_tip="Affiche les profils comme une page web plutôt que comme une fenêtre style v1"/>
|
||||
<check_box name="use_web_search" label="Utiliser la Recherche web : style V2 au lieu de la traditionnelle : style V1" tool_tip="Ne fontionnera pas sur toutes les grilles"/>
|
||||
</panel>
|
||||
|
||||
<panel label="Commandes Texte" name="Command Line">
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<panel label="Audio et vidéo" name="Media panel">
|
||||
<text name="audio_prefs_text"></text>
|
||||
<text bottom="-200" name="streaming_prefs_text">Médias et Audio : ( Filtre de Sécurité des Médias )</text>
|
||||
<check_box bottom="-220" height="32" label="Jouer la musique disponible
|
||||
(Gourmand en bande passante)" name="streaming_music"/>
|
||||
<check_box bottom_delta="-32" height="32" label="Jouer le média disponible
|
||||
(Gourmand en bande passante)" name="streaming_video"/>
|
||||
<check_box label="Demande la permission d'activer le média" name="streaming_video"/>
|
||||
<check_box bottom_delta="-32" label="Lire automatiquement le média" name="auto_streaming_video"/>
|
||||
<text name="streaming_prefs_text">Préférences de Stream:</text>
|
||||
<text name="audio_prefs_text">Préférences Audio:</text>
|
||||
<check_box label="Demande la permission d'activer les médias (active les filtres)" name="media_filter_enable"/>
|
||||
<check_box label="Jouer la musique disponible (gourmand en bande passante)" name="streaming_music"/>
|
||||
<check_box label="Jouer le média disponible (gourmand en bande passante)" name="streaming_video"/>
|
||||
<check_box label="Joue automatiquement le média sur un prim" name="auto_prim_streaming_video"/>
|
||||
<check_box label="Joue automatiquement les médias sur la parcelle" name="auto_streaming_video"/>
|
||||
<check_box label="Couper le son lorsque la fenêtre est minimisée" name="mute_when_minimized"/>
|
||||
<slider label="Effet Doppler" label_width="115" name="Doppler Effect"/>
|
||||
<slider label="Facteur d'atténuation" label_width="115" name="Rolloff Factor"/>
|
||||
|
||||
@@ -386,6 +386,20 @@
|
||||
<string name="shout">
|
||||
crie :
|
||||
</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">'[OBJECTNAME]', un objet appartenant à [OWNERNAME], situé dans [REGIONNAME] à [REGIONPOS], a reçu le droit de: [PERMISSIONS].</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">'[OBJECTNAME]', un objet appartenant à [OWNERNAME], situé dans [REGIONNAME] à [REGIONPOS], n'a pas reçu le droit de: [PERMISSIONS].</string>
|
||||
<string name="ScriptTakeMoney">Débiter vos ([CURRENCY])</string>
|
||||
<string name="ActOnControlInputs">Utiliser vos touches de commandes</string>
|
||||
<string name="RemapControlInputs">Reconfigurer vos touches de commandes</string>
|
||||
<string name="AnimateYourAvatar">Animer votre avatar</string>
|
||||
<string name="AttachToYourAvatar">Attacher à votre avatar</string>
|
||||
<string name="ReleaseOwnership">Passer l'objet dans le domaine public (sans propriétaire)</string>
|
||||
<string name="LinkAndDelink">Lier et délier d'autres objets</string>
|
||||
<string name="AddAndRemoveJoints">Créer et supprimer des liens avec d'autres objets</string>
|
||||
<string name="ChangePermissions">Modifier ses droits</string>
|
||||
<string name="TrackYourCamera">Suivre votre caméra</string>
|
||||
<string name="ControlYourCamera">Contrôler votre caméra</string>
|
||||
<string name="TeleportYourAgent">Vous téléporter</string>
|
||||
<string name="SIM_ACCESS_PG">
|
||||
PG
|
||||
</string>
|
||||
@@ -458,6 +472,35 @@
|
||||
<string name="InventoryNoTexture">
|
||||
Vous n'avez pas de copie de cette texture dans votre inventaire
|
||||
</string>
|
||||
<string name="GroupsNone">
|
||||
aucun
|
||||
</string>
|
||||
<string name="Group" value=" (groupe)"/>
|
||||
<string name="Unknown">
|
||||
(Inconnu)
|
||||
</string>
|
||||
<string name="SummaryForTheWeek" value="Récapitulatif de la semaine, début le "/>
|
||||
<string name="NextStipendDay" value=". Prochaine prime le "/>
|
||||
<string name="GroupPlanningDate">
|
||||
[day,datetime,utc]/[mthnum,datetime,utc]/[year,datetime,utc]
|
||||
</string>
|
||||
<string name="GroupIndividualShare" value=" Groupe Part individuelle"/>
|
||||
<string name="GroupColumn" value="Groupe"/>
|
||||
<string name="Balance">
|
||||
Solde
|
||||
</string>
|
||||
<string name="Credits">
|
||||
Crédits
|
||||
</string>
|
||||
<string name="Debits">
|
||||
Débits
|
||||
</string>
|
||||
<string name="Total">
|
||||
Total
|
||||
</string>
|
||||
<string name="NoGroupDataFound">
|
||||
Aucune donnée trouvée pour le groupe
|
||||
</string>
|
||||
<string name="conference-title">
|
||||
Chat à plusieurs
|
||||
</string>
|
||||
|
||||
@@ -21,45 +21,6 @@
|
||||
<string name="IM_end_log_string">
|
||||
-- Fim do Log --
|
||||
</string>
|
||||
<string name="ScriptQuestionCautionChatGranted">
|
||||
'[OBJECTNAME]', um objeto de '[OWNERNAME]', localizado em [REGIONNAME] a [REGIONPOS], obteve permissão para: [PERMISSIONS].
|
||||
</string>
|
||||
<string name="ScriptQuestionCautionChatDenied">
|
||||
'[OBJECTNAME]', um objeto de '[OWNERNAME]', localizado em [REGIONNAME] a [REGIONPOS], teve permissão negada para: [PERMISSIONS].
|
||||
</string>
|
||||
<string name="ScriptTakeMoney">
|
||||
Tomar linden dólares ([CURRENCY]) de você
|
||||
</string>
|
||||
<string name="ActOnControlInputs">
|
||||
Atue nas suas entradas de controle
|
||||
</string>
|
||||
<string name="RemapControlInputs">
|
||||
Remapeie suas entradas de controle
|
||||
</string>
|
||||
<string name="AnimateYourAvatar">
|
||||
Faça uma animação para o seu avatar
|
||||
</string>
|
||||
<string name="AttachToYourAvatar">
|
||||
Anexe ao seu avatar
|
||||
</string>
|
||||
<string name="ReleaseOwnership">
|
||||
Libere a propriedade e torne-a pública
|
||||
</string>
|
||||
<string name="LinkAndDelink">
|
||||
Una e desuna de outros objetos
|
||||
</string>
|
||||
<string name="AddAndRemoveJoints">
|
||||
Adicione e remova junções com outros objetos
|
||||
</string>
|
||||
<string name="ChangePermissions">
|
||||
Modifique as permissões
|
||||
</string>
|
||||
<string name="TrackYourCamera">
|
||||
Acompanhe sua câmera
|
||||
</string>
|
||||
<string name="ControlYourCamera">
|
||||
Controle sua camera
|
||||
</string>
|
||||
<layout_stack name="panels">
|
||||
<layout_panel name="im_contents_panel">
|
||||
<combo_box label="Gestos" name="Gesture">
|
||||
|
||||
@@ -571,9 +571,6 @@
|
||||
</text>
|
||||
<spinner label="Horizontal (U)" name="TexOffsetU"/>
|
||||
<spinner label="Vertical (V)" name="TexOffsetV"/>
|
||||
<text name="textbox autofix">
|
||||
Alinhar Texturas
|
||||
</text>
|
||||
<button label="Alinhar" label_selected="Alinhar" name="button align"/>
|
||||
</panel>
|
||||
<panel label="Conteúdo" name="Contents">
|
||||
|
||||
@@ -1,36 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="top_objects" title="Carregando...">
|
||||
<text name="title_text">
|
||||
Carregando...
|
||||
</text>
|
||||
<scroll_list name="objects_list">
|
||||
<column label="Placar" name="score"/>
|
||||
<column label="Nome" name="name"/>
|
||||
<column label="Proprietário" name="owner"/>
|
||||
<column label="Local" name="location"/>
|
||||
<column label="Tempo" name="time"/>
|
||||
<column label="Hora Mono" name="mono_time"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">
|
||||
ID do Objeto:
|
||||
</text>
|
||||
<button label="Mostrar Avisos" name="show_beacon_btn"/>
|
||||
<text name="obj_name_text">
|
||||
Nome do Objeto:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_object_btn"/>
|
||||
<text name="owner_name_text" width="130">
|
||||
Nome do Proprietário:
|
||||
</text>
|
||||
<line_editor font="SansSerifSmall" left="140" name="id_editor" width="280"/>
|
||||
<line_editor font="SansSerifSmall" left="140" name="object_name_editor" width="280"/>
|
||||
<line_editor font="SansSerifSmall" left="140" name="owner_name_editor" width="280"/>
|
||||
<button label="Filtro" name="filter_owner_btn"/>
|
||||
<button label="Retornar Selecionado" name="return_selected_btn" width="170"/>
|
||||
<button label="Retornar Tudo" name="return_all_btn" left="190"/>
|
||||
<button label="Desabilitar Selecionado" name="disable_selected_btn" width="170"/>
|
||||
<button label="Desabilitar Tudo" name="disable_all_btn" left="190"/>
|
||||
<button label="Atualizar" name="refresh_btn"/>
|
||||
<floater name="top_objects" title="Principais objetos:">
|
||||
<string name="top_scripts_title">
|
||||
Principais Scripts
|
||||
</string>
|
||||
@@ -40,9 +9,6 @@
|
||||
<string name="scripts_score_label">
|
||||
Tempo
|
||||
</string>
|
||||
<string name="scripts_mono_time_label">
|
||||
Hora Mono
|
||||
</string>
|
||||
<string name="top_colliders_title">
|
||||
Principais Colidentes
|
||||
</string>
|
||||
@@ -55,4 +21,38 @@
|
||||
<string name="none_descriptor">
|
||||
Nenhum encontrado.
|
||||
</string>
|
||||
<text name="title_text">
|
||||
Carregando...
|
||||
</text>
|
||||
<scroll_list name="objects_list">
|
||||
<column label="Placar" name="score"/>
|
||||
<column label="Nome" name="name"/>
|
||||
<column label="Proprietário" name="owner"/>
|
||||
<column label="Local" name="location"/>
|
||||
<column label="Lote" name="parcel"/>
|
||||
<column label="Tempo" name="time"/>
|
||||
<column label="URLs" name="URLs"/>
|
||||
<column label="Memória (KB)" name="memory"/>
|
||||
</scroll_list>
|
||||
<text name="id_text">
|
||||
ID do Objeto:
|
||||
</text>
|
||||
<button label="Mostrar Avisos" name="show_beacon_btn"/>
|
||||
<text name="obj_name_text">
|
||||
Nome do objeto:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_object_btn"/>
|
||||
<text name="owner_name_text">
|
||||
Proprietário:
|
||||
</text>
|
||||
<button label="Filtro" name="filter_owner_btn"/>
|
||||
<text name="parcel_name_text">
|
||||
Lote:
|
||||
</text>
|
||||
<button label="Filtrar" name="filter_parcel_btn"/>
|
||||
<button label="Atualizar" name="refresh_btn"/>
|
||||
<button label="Retornar Selecionado" name="return_selected_btn" width="190"/>
|
||||
<button label="Retornar Tudo" left_delta="190" name="return_all_btn"/>
|
||||
<button label="Desabilitar Selecionado" name="disable_selected_btn" width="190"/>
|
||||
<button label="Desabilitar Tudo" left_delta="190" name="disable_all_btn"/>
|
||||
</floater>
|
||||
|
||||
@@ -99,7 +99,9 @@ PERMISSION_CHANGE_LINKS Passed to llRequestPermissions library function to req
|
||||
PERMISSION_TRACK_CAMERA Passed to llRequestPermissions library function to request permission to track agent's camera
|
||||
PERMISSION_CONTROL_CAMERA Passed to llRequestPermissions library function to request permission to change agent's camera
|
||||
PERMISSION_TELEPORT Passed to llRequestPermissions library function to request permission to teleport agent
|
||||
PERMISSION_OVERRIDE_ANIMATIONS Passed to llRequestPermissions library function to request permission to override agent's animations
|
||||
SCRIPT_PERMISSION_SILENT_ESTATE_MANAGEMENT Passed to llRequestPermissions library function to request permission to silently modify estate access lists
|
||||
PERMISSION_OVERRIDE_ANIMATIONS Passed to llRequestPermissions library function to request permission to override animations on agent
|
||||
PERMISSION_RETURN_OBJECTS Passed to llRequestPermissions library function to request permission to return objects
|
||||
|
||||
DEBUG_CHANNEL Chat channel reserved for debug and error messages from scripts
|
||||
PUBLIC_CHANNEL Chat channel that broadcasts to all nearby users
|
||||
@@ -132,6 +134,11 @@ PSYS_PART_END_ALPHA
|
||||
PSYS_PART_END_SCALE
|
||||
PSYS_PART_MAX_AGE
|
||||
|
||||
PSYS_PART_BLEND_FUNC_SOURCE
|
||||
PSYS_PART_BLEND_FUNC_DEST
|
||||
PSYS_PART_START_GLOW
|
||||
PSYS_PART_END_GLOW
|
||||
|
||||
PSYS_PART_BOUNCE_MASK
|
||||
PSYS_PART_WIND_MASK
|
||||
PSYS_PART_INTERP_COLOR_MASK
|
||||
@@ -141,6 +148,16 @@ PSYS_PART_FOLLOW_VELOCITY_MASK
|
||||
PSYS_PART_TARGET_POS_MASK
|
||||
PSYS_PART_EMISSIVE_MASK
|
||||
PSYS_PART_TARGET_LINEAR_MASK
|
||||
PSYS_PART_RIBBON_MASK
|
||||
|
||||
PSYS_PART_BF_ONE
|
||||
PSYS_PART_BF_ZERO
|
||||
PSYS_PART_BF_DEST_COLOR
|
||||
PSYS_PART_BF_SOURCE_COLOR
|
||||
PSYS_PART_BF_ONE_MINUS_DEST_COLOR
|
||||
PSYS_PART_BF_ONE_MINUS_SOURCE_COLOR
|
||||
PSYS_PART_BF_SOURCE_ALPHA
|
||||
PSYS_PART_BF_ONE_MINUS_SOURCE_ALPHA
|
||||
|
||||
PSYS_SRC_PATTERN
|
||||
PSYS_SRC_INNERANGLE Deprecated -- Use PSYS_SRC_ANGLE_BEGIN
|
||||
@@ -182,6 +199,13 @@ OBJECT_SERVER_COST Used with llGetObjectDetails to get the server cost.
|
||||
OBJECT_STREAMING_COST Used with llGetObjectDetails to get the streaming (download) cost.
|
||||
OBJECT_PHYSICS_COST Used with llGetObjectDetails to get the physics cost.
|
||||
OBJECT_PATHFINDING_TYPE Used with llGetObjectDetails to get an object's pathfinding settings.
|
||||
OBJECT_CHARACTER_TIME Used with llGetObjectDetails to get an object's average CPU time (in seconds) used by the object for navigation, if the object is a pathfinding character. Returns 0 for non-characters.
|
||||
OBJECT_ROOT Used with llGetObjectDetails to get an object's root prim ID.
|
||||
OBJECT_ATTACHED_POINT Used with llGetObjectDetails to get an object's attachment point.
|
||||
OBJECT_RETURN_PARCEL Used with llReturnObjectsByOwner to return all objects on the same parcel as the script which are owned by 'owner'.
|
||||
OBJECT_RETURN_PARCEL_OWNER Used with llReturnObjectsByOwner to return all objects owned by 'owner' which are over parcels owned by the owner of the script.
|
||||
OBJECT_RETURN_REGION Used with llReturnObjectsByOwner to return all objects in the region owned by 'owner' - only works when the script is owned by the estate owner or an estate manager.
|
||||
|
||||
OPT_UNKNOWN Returned object pathfinding type by llGetObjectDetails for attachments, Linden trees and grass.
|
||||
OPT_LEGACY_LINKSET Returned object pathfinding type by llGetObjectDetails for movable obstacles, movable phantoms, physical, and volumedetect objects.
|
||||
OPT_AVATAR Returned object pathfinding type by llGetObjectDetails for avatars.
|
||||
@@ -675,6 +699,7 @@ REQUIRE_LINE_OF_SIGHT Used with llPursue(). Define whether the character needs
|
||||
PURSUIT_FUZZ_FACTOR Used with llPursue(). Selects a random destination near the PURSUIT_OFFSET. The valid fuzz factor range is from 0 to 1, where 1 is most random. This option requires a nonzero PURSUIT_OFFSET.
|
||||
PURSUIT_INTERCEPT Used with llPursue(). Define whether the character attempts to predict the target's future location.
|
||||
PURSUIT_GOAL_TOLERANCE Used with llPursue(). Defines approximately how close the character must be to the current goal to consider itself to be at the desired position. The valid range is from 0.25 to 10m.
|
||||
FORCE_DIRECT_PATH Used with llNavigateTo(). Makes character navigate in a straight line toward pos. May be set to TRUE or FALSE.
|
||||
VERTICAL Constant to indicate that the orientation of the capsule for a Pathfinding character is vertical.
|
||||
HORIZONTAL Constant to indicate that the orientation of the capsule for a Pathfinding character is horizontal.
|
||||
AVOID_CHARACTERS TODO: add documentation
|
||||
@@ -715,10 +740,37 @@ CHARACTER_TURN_SPEED_MULTIPLIER TODO: add documentation
|
||||
CHARACTER_DESIRED_TURN_SPEED The character's maximum speed while turning--note that this is only loosely enforced (i.e., a character may turn at higher speeds under certain conditions)
|
||||
CHARACTER_MAX_TURN_RADIUS The character's turn radius when traveling at CHARACTER_DESIRED_TURN_SPEED.
|
||||
CHARACTER_MAX_SPEED The character's maximum speed. Affects speed when avoiding dynamic obstacles and when traversing low-walkability objects in TRAVERSAL_TYPE_FAST mode.
|
||||
CHARACTER_STAY_WITHIN_PARCEL Characters which have CHARACTER_STAY_WITHIN_PARCEL set to TRUE treat the parcel boundaries as one-way obstacles.
|
||||
|
||||
PATROL_PAUSE_AT_WAYPOINTS Used with llPatrolPoints(). Defines if characters slow down and momentarily pause at each waypoint.
|
||||
WANDER_PAUSE_AT_WAYPOINTS Used with llWanderWithin(). Defines if characters should pause after reaching each wander waypoint.
|
||||
|
||||
CONTENT_TYPE_TEXT text/plain
|
||||
CONTENT_TYPE_HTML text/html
|
||||
CONTENT_TYPE_XML application/xml
|
||||
CONTENT_TYPE_XHTML application/xhtml+xml
|
||||
CONTENT_TYPE_ATOM application/atom+xml
|
||||
CONTENT_TYPE_JSON application/json
|
||||
CONTENT_TYPE_LLSD application/llsd+xml
|
||||
CONTENT_TYPE_FORM application/x-www-form-urlencoded
|
||||
CONTENT_TYPE_RSS application/rss+xml
|
||||
|
||||
JSON_INVALID Returned by llJsonGetValue and llJsonValueType if the specifiers to do specify a valid in the json value.
|
||||
JSON_OBJECT Represents a json datatype represented in LSL as a strided list of name/value pairs
|
||||
JSON_ARRAY Represents a json datatype mappable to the LSL datatype "list"
|
||||
JSON_NUMBER Represents a json datatype mappable to the LSL datatypes "integer" and "float"
|
||||
JSON_STRING Represents a json datatype mappable to the LSL datatype "string"
|
||||
JSON_TRUE Represents the constant "true" of a json value.
|
||||
JSON_FALSE Represents the constant "false" of a json value.
|
||||
JSON_NULL Represents the constant "null" of a json value.
|
||||
JSON_APPEND Used with llJsonSetValue as a specifier to indicate appending the value to the end of the array at that level.
|
||||
|
||||
ERR_GENERIC Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of a general error.
|
||||
ERR_PARCEL_PERMISSIONS Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of a parcel owner permission error.
|
||||
ERR_MALFORMED_PARAMS Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of malformed parameters.
|
||||
ERR_RUNTIME_PERMISSIONS Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of a runtime permission error.
|
||||
ERR_THROTTLED Returned by llReturnObjectsByID and llReturnObjectsByOwner in case of being throttled.
|
||||
|
||||
# --- OpenSim and Aurora-Sim constants Below ---
|
||||
# OpenSim Constants (\OpenSim\Region\ScriptEngine\Shared\Api\Runtime\LSL_Constants.cs)
|
||||
# Constants for cmWindlight (\OpenSim\Region\ScriptEngine\Shared\Api\Runtime\CM_Constants.cs)
|
||||
@@ -885,7 +937,7 @@ return Leave current function or event handler
|
||||
# Comment
|
||||
[one_sided_delimiter .457, .441, .367]
|
||||
// Comment:Non-functional commentary or disabled code
|
||||
[two_sided_delimiter_esc .457, .441, .367]
|
||||
[two_sided_delimiter .457, .441, .367]
|
||||
/* */ Comment:Non-functional commentary or disabled code
|
||||
|
||||
# String literals
|
||||
|
||||
201
indra/newview/skins/retro/colors.xml
Normal file
@@ -0,0 +1,201 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<settings version = "101">
|
||||
|
||||
<!-- WINDOWS -->
|
||||
<TitleBarFocusColor value="255, 255, 255, 30" /> <!-- Focused window title bar highlight, no equivalent for unfocused windows -->
|
||||
<FloaterFocusBorderColor value="0, 0, 0, 80" />
|
||||
<FloaterUnfocusBorderColor value="0, 0, 0, 80" />
|
||||
<FocusBackgroundColor value="62, 62, 62, 255" /> <!-- Background color of focused floaters -->
|
||||
<DefaultBackgroundColor value="62, 62, 62, 140" /> <!-- Background color for unfocused floaters -->
|
||||
<ColorDropShadow value="0, 0, 0, 200" /> <!-- The drop shadow behind windows and menus -->
|
||||
<DefaultHighlightDark value="26, 26, 26, 255" />
|
||||
<DefaultHighlightLight value="115, 132, 155, 255" />
|
||||
<DefaultShadowDark value="26, 26, 26, 255" />
|
||||
<DefaultShadowLight value="0, 0, 0, 255" />
|
||||
|
||||
<!-- LABELS -->
|
||||
<LabelDisabledColor value="147, 169, 213, 77" />
|
||||
<LabelSelectedColor value="255, 255, 255, 255" />
|
||||
<LabelSelectedDisabledColor value="164, 190, 237, 128" />
|
||||
<LabelTextColor value="147, 169, 213, 255" />
|
||||
|
||||
<!-- LOGIN -->
|
||||
<LoginProgressBarBgColor value="255, 255, 255, 255" />
|
||||
<LoginProgressBarFgColor value="255, 255, 255, 255" />
|
||||
<LoginProgressBoxBorderColor value="0, 30, 60, 0" />
|
||||
<LoginProgressBoxCenterColor value="0, 0, 0, 200" />
|
||||
<LoginProgressBoxShadowColor value="0, 0, 0, 200" />
|
||||
<LoginProgressBoxTextColor value="255, 255, 255, 255"/>
|
||||
|
||||
<!-- BUTTONS -->
|
||||
<ButtonLabelColor value="220, 220, 220, 255" /> <!-- Text labels for buttons, like the "OK" text -->
|
||||
<ButtonLabelSelectedColor value="220, 220, 220, 255" />
|
||||
<ButtonLabelDisabledColor value="147, 169, 213, 200" />
|
||||
<ButtonLabelSelectedDisabledColor value="164, 190, 237, 200" />
|
||||
<ButtonSelectedBgColor value="62, 62, 62, 255" />
|
||||
<ButtonSelectedColor value="255, 255, 255, 255" />
|
||||
<ButtonUnselectedBgColor value="62, 62, 62, 255" />
|
||||
<ButtonUnselectedFgColor value="255, 255, 255, 255" />
|
||||
<ButtonBorderColor value="238, 156, 0, 255" />
|
||||
<ButtonFlashBgColor value="255, 190, 62, 127" />
|
||||
<ButtonColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
<ButtonImageColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white -->
|
||||
|
||||
<!-- SLIDERS -->
|
||||
<SliderDisabledThumbColor value="0, 0, 0, 255" />
|
||||
<SliderThumbCenterColor value="200, 200, 200, 255" />
|
||||
<SliderThumbOutlineColor value="255, 255, 255, 255" />
|
||||
<SliderTrackColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- TEXTFIELDS -->
|
||||
<TextBgFocusColor value="200, 209, 204, 255" /> <!-- Text field background when receiving input (focused) -->
|
||||
<TextBgReadOnlyColor value="62, 62, 62, 160" /> <!-- Text field background when read-only -->
|
||||
<TextBgWriteableColor value="200, 209, 204, 230" /> <!-- Text field background when not receiving input (unfocused) -->
|
||||
<TextCursorColor value="0, 0, 0, 255" />
|
||||
<TextFgColor value="0, 0, 0, 255" />
|
||||
<TextFgReadOnlyColor value="255, 255, 255, 200" />
|
||||
<TextFgTentativeColor value="0, 0, 0, 128" />
|
||||
<TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- i.e. About Land name that you don't own -->
|
||||
<TextEmbeddedItemColor value="0, 0, 128, 255" />
|
||||
<TextDefaultColor value="0, 20, 0, 255"/>
|
||||
<TextLinkColor value="0, 20, 255, 255"/>
|
||||
<TextLinkHoverColor value="0, 50, 255, 255"/>
|
||||
|
||||
|
||||
<!-- LISTBOXES -->
|
||||
<ScrollBgReadOnlyColor value="200, 209, 204, 255" />
|
||||
<ScrollBgWriteableColor value="200, 209, 204, 255" />
|
||||
<ScrollBGStripeColor value="100, 100, 100, 40" />
|
||||
<ScrollDisabledColor value="128, 128, 128, 204" />
|
||||
<ScrollSelectedBGColor value="100, 100, 188, 150" />
|
||||
<ScrollSelectedFGColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollUnselectedColor value="0, 0, 0, 204" /> <!-- Text color -->
|
||||
<ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color -->
|
||||
<ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar-->
|
||||
<ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background-->
|
||||
|
||||
<!-- MENUS -->
|
||||
<MenuBarBgColor value="62, 62, 62, 255" />
|
||||
<MenuBarGodBgColor value="62, 128, 62, 255" />
|
||||
<MenuNonProductionGodBgColor value="0, 128, 0, 255" />
|
||||
<MenuNonProductionBgColor value="128, 0, 0, 255" />
|
||||
<MenuDefaultBgColor value="0, 0, 0, 255" />
|
||||
<MenuItemDisabledColor value="133, 133, 164, 128" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemEnabledColor value="255, 255, 255, 255" /> <!-- Menu text color; also text color for pie menus and treeviews (like Inventory) -->
|
||||
<MenuItemHighlightBgColor value="183, 184, 188, 100" />
|
||||
<MenuItemHighlightFgColor value="255, 255, 255, 255" /> <!-- Highlighted menu text color; also treeview node selection highlight -->
|
||||
<MenuPopupBgColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- PIE MENUS -->
|
||||
<PieMenuBgColor value="62, 62, 62, 150" />
|
||||
<PieMenuLineColor value="0, 0, 0, 128" />
|
||||
<PieMenuSelectedColor value="183, 184, 188, 77" />
|
||||
|
||||
<!-- TOOLTIPS -->
|
||||
<ToolTipBgColor value="183, 184, 188, 200" />
|
||||
<ToolTipBorderColor value="171, 212, 245, 255" />
|
||||
<ToolTipTextColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- NOTIFICATION POP-UPS -->
|
||||
<NotifyBoxColor value="58, 147, 242, 255"/>
|
||||
<NotifyTextColor value="0, 0, 0, 255" />
|
||||
<NotifyCautionBoxColor value="254, 209, 118, 255" /> <!-- the background color of caution permissions prompts -->
|
||||
<NotifyCautionWarnColor value="0, 0, 0, 255" /> <!-- the foreground color of the special title text in caution permissions prompts -->
|
||||
<GroupNotifyBoxColor value="70, 170, 255, 255"/>
|
||||
<GroupNotifyTextColor value="0, 0, 0 255" />
|
||||
|
||||
<!-- CHAT AND IM HISTORY TEXTBOX COLORS -->
|
||||
<ChatHistoryBgColor value="0, 30, 80, 200" />
|
||||
<ChatHistoryTextColor value="255, 255, 255, 255" />
|
||||
<IMHistoryBgColor value="0, 30, 80, 200" />
|
||||
<IMHistoryTextColor value="255, 255, 255, 255" />
|
||||
|
||||
<!-- IN-WORLD SELECTION -->
|
||||
<SilhouetteParentColor value="255, 255, 0, 255" />
|
||||
<SilhouetteChildColor value="32, 106, 196, 255" />
|
||||
<HighlightParentColor value="171, 212, 245, 255" />
|
||||
<HighlightChildColor value="171, 212, 245, 255" />
|
||||
<HighlightInspectColor value="255, 0, 255, 255" />
|
||||
|
||||
<!-- EDIT MODE GRID -->
|
||||
<GridFocusPointColor value="255, 255, 255, 128" />
|
||||
<GridlineColor value="255, 255, 255, 255" />
|
||||
<GridlineBGColor value="235, 235, 255, 200" />
|
||||
<GridlineShadowColor value="0, 0, 0, 80" />
|
||||
|
||||
<!-- PROPERTY LINES -->
|
||||
<PropertyColorAvail value="0, 0, 0, 0" />
|
||||
<PropertyColorGroup value="0, 184, 184, 102" />
|
||||
<PropertyColorOther value="255, 0, 0, 102" />
|
||||
<PropertyColorSelf value="0, 255, 0, 102" />
|
||||
<PropertyColorForSale value="255, 128, 0, 102" />
|
||||
<PropertyColorAuction value="128, 0, 255, 102" /> <!-- Match the color on the world map -->
|
||||
|
||||
<!-- Icon Enable/Disable -->
|
||||
<IconEnabledColor value="255, 255, 255, 255"/>
|
||||
<IconDisabledColor value="147, 169, 213, 200"/>
|
||||
|
||||
<!-- MAP -->
|
||||
<MapAvatar value="0, 255, 0, 255" />
|
||||
<MapFriend value="255, 255, 0, 255" />
|
||||
|
||||
<!-- MINI-MAP -->
|
||||
<NetMapBackgroundColor value="0, 0, 0, 77" />
|
||||
<NetMapYouOwnAboveWater value="0, 255, 255, 255" />
|
||||
<NetMapYouOwnBelowWater value="0, 200, 200, 255" />
|
||||
<NetMapGroupOwnAboveWater value="255, 0, 255, 255" />
|
||||
<NetMapGroupOwnBelowWater value="200, 0, 200, 255" />
|
||||
<NetMapOtherOwnAboveWater value="60, 60, 60, 255" />
|
||||
<NetMapOtherOwnBelowWater value="30, 30, 30, 255" />
|
||||
<NetMapThisRegion value="255, 255, 255, 255" />
|
||||
<NetMapLiveRegion value="204, 204, 204, 255" />
|
||||
<NetMapDeadRegion value="255, 128, 128, 255" />
|
||||
<NetMapFrustum value="255, 255, 255, 20" />
|
||||
<NetMapFrustumRotating value="255, 255, 255, 51" />
|
||||
|
||||
<!-- HELP WINDOW -->
|
||||
<HelpBgColor value="200, 209, 204, 255" />
|
||||
<HelpFgColor value="0, 0, 0, 255" />
|
||||
<HelpScrollTrackColor value="183, 184, 188, 255" />
|
||||
<HelpScrollThumbColor value="80, 96, 124, 255" />
|
||||
<HelpScrollHighlightColor value="115, 132, 155, 255" />
|
||||
<HelpScrollShadowColor value="0, 0, 0, 255" />
|
||||
|
||||
<!-- MISC -->
|
||||
<AvatarNameColor value="251, 175, 93, 255" /> <!-- Text color of avatar nametags -->
|
||||
<FocusColor value="238, 156, 0, 255" /> <!-- Color of the glow around UI controls with keyboard focus -->
|
||||
<FloaterButtonImageColor value="239, 156, 0, 255" /> <!-- The floater buttons (like the close box) are white images that receive this color. -->
|
||||
<ButtonCautionImageColor value="255, 255, 255, 255" /> <!-- Match the caution dialog buttons to the default -->
|
||||
<HealthTextColor value="255, 255, 255, 255" />
|
||||
<MapAutopilotColor value="255, 128, 0, 255" />
|
||||
<ContextSilhouetteColor value="239, 156, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu -->
|
||||
<ScriptBgReadOnlyColor value="100, 100, 100, 255" />
|
||||
<ParcelTextColor value="0, 200, 100, 200" /> <!-- Parcel name on menu bar, normal state -->
|
||||
<ParcelHoverColor value="0, 200, 100, 255" /> <!-- Parcel name on menu bar, hover state -->
|
||||
<TimeTextColor value="255, 255, 255, 255" /> <!-- SL Time on menu bar -->
|
||||
<BalanceTextColor value="0, 255, 0, 255" /> <!-- Linden dollar balance on menu bar -->
|
||||
<HealthTextColor value="255, 255, 255, 255" /> <!-- Damage meter text on menu bar -->
|
||||
<GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window -->
|
||||
<FilterBackgroundColor value="0, 0, 20, 255" /> <!-- Matching region of Inventory search text -->
|
||||
<FilterTextColor value="255, 200, 70, 255" />
|
||||
<InventoryItemSuffixColor value="200, 200, 200, 255" /> <!-- "worn", "no modify", etc-->
|
||||
<InventorySearchStatusColor value="0, 0, 0, 255" />
|
||||
<ConsoleBackground value="0, 0, 0, 255" />
|
||||
<FolderViewLoadingMessageTextColor value="240, 165, 90, 255"/> <!-- "loading..." in the inv -->
|
||||
<InventoryBackgroundColor value="255, 255, 255, 80"/>
|
||||
|
||||
<!-- Alert box colors -->
|
||||
<AlertBoxColor value="62, 62, 62, 255" /> <!-- Warnings floaters, like when returning objects -->
|
||||
<AlertTextColor value="147, 169, 213, 255" />
|
||||
<AlertCautionBoxColor value="254, 209, 118, 255" /> <!-- Background color of caution alerts -->
|
||||
<AlertCautionTextColor value="0, 0, 0, 255" /> <!-- Foreground color of the special title text in caution alerts -->
|
||||
|
||||
<!-- Multi sliders, as in the sky animation setting -->
|
||||
<MultiSliderDisabledThumbColor value="0, 0, 0, 255"/>
|
||||
<MultiSliderThumbCenterColor value="183, 184, 188, 255"/>
|
||||
<MultiSliderThumbOutlineColor value="0, 0, 0, 255"/>
|
||||
<MultiSliderTrackColor value="30, 30, 30, 255"/>
|
||||
<MultiSliderThumbCenterSelectedColor value="255, 50, 50, 255"/>
|
||||
<MultiSliderTriangleColor value="255, 255, 50, 255"/>
|
||||
|
||||
</settings>
|
||||
BIN
indra/newview/skins/retro/preview.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/active_speakers.tga
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
indra/newview/skins/retro/textures/active_voice_tab.tga
Normal file
|
After Width: | Height: | Size: 556 B |
BIN
indra/newview/skins/retro/textures/arrow_down.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/arrow_up.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/retro/textures/black.tga
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
indra/newview/skins/retro/textures/btn_chatbar.tga
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
indra/newview/skins/retro/textures/btn_chatbar_selected.tga
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
indra/newview/skins/retro/textures/button_anim_pause.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/button_anim_play.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/button_anim_play_selected.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/button_anim_stop.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/button_anim_stop_selected.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/button_disabled_32x128.tga
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
indra/newview/skins/retro/textures/button_enabled_32x128.tga
Normal file
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/retro/textures/checkbox_disabled_false.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/checkbox_disabled_true.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/checkbox_enabled_false.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/checkbox_enabled_true.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/close_in_blue.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/close_inactive_blue.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/closebox.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/combobox_arrow.tga
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/darkgray.tga
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
indra/newview/skins/retro/textures/down_arrow.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
indra/newview/skins/retro/textures/eye_button_active.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
indra/newview/skins/retro/textures/eye_button_inactive.tga
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
BIN
indra/newview/skins/retro/textures/ff_edit_mine_button.tga
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/retro/textures/ff_edit_theirs_button.tga
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/retro/textures/ff_online_status_button.tga
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/retro/textures/ff_visible_map_button.tga
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/retro/textures/ff_visible_online_button.tga
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
indra/newview/skins/retro/textures/flyout_btn_left.tga
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
indra/newview/skins/retro/textures/flyout_btn_left_disabled.tga
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
indra/newview/skins/retro/textures/flyout_btn_left_selected.tga
Normal file
|
After Width: | Height: | Size: 12 KiB |