RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF

This commit is contained in:
Siana Gearz
2010-11-25 23:47:11 +01:00
parent 074bec3ad1
commit f9dcb1bb09
88 changed files with 8710 additions and 4707 deletions

View File

@@ -21,9 +21,17 @@
<check_box bottom="-276" enabled="true" follows="left|top" font="SansSerifSmall"
height="16" initial_value="false" label="Eyes" left="13"
mouse_opaque="true" name="checkbox_Eyes" radio_style="false" width="100" />
<check_box bottom="-456" enabled="true" follows="left|top" font="SansSerifSmall"
<check_box bottom="-436" enabled="true" follows="left|top" font="SansSerifSmall"
height="16" initial_value="false" label="Rename Clothing To Folder Name"
left="13" mouse_opaque="true" name="rename" radio_style="false" width="210" />
<check_box name="checkbox_use_links" control_name="UseInventoryLinks" initial_value="false"
enabled="true" label="Use links for no-copy items" font="SansSerifSmall"
bottom_delta="-20" left_delta="0" follows="left|top" height="16" width="300"
mouse_opaque="true" radio_style="false" />
<check_box name="checkbox_use_outfits" control_name="UseOutfitFolders" initial_value="false"
enabled="true" label="Use Viewer 2 outfit folders" font="SansSerifSmall"
bottom_delta="-20" left_delta="0" follows="left|top" height="16" width="300"
mouse_opaque="true" radio_style="false" />
<check_box bottom="-216" enabled="true" follows="left|top" font="SansSerifSmall"
height="16" initial_value="false" label="Shirt" left="113"
mouse_opaque="true" name="checkbox_Shirt" radio_style="false" width="100" />
@@ -256,7 +264,7 @@ now wearing into it.
Attachments:
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-436" drop_shadow_visible="true" enabled="true" follows="left|top"
bottom="-416" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="14" left="13"
mouse_opaque="true" name="Options:" v_pad="0" width="100">
Options:

View File

@@ -129,6 +129,10 @@
name="Sound Open" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="open" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Find Original" left="0"
mouse_opaque="true" name="Find Original" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="goto" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Purge Item" left="0" mouse_opaque="true"
name="Purge Item" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="purge" />
@@ -186,17 +190,21 @@
name="Paste" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="paste" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Paste As Link" left="0" mouse_opaque="true"
name="Paste As Link" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="paste_link" />
</menu_item_call>
<menu_item_separator name="Paste Separator" />
<menu_item_call bottom_delta="-18" height="18" label="Delete" left="0" mouse_opaque="true"
name="Delete" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="delete" />
</menu_item_call>
<menu_item_separator name="Folder Wearables Separator" />
<menu_item_call bottom_delta="-18" height="18" label="Take Off Items" left="0"
mouse_opaque="true" name="Take Off Items" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="removefromoutfit" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Add To Outfit" left="0"
<menu_item_call bottom_delta="-18" height="18" label="Wear Items" left="0"
mouse_opaque="true" name="Wear Items" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="wearitems" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Add Items" left="0"
mouse_opaque="true" name="Add To Outfit" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="addtooutfit" />
</menu_item_call>
@@ -204,7 +212,11 @@
mouse_opaque="true" name="Replace Outfit" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="replaceoutfit" />
</menu_item_call>
<menu_item_separator name="Calling Card Separator" />
<menu_item_call bottom_delta="-18" height="18" label="Take Off Items" left="0"
mouse_opaque="true" name="Take Off Items" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="removefromoutfit" />
</menu_item_call>
<menu_item_separator name="Calling Card Separator" />
<menu_item_call bottom_delta="-18" height="18" label="Start Conference Chat" left="0"
mouse_opaque="true" name="Conference Chat Folder" width="128">
<on_click filter="" function="Inventory.BeginIMSession" userdata="everyone" />
@@ -251,11 +263,6 @@
<on_click filter="" function="Inventory.DoToSelected" userdata="deactivate" />
</menu_item_call>
<menu_item_separator name="Attach Separator" />
<menu_item_call bottom_delta="-18" height="18" label="Detach From Yourself" left="0"
mouse_opaque="true" name="Detach From Yourself" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="detach" />
</menu_item_call>
<!-- COMMENTED OUT for DEV-32347 -->
<menu_item_call bottom_delta="-18" height="18" label="Restore to Last Position" left="0" mouse_opaque="true"
name="Restore to Last Position" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="restoreToWorld" />
@@ -264,11 +271,19 @@
name="Object Wear" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="attach" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Add" left="0" mouse_opaque="true"
name="Object Add" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="wear_add" />
</menu_item_call>
<menu bottom_delta="-18" height="18" label="Attach To" left="0" mouse_opaque="true"
name="Attach To" opaque="true" tear_off="false" width="128" />
<menu bottom_delta="-18" height="18" label="Attach To HUD" left="0"
mouse_opaque="true" name="Attach To HUD" opaque="true" tear_off="false"
width="128" />
<menu_item_call bottom_delta="-18" height="18" label="Detach From Yourself" left="0"
mouse_opaque="true" name="Detach From Yourself" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="detach" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Edit" left="0" mouse_opaque="true"
name="Wearable Edit" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="edit" />

View File

@@ -812,6 +812,14 @@ The outfit folder contains no clothing, body parts, or attachments.
You can not wear clothes or body parts that are in the trash
</notification>
<notification
icon="alertmodal.tga"
name="MaxAttachmentsOnOutfit"
type="alertmodal">
Could not attach object.
Exceeds the attachments limit of [MAX_ATTACHMENTS] objects. Please detach another object first.
</notification>
<notification
icon="alertmodal.tga"
name="CannotWearInfoNotComplete"

View File

@@ -12,6 +12,7 @@
<string name="blocked_sendim">*** IM blocked by sender's viewer</string>
<!-- Shown as notifications -->
<string name="blocked_teleport">Unable to initiate teleport due to RLV restrictions</string>
<string name="blocked_viewxxx">Unable to open [TYPE] due to RLV restrictions</string>
<!-- Sent as "Busy" messages to the remote party -->