Apertura del repositorio

This commit is contained in:
2025-05-24 18:09:39 -03:00
parent 76e6359dad
commit d883ddd0d0
35253 changed files with 2891973 additions and 2 deletions
@@ -0,0 +1,320 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
header_height="0"
bg_opaque_image="Window_NoTitle_Foreground"
bg_alpha_image="Window_NoTitle_Foreground"
positioning="specified"
right="-460"
bottom="-50"
follows="left|bottom"
legacy_header_height="0"
can_minimize="false"
can_close="false"
height="85"
layout="topleft"
name="camera_floater"
help_topic="camera_floater"
save_visibility="true"
show_title="false"
single_instance="true"
title="Camera Controls"
chrome="true"
save_rect="true"
width="340">
<floater.string
name="rotate_tooltip">
Rotate Camera Around Focus
</floater.string>
<floater.string
name="zoom_tooltip">
Zoom Camera Towards Focus
</floater.string>
<floater.string
name="move_tooltip">
Move Camera Up and Down, Left and Right
</floater.string>
<floater.string
name="free_mode_title">
View Object
</floater.string>
<string name="inactive_combo_text">Use preset</string>
<panel
border="false"
follows="top|left"
height="123"
layout="topleft"
left="2"
top_pad="-23"
mouse_opaque="false"
name="controls"
width="190">
<!--TODO: replace + - images -->
<panel
border="false"
class="camera_zoom_panel"
bottom="-1"
layout="topleft"
left="0"
mouse_opaque="false"
name="zoom"
top="0"
width="220">
<joystick_rotate
follows="top|left"
height="78"
layout="topleft"
left="2"
name="cam_rotate_stick"
quadrant="left"
sound_flags="3"
visible="true"
tool_tip="Orbit camera around focus"
top="25"
width="78" />
<!-- <FS:Chanayane> Camera roll (from Alchemy) -->
<button
follows="bottom|left"
width="16"
height="16"
image_selected="VirtualTrackball_Rotate_Left_Active"
image_unselected="VirtualTrackball_Rotate_Left"
layout="topleft"
top="89"
left="2"
name="roll_left"
tool_tip="Roll camera Left">
<commit_callback function="Camera.roll_left" />
<mouse_held_callback function="Camera.roll_left" />
</button>
<button
follows="top|left"
width="16"
height="16"
image_selected="VirtualTrackball_Rotate_Right_Active"
image_unselected="VirtualTrackball_Rotate_Right"
layout="topleft"
top="89"
left="64"
name="roll_right"
tool_tip="Roll camera Right">
<commit_callback function="Camera.roll_right" />
<mouse_held_callback function="Camera.roll_right" />
</button>
<!-- </FS:Chanayane> -->
<button
follows="top|left"
height="18"
image_disabled="AddItem_Disabled"
image_selected="AddItem_Press"
image_unselected="AddItem_Off"
layout="topleft"
left_pad="4"
name="zoom_plus_btn"
width="18"
top="23">
<commit_callback
function="Zoom.plus" />
<mouse_held_callback
function="Zoom.plus" />
</button>
<slider_bar
height="50"
layout="topleft"
name="zoom_slider"
orientation="vertical"
tool_tip="Zoom camera toward focus"
top_pad="0"
min_val="0"
max_val="1"
width="18">
<commit_callback function="Slider.value_changed"/>
</slider_bar>
<button
follows="top|left"
height="18"
image_disabled="MinusItem_Disabled"
image_selected="MinusItem_Press"
image_unselected="MinusItem_Off"
layout="topleft"
name="zoom_minus_btn"
top_pad="0"
width="18">
<commit_callback
function="Zoom.minus" />
<mouse_held_callback
function="Zoom.minus" />
</button>
<joystick_track
follows="top|left"
height="78"
image_selected="Cam_Tracking_In"
image_unselected="Cam_Tracking_Out"
layout="topleft"
left_pad="4"
name="cam_track_stick"
quadrant="left"
scale_image="false"
sound_flags="3"
tool_tip="Move camera up and down, left and right"
top="25"
width="78"/>
</panel>
</panel>
<panel
follows="all"
height="27"
layout="topleft"
left_pad="2"
name="buttons_panel"
top_delta="18"
width="120">
<panel_camera_item
name="front_view"
tool_tip="Front View"
width="18">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="Front View" />
<panel_camera_item.picture
image_name="Cam_Preset_Front_Off" />
<panel_camera_item.selected_picture
image_name="Cam_Preset_Front_On" />
</panel_camera_item>
<panel_camera_item
name="group_view"
tool_tip="Side View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="Side View" />
<panel_camera_item.picture
image_name="Cam_Preset_Side_Off" />
<panel_camera_item.selected_picture
image_name="Cam_Preset_Side_On" />
</panel_camera_item>
<panel_camera_item
name="rear_view"
tool_tip="Rear View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="Rear View" />
<panel_camera_item.picture
image_name="Cam_Preset_Back_Off" />
<panel_camera_item.selected_picture
image_name="Cam_Preset_Back_On" />
</panel_camera_item>
<panel_camera_item
name="object_view"
tool_tip="Object View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="object_view" />
<panel_camera_item.picture
image_name="Object_View_Off" />
<panel_camera_item.selected_picture
image_name="Object_View_On" />
</panel_camera_item>
<panel_camera_item
name="mouselook_view"
tool_tip="Mouselook View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="mouselook_view" />
<panel_camera_item.picture
image_name="MouseLook_View_Off" />
<panel_camera_item.selected_picture
image_name="MouseLook_View_On" />
</panel_camera_item>
<panel_camera_item
name="reset_view"
tool_tip="Reset view"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="reset_view" />
<panel_camera_item.picture
image_name="Refresh_Off" />
<panel_camera_item.selected_picture
image_name="Refresh_Over" />
</panel_camera_item>
</panel>
<combo_box
height="23"
left_delta="-1"
mouse_opaque="true"
name="preset_combo"
top_pad="7"
width="116">
<combo_list
mouse_wheel_opaque="true"/>
<combo_box.item
label="Use preset"
name="Use preset"
value="default" />
</combo_box>
<button
height="23"
width="24"
layout="topleft"
mouse_opaque="true"
name="gear_btn"
tool_tip="Camera Presets"
top_delta="0"
left_pad="3"
image_overlay="Icon_Gear"
is_toggle="true">
<button.commit_callback
function="CameraPresets.ShowPresetsList"/>
</button>
<button
follows="top|left"
height="23"
label="Position..."
layout="topleft"
left_delta="-119"
name="camera_position_btn"
top_pad="5"
width="70">
<button.commit_callback
function="Floater.Show"
parameter="prefs_view_advanced"/>
</button>
<button
follows="top|left"
height="23"
label="Save"
layout="topleft"
left_pad="3"
name="save_btn"
top_delta="0"
width="70">
<button.commit_callback
function="CameraPresets.Save"/>
</button>
<panel
name="viewer_camera_info"
left="0"
top="85"
width="400"
height="150"
border="true"
visible="false"
background_visible="true"/>
<panel
name="agent_camera_info"
left="0"
top="215"
width="400"
height="150"
border="true"
visible="false"
background_visible="true"/>
</floater>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
positioning="cascading"
legacy_header_height="18"
can_resize="true"
height="588"
layout="topleft"
name="floater_my_appearance"
help_topic="appearance"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="Appearance"
min_height="400"
min_width="415"
width="415">
<panel
top="18"
class="sidepanel_appearance"
name="main_panel"
filename="sidepanel_appearance.xml"
label="Edit Appearance"
font="SansSerifBold"/>
</floater>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
positioning="centered"
can_close="true"
can_resize="true"
height="570"
help_topic="sidebar_inventory"
min_width="260"
min_height="200"
name="floater_my_inventory"
save_rect="true"
save_visibility="true"
reuse_instance="true"
title="Inventory"
width="330" >
<panel
class="sidepanel_inventory"
name="main_panel"
filename="sidepanel_inventory.xml"
follows="all"
top="0"/>
</floater>
@@ -0,0 +1,283 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
positioning="centered"
legacy_header_height="18"
can_resize="true"
height="495"
layout="topleft"
min_height="200"
min_width="400"
name="preview_texture"
help_topic="preview_texture"
width="555">
<floater.string
name="Title">
Texture: [NAME]
</floater.string>
<floater.string
name="Copy">
Copy To Inventory
</floater.string>
<floater.string
name="DateTime">
[weekday,datetime,slt] [month,datetime,slt] [day,datetime,slt] [hour12,datetime,slt]:[min,datetime,slt]:[second,datetime,slt][ampm,datetime,slt] [timezone,datetime,slt] [year,datetime,slt]
</floater.string>
<floater.string name="UploaderDateTime"/>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="desc txt"
top="21"
width="90">
Description:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="desc"
width="440" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="uploader_label"
top_delta="21"
read_only="true"
visible="false"
width="90">
Uploader:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="uploader"
visible="false"
width="377" />
<button
enabled="false"
follows="right|top"
font="SansSerifSmall"
height="18"
label="Profile"
left_pad="3"
name="openprofile"
visible="false"
width="60" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="upload_time_label"
top_delta="21"
visible="false"
width="90">
Date:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="upload_time"
visible="false"
width="440" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="uuid_label"
top_delta="21"
visible="false"
width="90">
UUID:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="uuid"
visible="false"
width="377" />
<button
enabled="false"
follows="right|top"
font="SansSerifSmall"
height="18"
label="Copy"
left_pad="3"
name="copyuuid"
visible="false"
width="60" />
<panel
name="dimensions_panel"
left="10"
follows="left|right|bottom"
layout="topleft"
bottom="-1"
height="23"
width="545"
visible="false">
<text
type="string"
halign="left"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="0"
name="dimensions"
width="100">
[WIDTH]px x [HEIGHT]px
</text>
<text
top_delta="0"
type="string"
halign="right"
length="1"
follows="right|top"
height="16"
layout="topleft"
right="-128"
name="aspect_ratio"
width="128">
Preview aspect ratio
</text>
<combo_box
allow_text_entry="true"
top_delta="-4"
follows="right|bottom"
height="23"
left_pad="10"
max_chars="20"
mouse_opaque="true"
enabled="true"
width="108"
name="combo_aspect_ratio"
tool_tip="Preview at a fixed aspect ratio">
<combo_item name="Unconstrained" value="Unconstrained">
Unconstrained
</combo_item>
<combo_item name="1:1" value="1:1" tool_tip="Group insignia or Additional profile info">
1:1
</combo_item>
<combo_item name="4:3" value="4:3" tool_tip="[CURRENT_GRID] profile">
4:3
</combo_item>
<combo_item name="10:7" value="10:7" tool_tip="Classifieds and search listings, landmarks">
10:7
</combo_item>
<combo_item name="3:2" value="3:2" tool_tip="About land">
3:2
</combo_item>
<combo_item name="16:10" value="16:10">
16:10
</combo_item>
<combo_item name="16:9" value="16:9" tool_tip="Profile picks">
16:9
</combo_item>
<combo_item name="2:1" value="2:1">
2:1
</combo_item>
</combo_box>
</panel>
<panel
name="button_panel"
left="10"
follows="left|right|bottom"
layout="topleft"
bottom="-1"
height="32"
width="545"
visible="false">
<button
follows="left|bottom"
height="22"
image_overlay="Refresh_Off"
layout="topleft"
left="6"
bottom="-10"
name="btn_refresh"
width="22" />
<button
follows="left|bottom"
height="22"
label="OK"
layout="topleft"
left_pad="5"
name="Keep"
top_delta="0"
width="110" />
<button
follows="left|bottom"
height="22"
label="Discard"
layout="topleft"
left_pad="5"
name="Discard"
top_delta="0"
width="110" />
<flyout_button
follows="left|bottom"
height="22"
label="Save..."
layout="topleft"
left_pad="5"
name="save_tex_btn"
top_delta="0"
width="110">
<flyout_button.item
label="Save As TGA"
name="save_item_tga"
value="format_tga" />
<flyout_button.item
label="Save As PNG"
name="save_item_png"
value="format_png" />
</flyout_button>
</panel>
</floater>
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
mouse_opaque="false"
follows="all"
height="32"
layout="topleft"
left="0"
name="checkbox_panel"
top="0"
width="32">
<check_box
mouse_opaque="true"
name="check_control"
layout="topleft"
follows="right|top"
left="16"
top="1"
width="16"
height="16">
<check_box.check_button name="CheckboxCtrl Button"
image_disabled="Checkbox_Transparent_Off_Disabled"
image_disabled_selected="Checkbox_Transparent_On_Disabled"
image_unselected="Checkbox_Transparent_Off"
image_selected="Checkbox_Transparent_On"/>
</check_box>
</panel>
@@ -0,0 +1,158 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_alpha_panel"
top_pad="10"
width="363" >
<scroll_container
color="DkGray2"
follows="all"
height="400"
layout="topleft"
left="10"
top_pad="0"
name="avatar_alpha_color_panel_scroll"
reserve_scroll_corner="false"
opaque="true"
width="343">
<panel
border="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
follows="top|left|right"
height="400"
left="0"
layout="topleft"
name="avatar_alpha_color_panel"
top="0"
width="343" >
<check_box
follows="left|top"
height="16"
layout="topleft"
left="5"
name="lower alpha texture invisible"
top="10"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Lower Alpha"
layout="topleft"
left_pad="5"
name="Lower Alpha"
tool_tip="Click to choose a picture"
top="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left_pad="20"
name="upper alpha texture invisible"
top="10"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Upper Alpha"
layout="topleft"
left_pad="5"
name="Upper Alpha"
tool_tip="Click to choose a picture"
top="10"
width="115">
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left="5"
name="head alpha texture invisible"
top_pad="15"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Head Alpha"
layout="topleft"
left_pad="5"
name="Head Alpha"
tool_tip="Click to choose a picture"
top_delta="0"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left_pad="20"
name="eye alpha texture invisible"
top_delta="0"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Eye Alpha"
layout="topleft"
left_pad="5"
name="Eye Alpha"
tool_tip="Click to choose a picture"
top_delta="0"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left="5"
name="hair alpha texture invisible"
top_pad="15"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Hair Alpha"
layout="topleft"
left="30"
name="Hair Alpha"
tool_tip="Click to choose a picture"
top_delta="0"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
</scroll_container>
</panel>
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_eyes_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_eye_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Iris"
layout="topleft"
left="15"
name="Iris"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
<!-- Begin Eyes Panel -->
<panel
name="eyes_main_tab_holder"
title="Eyes"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="320"
left="0"
name="eyes_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="eyes_main_tab"
fit_panel="false"
title="Eyes">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="eyes_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Eyes Panel -->
<!-- </tab_container> -->
</panel>
@@ -0,0 +1,94 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_gloves_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_gloves_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="5"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Gloves Panel -->
<panel
name="gloves_main_tab_holder"
title="Gloves"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="gloves_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="gloves_main_tab"
fit_panel="false"
title="Gloves">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="gloves_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Gloves Panel -->
</panel>
@@ -0,0 +1,220 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_hair_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_hair_color_panel"
top="110"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Texture"
layout="topleft"
left="15"
name="Texture"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
top="0"
left="0"
height="400"
width="363">
<!-- Begin Color Panel -->
<panel
name="hair_color_tab_holder"
title="Color"
layout="topleft"
follows="left"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_color_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_color_tab"
fit_panel="false"
title="Color">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_color_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Color Panel -->
<!-- Begin Style Panel -->
<panel
name="hair_style_tab_holder"
title="Style"
layout="topleft"
follows="left"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_style_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_style_tab"
fit_panel="false"
title="Style">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_style_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Style Panel -->
<!-- Begin Eyebrows Panel -->
<panel
name="hair_eyebrows_tab_holder"
title="Eyebrows"
layout="topleft"
follows="left"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_eyebrows_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_eyebrows_tab"
fit_panel="false"
title="Eyebrows">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_eyebrows_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Eyebrows Panel -->
<!-- Begin Facial Panel -->
<panel
name="hair_facial_tab_holder"
title="Facial"
layout="topleft"
follows="left"
height="400"
width="263">
<text name="hair_facial_not_available"
invisibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Face options are only available
for male avatars.
</text>
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_facial_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_facial_tab"
fit_panel="false"
title="Facial">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_facial_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Facial Panel -->
</tab_container>
</panel>
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_jacket_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_jacket_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Upper Fabric"
layout="topleft"
left="15"
name="Upper Fabric"
tool_tip="Click to choose a picture"
top="5"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Lower Fabric"
layout="topleft"
left="15"
name="Lower Fabric"
tool_tip="Click to choose a picture"
top_pad="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Jacket Panel -->
<panel
name="jacket_main_tab_holder"
title="Jacket"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="jacket_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="jacket_main_tab"
fit_panel="false"
title="Jacket">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="jacket_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Jacket Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_pants_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_pants_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="5"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Pants Panel -->
<panel
name="pants_main_tab_holder"
title="Pants"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="pants_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="pants_main_tab"
fit_panel="false"
title="Pants">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="pants_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Pants Panel -->
</panel>
@@ -0,0 +1,321 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_physics_panel"
top_pad="10"
width="363" >
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
top="0"
left="0"
height="400"
width="363">
<panel
name="physics_breast_updown_tab_holder"
title="Breast Bounce"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<text name="physics_breast_updown_not_available"
visibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Breast bounce is only available
for female avatars.
</text>
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_breast_updown_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_breasts_updown_tab"
title="Breasts Bounce">
<scrolling_panel_list
follows="all"
layout="topleft"
left="10"
name="physics_breasts_updown_param_list"
top="10"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_breast_inout_tab_holder"
title="Breast Cleavage"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<text name="physics_breast_inout_not_available"
visibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Breast cleavage is only available
for female avatars.
</text>
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_breast_inout_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_breasts_inout_tab"
title="Breasts Cleavage">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_breasts_inout_param_list"
top_pad="50"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_breast_leftright_tab_holder"
title="Breast Sway"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<text name="physics_breast_leftright_not_available"
visibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Breast sway is only available
for female avatars.
</text>
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_breast_leftright_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_breasts_leftright_tab"
title="Breasts Sway">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_breasts_leftright_param_list"
top_pad="50"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_belly_tab_holder"
title="Belly Bounce"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_belly_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_belly_tab"
title="Belly Bounce">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_belly_updown_param_list"
top_pad="40"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_butt_tab_holder"
title="Butt Bounce"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_butt_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_butt_tab"
title="Butt Bounce">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_butt_updown_param_list"
top_pad="30"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_butt_leftright_tab_holder"
title="Butt Sway"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_butt_leftright_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_butt_leftright_tab"
title="Butt Sway">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_butt_leftright_param_list"
top_pad="20"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_advanced_tab_holder"
title="Adv. Parameters"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_advanced_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_advanced_tab"
title="Advanced Parameters">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_advanced_param_list"
top_pad="10"
width="303" />
</accordion_tab>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,416 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_shape_panel"
top_pad="10"
width="363" >
<string name="meters">Meters</string>
<string name="feet">Feet</string>
<string name="height">Height:</string>
<string name="height_label_color" translate="false">White_50</string>
<string name="height_value_label_color" translate="false">White</string>
<text
follows="top|left|right"
font="SansSerifSmallBold"
halign="right"
height="12"
layout="topleft"
left="0"
name="avatar_height"
top="0"
width="353">
</text>
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
height="384"
width="363">
<!-- Begin Body Panel -->
<panel
name="shape_body_tab_holder"
title="Body"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_body_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_body_tab"
fit_panel="false"
title="Body">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_body_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Body Panel -->
<!-- Begin Head Panel -->
<panel
name="shape_head_tab_holder"
title="Head"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_head_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_head_tab"
fit_panel="false"
title="Head">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_head_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Head Panel -->
<!-- Begin Eyes Panel -->
<panel
name="shape_eyes_tab_holder"
title="Eyes"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_eyes_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_eyes_tab"
fit_panel="false"
title="Eyes">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_eyes_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Eyes Panel -->
<!-- Begin Ears Panel -->
<panel
name="shape_ears_tab_holder"
title="Ears"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_ears_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_ears_tab"
fit_panel="false"
title="Ears">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_ears_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Ears Panel -->
<!-- Begin Nose Panel -->
<panel
name="shape_nose_tab_holder"
title="Nose"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_nose_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_nose_tab"
fit_panel="false"
title="Nose">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_nose_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Nose Panel -->
<!-- Begin Mouth Panel -->
<panel
name="shape_mouth_tab_holder"
title="Mouth"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_mouth_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_mouth_tab"
fit_panel="false"
title="Mouth">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_mouth_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Mouth Panel -->
<!-- Begin Chin Panel -->
<panel
name="shape_chin_tab_holder"
title="Chin"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_chin_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_chin_tab"
fit_panel="false"
title="Chin">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_chin_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Chin Panel -->
<!-- Begin Torso Panel -->
<panel
name="shape_torso_tab_holder"
title="Torso"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_torso_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_torso_tab"
fit_panel="false"
title="Torso">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_torso_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Torso Panel -->
<!-- Begin Legs Panel -->
<panel
name="shape_legs_tab_holder"
title="Legs"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_legs_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_legs_tab"
fit_panel="false"
title="Legs">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_legs_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Legs Panel -->
</tab_container>
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_shirt_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_shirt_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Shirt Panel -->
<panel
name="shirt_main_tab_holder"
title="Shirt"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="shirt_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shirt_main_tab"
fit_panel="false"
title="Shirt">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shirt_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Shirt Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_shoes_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_shoes_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Shoes Panel -->
<panel
name="shoes_main_tab_holder"
title="Shoes"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="shoes_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shoes_main_tab"
fit_panel="false"
title="Shoes">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shoes_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Shoes Panel -->
</panel>
@@ -0,0 +1,243 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_skin_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_skin_color_panel"
top="110"
width="100" >
<texture_picker
allow_no_texture="true"
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Head Tattoos"
layout="topleft"
left="15"
name="Head"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
allow_no_texture="true"
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Upper Tattoos"
layout="topleft"
left="15"
name="Upper Body"
tool_tip="Click to choose a picture"
top_pad="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
allow_no_texture="true"
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Lower Tattoos"
layout="topleft"
left="15"
name="Lower Body"
tool_tip="Click to choose a picture"
top_pad="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
top="0"
left="0"
height="400"
width="363">
<!-- Begin Skin Color Panel -->
<panel
name="skin_color_tab_holder"
title="Skin Color"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_color_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_color_tab"
fit_panel="false"
title="Skin Color">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_color_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Skin Color Panel -->
<!-- Begin Face Detail Panel -->
<panel
name="skin_face_tab_holder"
title="Face Detail"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_face_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_face_tab"
fit_panel="false"
title="Face Detail">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_face_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Face Detail Panel -->
<!-- Begin Makeup Panel -->
<panel
name="skin_makeup_holder"
title="Makeup"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_makeup_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_makeup_tab"
fit_panel="false"
title="Makeup">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_makeup_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Makeup Panel -->
<!-- Begin Body Detail Panel -->
<panel
name="skin_body_holder"
title="Body Detail"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_body_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_body_tab"
fit_panel="false"
title="Body Detail">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_body_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Body Detail Panel -->
</tab_container>
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_skirt_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_skirt_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Skirt Panel -->
<panel
name="skirt_main_tab_holder"
title="Skirt"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skirt_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skirt_main_tab"
fit_panel="false"
title="Skirt">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skirt_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Skirt Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_socks_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_socks_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Socks Panel -->
<panel
name="socks_main_tab_holder"
title="Socks"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="socks_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="socks_main_tab"
fit_panel="false"
title="Socks">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="socks_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Socks Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_tattoo_panel"
top_pad="10"
width="363" >
<scroll_container
follows="all"
height="400"
layout="topleft"
left="10"
name="avatar_tattoo_scroll"
reserve_scroll_corner="false"
top_pad="0"
width="344">
<panel
border="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
follows="all"
height="725"
left="0"
layout="topleft"
name="avatar_tattoo_color_panel"
top="0"
width="328" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Head Tattoo"
layout="topleft"
left="20"
name="Head Tattoo"
tool_tip="Click to choose a picture"
top="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Upper Tattoo"
layout="topleft"
left_pad="30"
name="Upper Tattoo"
tool_tip="Click to choose a picture"
top="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Lower Tattoo"
layout="topleft"
left="20"
name="Lower Tattoo"
tool_tip="Click to choose a picture"
top_pad="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="115"
label="Color/Tint"
layout="topleft"
left_pad="30"
name="Color/Tint"
tool_tip="Click to open color picker"
top_delta="0"
width="115" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
</scroll_container>
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_underpants_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_underpants_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Underpants Panel -->
<panel
name="underpants_main_tab_holder"
title="Underpants"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="underpants_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="underpants_main_tab"
fit_panel="false"
title="Underpants">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="underpants_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Underpants Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_undershirt_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_undershirt_color_panel"
top="0"
width="263" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open Color Picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Undershirt Panel -->
<panel
name="undershirt_main_tab_holder"
title="Undershirt"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="undershirt_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="undershirt_main_tab"
fit_panel="false"
title="Undershirt">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="undershirt_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Undershirt Panel -->
</panel>
@@ -0,0 +1,230 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_universal_panel"
top_pad="10"
width="363" >
<scroll_container
follows="all"
height="400"
layout="topleft"
left="10"
name="avatar_universal_scroll"
reserve_scroll_corner="false"
top_pad="0"
width="344">
<panel
border="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
follows="all"
height="725"
left="00"
layout="topleft"
name="avatar_universal_color_panel"
top="0"
width="328" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Head Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Head Universal Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Upper Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Upper Universal Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Lower Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Lower Universal Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Skirt Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Skirt Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Hair Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Hair Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Eyes Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Eyes Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Left Arm Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Left Arm Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Left Leg Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Left Leg Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Aux1 Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Aux1 Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Aux2 Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Aux2 Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Aux3 Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Aux3 Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="115"
label="Color/Tint"
layout="topleft"
left_pad="30"
top_delta="0"
name="Color/Tint"
tool_tip="Click to open color picker"
width="115" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
</scroll_container>
</panel>
@@ -0,0 +1,527 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
bevel_style="in"
follows="all"
height="570"
help_topic="fs_edit_body_part"
label="Wearable"
layout="topleft"
left="0"
name="panel_edit_wearable"
top="0"
width="415">
<string
name="edit_shape_title">
Editing Shape
</string>
<string
name="edit_skin_title">
Editing Skin
</string>
<string
name="edit_hair_title">
Editing Hair
</string>
<string
name="edit_eyes_title">
Editing Eyes
</string>
<string
name="edit_shirt_title">
Editing Shirt
</string>
<string
name="edit_pants_title">
Editing Pants
</string>
<string
name="edit_shoes_title">
Editing Shoes
</string>
<string
name="edit_socks_title">
Editing Socks
</string>
<string
name="edit_jacket_title">
Editing Jacket
</string>
<string
name="edit_skirt_title">
Editing Skirt
</string>
<string
name="edit_gloves_title">
Editing Gloves
</string>
<string
name="edit_undershirt_title">
Editing Undershirt
</string>
<string
name="edit_underpants_title">
Editing Underpants
</string>
<string
name="edit_alpha_title">
Editing Alpha Mask
</string>
<string
name="edit_tattoo_title">
Editing Tattoo
</string>
<string
name="edit_universal_title">
Editing Universal
</string>
<string
name="edit_physics_title">
Editing Physics
</string>
<string
name="shape_desc_text">
Shape:
</string>
<string
name="skin_desc_text">
Skin:
</string>
<string
name="hair_desc_text">
Hair:
</string>
<string
name="eyes_desc_text">
Eyes:
</string>
<string
name="shirt_desc_text">
Shirt:
</string>
<string
name="pants_desc_text">
Pants:
</string>
<string
name="shoes_desc_text">
Shoes:
</string>
<string
name="socks_desc_text">
Socks:
</string>
<string
name="jacket_desc_text">
Jacket:
</string>
<string
name="skirt_desc_text">
Skirt:
</string>
<string
name="gloves_desc_text">
Gloves:
</string>
<string
name="undershirt_desc_text">
Undershirt:
</string>
<string
name="underpants_desc_text">
Underpants:
</string>
<string
name="alpha_desc_text">
Alpha Mask:
</string>
<string
name="tattoo_desc_text">
Tattoo:
</string>
<string
name="universal_desc_text">
Universal:
</string>
<string
name="physics_desc_text">
Physics:
</string>
<!-- Default width of the button should be to show it without label.
Button will be extedned in code to show whole label when wearable is being changed.
-->
<labeled_back_button
follows="top|left"
height="24"
image_hover_unselected="BackButton_Over"
image_pressed="BackButton_Press"
image_unselected="BackButton_Off"
layout="topleft"
label="Save"
left="11"
name="back_btn"
pad_left="24"
tool_tip="Return to Edit Outfit"
top="3"
width="30"
use_draw_context_alpha="false" />
<text
follows="top|left|right"
font="SansSerifHugeBold"
height="22"
layout="topleft"
left_pad="8"
name="edit_wearable_title"
text_color="White"
top="3"
value="Editing Shape"
use_ellipses="true"
width="354" />
<panel
background_opaque="false"
background_visible="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
border="false"
follows="top|left|right"
height="60"
label="Shirt"
layout="topleft"
left="10"
name="wearable_type_panel"
top_pad="10"
width="393">
<text
follows="top|left|right"
font="SansSerifSmallBold"
height="16"
layout="topleft"
left="10"
name="description_text"
text_color="White"
top="10"
value="Shape:"
width="230" />
<radio_group
control_name="AvatarSex"
follows="top|right"
height="20"
layout="topleft"
left="290"
name="sex_radio"
top="5"
width="110">
<radio_item
follows="all"
height="16"
label=""
layout="topleft"
left="0"
name="sex_male"
tool_tip="Male"
value="1"
width="40" />
<radio_item
follows="all"
height="16"
label=""
layout="topleft"
left_pad="10"
name="sex_female"
tool_tip="Female"
value="0"
width="40"/>
</radio_group>
<!-- graphical labels for the radio buttons above -->
<icon
follows="top|right"
height="16"
image_name="icons/Male.png"
layout="topleft"
left="310"
name="male_icon"
tool_tip="Male"
top="7"
width="16" />
<icon
follows="top|right"
height="16"
image_name="icons/Female.png"
layout="topleft"
left="360"
name="female_icon"
tool_tip="Female"
top="7"
width="16" />
<line_editor
follows="all"
height="23"
layout="topleft"
left="10"
max_length_bytes="63"
name="description"
prevalidator="ascii"
select_on_focus="true"
text_color="Black"
top_pad="3"
width="370" />
</panel>
<panel
follows="all"
height="433"
layout="topleft"
left="0"
name="edit_subpanel_container"
top_pad="2"
width="410">
<!-- the shape editing panel is taller than the others
because it also displays avatar height -->
<panel
filename="panel_edit_shape.xml"
follows="all"
height="433"
layout="topleft"
left="0"
name="edit_shape_panel"
top="0"
visible="false"
width="410" />
<panel
filename="panel_edit_skin.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_skin_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_hair.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_hair_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_eyes.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_eyes_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_shirt.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_shirt_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_pants.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_pants_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_shoes.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_shoes_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_socks.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_socks_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_jacket.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_jacket_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_skirt.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_skirt_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_gloves.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_gloves_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_undershirt.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_undershirt_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_underpants.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_underpants_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_alpha.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_alpha_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_tattoo.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_tattoo_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_universal.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_universal_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_physics.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_physics_panel"
top="8"
visible="false"
width="410" />
</panel>
<panel
follows="bottom|left|right"
height="23"
layout="topleft"
left="2"
name="button_panel"
top_pad="6"
width="405">
<layout_stack
follows="bottom|left|right"
height="23"
layout="topleft"
mouse_opaque="false"
name="button_panel_ls"
left="0"
orientation="horizontal"
top="0"
width="405">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="0"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="169">
<button
follows="bottom|left|right"
height="23"
label="Save As"
layout="topleft"
left="1"
name="save_as_button"
top="0"
width="165" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="revert_btn_lp"
auto_resize="true"
width="167">
<button
follows="bottom|left|right"
height="23"
label="Undo Changes"
layout="topleft"
left="1"
name="revert_button"
top="0"
width="165" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="import_btn_lp"
auto_resize="true"
width="151">
<button
follows="bottom|left|right"
height="23"
label="Import"
layout="topleft"
left="1"
name="import_btn"
top="0"
width="150" />
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,189 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
height="300"
layout="topleft"
mouse_opaque="true"
name="friends"
width="355">
<panel.string name="FontName" value="SANSSERIF_SMALL"/>
<layout_stack
default_tab_group="2"
border_size="0"
animate="true"
follows="all"
clip="false"
bottom="-2"
right="-84"
left="4"
layout="topleft"
orientation="vertical"
name="ls_friend_list"
top="0">
<layout_panel
name="lp_search"
auto_resize="false"
user_resize="false"
visibility_control="FSContactListShowSearch"
top="0"
layout="topleft"
height="27"
follows="left|top|right">
<filter_editor
follows="left|top|right"
height="23"
layout="topleft"
left="1"
label="Filter Friends"
max_length_chars="300"
name="friend_filter_input"
top="3"
right="-1" />
</layout_panel>
<layout_panel
name="lp_friend_list"
tab_group="2"
auto_resize="true"
user_resize="false"
top="0"
layout="topleft"
bottom="-2"
follows="all">
<fs_scroll_list
desired_line_height="14"
left="0"
right="-1"
top="0"
bottom="-1"
follows="all"
layout="topleft"
column_padding="0"
draw_heading="true"
heading_height="20"
multi_select="true"
content_type="Agents"
name="friend_list">
<fs_scroll_list.column
name="icon_online_status"
tool_tip="Online status"
width="16" />
<fs_scroll_list.column
dynamicwidth="true"
label="Username"
name="user_name"
tool_tip="This contact's username."/>
<fs_scroll_list.column
dynamicwidth="true"
label="Display name"
name="display_name"
tool_tip="This contact's display name."/>
<fs_scroll_list.column
dynamicwidth="true"
label="Name"
name="full_name"
tool_tip="This contact's chosen name." />
<fs_scroll_list.column
image="Permission_Visible_Online_h"
name="icon_visible_online"
tool_tip="Friend can see when you&apos;re online"
width="16" />
<fs_scroll_list.column
image="Permission_Visible_Map_h"
name="icon_visible_map"
tool_tip="Friend can locate you on the map"
width="16" />
<fs_scroll_list.column
image="Permission_Edit_Objects_Mine_h"
name="icon_edit_mine"
tool_tip="Friend can edit, delete or take objects"
width="16" />
<fs_scroll_list.column
image="Permission_Visible_Map_h"
name="icon_visible_map_theirs"
tool_tip="You can locate them on the map"
width="16" />
<fs_scroll_list.column
image="Permission_Edit_Objects_Theirs_h"
name="icon_edit_theirs"
tool_tip="You can edit this friend&apos;s objects"
width="16" />
<fs_scroll_list.column
name="friend_last_update_generation"
width="-1" />
</fs_scroll_list>
</layout_panel>
</layout_stack>
<button
top="2"
follows="top|right"
layout="topleft"
height="22"
label="IM/Call"
left_delta="270"
name="im_btn"
tool_tip="Open Instant Message session"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Profile"
name="profile_btn"
tool_tip="Show picture, groups, and other information"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Teleport..."
name="offer_teleport_btn"
tool_tip="Offer this friend a teleport to your current location"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Map..."
name="map_btn"
tool_tip="Show current location of friend on the map"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Pay..."
name="pay_btn"
tool_tip="Give Linden dollars (L$) to this friend"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Remove..."
name="remove_btn"
tool_tip="Remove this person from your friends list"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Add..."
name="add_btn"
tool_tip="Offer friendship to a resident"
width="80" />
<text
top_pad="10"
left_delta="2"
follows="top|right"
layout="topleft"
height="20"
name="friend_count"
width="80">
Friends: [COUNT]
</text>
</panel>
@@ -0,0 +1,284 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_radar"
width="327"
height="333">
<string name="FlagsColumnType" value="icon"/>
<string name="FlagsColumnValue_0" value=""/>
<string name="FlagsColumnValue_1" value="Payment_Info_Filled"/>
<string name="FlagsColumnValue_2" value="Payment_Info_Used"/>
<string name="NotesColumnIcon" value="radarbox_n"/>
<string name="SittingColumnIcon" value="radarbox_s"/>
<string name="TypingColumnIcon" value="radarbox_t"/>
<string
name="MiniMapToolTipMsg"
value="[REGION] (Double-click to open Map, shift-drag to pan)"/>
<string
name="AltMiniMapToolTipMsg"
value="[REGION] (Double-click to teleport, shift-drag to pan)"/>
<string
name="avatar_name_count"
value="Name [[TOTAL]/[IN_REGION]/[IN_CHAT_RANGE]]"/>
<panel
background_opaque="false"
background_visible="false"
follows="all"
height="333"
layout="topleft"
left="0"
name="nearby_panel"
top="0"
width="327">
<panel
follows="left|top|right"
height="27"
label="bottom_panel"
layout="topleft"
left="0"
name="nearby_buttons_panel"
right="-1"
top="0">
<filter_editor
follows="left|top|right"
height="23"
layout="topleft"
left="3"
label="Filter People"
max_length_chars="300"
name="nearby_filter_input"
top="1"
width="219" />
<button
commit_callback.function="Radar.Gear"
follows="right"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="7"
name="gear_btn"
tool_tip="Actions on selected person"
top="0"
width="31" />
<menu_button
follows="right"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Conv_toolbar_sort"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="2"
name="options_btn"
tool_tip="Radar options"
top_delta="0"
width="31" />
<button
follows="right"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="AddItem_Off"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="2"
name="add_friend_btn"
tool_tip="Offer friendship to a resident"
top_delta="0"
width="31">
<commit_callback
function="Radar.AddFriend" />
</button>
</panel>
<layout_stack
orientation="vertical"
clip="true"
follows="all"
layout="topleft"
top="27"
left="3"
height="301"
right="327"
mouse_opaque="false"
name="radar_outer_ls">
<layout_panel
auto_resize="true"
layout="topleft"
top="0"
left="3"
height="281"
width="321"
follows="all"
mouse_opaque="false"
name="radar_upper_layout">
<layout_stack
orientation="vertical"
clip="true"
follows="all"
layout="topleft"
top="0"
left="0"
height="281"
width="321"
mouse_opaque="false"
name="radar_ls">
<layout_panel
layout="topleft"
top="0"
left="3"
height="140"
width="321"
min_dim="140"
follows="top"
mouse_opaque="false"
visibility_control="ShowRadarMinimap"
name="minimaplayout"
auto_resize="false"
user_resize="true">
<net_map
bg_color="NetMapBackgroundColor"
visibility_control="ShowRadarMinimap"
follows="all"
layout="topleft"
left="3"
mouse_opaque="false"
name="Net Map"
width="316"
height="140"
top="0"/>
</layout_panel>
<layout_panel
layout="topleft"
top="0"
left="0"
height="166"
width="321"
mouse_opaque="false"
follows="all"
name="radarlayout">
<radar_list
desired_line_height="14"
draw_heading="true"
follows="all"
height="166"
layout="topleft"
left="0"
top_pad="0"
sort_column="0"
sort_ascending="true"
name="radar_list"
draw_stripes="true"
multi_select="true"
content_type="Agents"
persist_sort_order="true"
primary_sort_only="true"
width="321">
<radar_list.columns
label="Name"
name="name"
tool_tip="[TOTAL] avatars, [IN_REGION] in the same region, [IN_CHAT_RANGE] in chat range"
dynamic_width="true"/>
<radar_list.columns
label=""
name="voice_level"
tool_tip="Is talking on voice"
width="10"/>
<radar_list.columns
label=""
name="in_region"
tool_tip="Is in the same region (green) or on the same parcel (green/yellow)"
width="10"/>
<radar_list.columns
label=""
name="typing_status"
tool_tip="Is typing"
width="10"/>
<radar_list.columns
label=""
name="sitting_status"
tool_tip="Is sitting"
width="10"/>
<radar_list.columns
label=""
name="flags"
tool_tip="Payment info status"
width="10"/>
<radar_list.columns
label=""
name="has_notes"
tool_tip="Avatar has notes"
width="10"/>
<radar_list.columns
label="Age"
name="age"
width="50"/>
<radar_list.columns
label="Seen"
name="seen"
sort_column="seen_sort"
width="50"/>
<radar_list.columns
label="Range"
name="range"
width="61"/>
<radar_list.columns
name="seen_sort"
width="-1"/>
</radar_list>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel
auto_resize="false"
layout="topleft"
top="0"
left="3"
height="25"
width="321"
min_dim="20"
follows="top"
mouse_opaque="false"
visibility_control="LimitRadarByRange"
name="radar_lower_layout">
<icon
top="0"
follows="top|left|right"
height="25"
image_name="Toolbar_Left_Off"
layout="topleft"
left="1"
name="nearby_dummy_icon"
width="318"/>
<icon
top="0"
follows="top|right"
height="25"
image_name="Toolbar_Right_Off"
layout="topleft"
left="318"
name="nearby_dummy_icon"
width="0"/>
<slider
control_name="NearMeRange"
decimal_digits="0"
follows="bottom|left"
height="16"
increment="2"
initial_value="96"
label="Range (m):"
label_width="70"
layout="topleft"
max_val="4096"
min_val="20"
name="NearMeRange"
visible="True"
left="10"
top="6"
width="220"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,307 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
follows="all"
height="473"
label="Group Profile"
layout="topleft"
min_height="350"
left="0"
top="20"
name="GroupInfo"
width="495">
<panel.string
name="default_needs_apply_text">
There are unsaved changes
</panel.string>
<panel.string
name="want_apply_text">
Do you want to save these changes?
</panel.string>
<panel.string
name="group_join_btn">
Join (L$[AMOUNT])
</panel.string>
<panel.string name="group_join_free">Free</panel.string>
<panel.string name="group_member">Member</panel.string>
<panel.string name="join_txt">Join</panel.string>
<panel.string name="leave_txt">Leave</panel.string>
<layout_stack
name="group_info_sidetray_main"
animate="false"
layout="topleft"
follows="all"
top="-475"
left="0"
width="498"
height="475"
border_size="0"
orientation="vertical">
<layout_panel
name="header_container"
auto_resize="false"
height="30"
width="498"
layout="topleft"
visible="true"
follows="top|left|right">
<panel
name="group_info_top"
follows="top|left"
top="0"
left="0"
height="29"
width="320"
layout="topleft">
<button
follows="top|right"
height="24"
image_hover_unselected="BackButton_Over"
image_pressed="BackButton_Press"
image_unselected="BackButton_Off"
layout="topleft"
name="back"
left="7"
tab_stop="false"
top="2"
width="30"
use_draw_context_alpha="false" />
<text_editor
allow_scroll="false"
bg_visible="false"
read_only = "true"
layout="topleft"
name="group_name"
v_pad="0"
value="(Loading...)"
font="SansSerifHugeBold"
h_pad="0"
height="26"
left_pad="8"
text_color="LtGray"
top="1"
use_ellipses="true"
width="275"
follows="top|left|right"
word_wrap="false"
mouse_opaque="false"/>
<line_editor
follows="left|top"
font="SansSerif"
label="Type your new group name here"
layout="topleft"
left_delta="10"
max_length_bytes="35"
name="group_name_editor"
top_delta="5"
width="270"
height="20"
visible="false" />
</panel>
</layout_panel>
<layout_panel
name="group_info_content"
auto_resize="true"
height="450"
width="498"
layout="topleft"
follows="all">
<layout_stack
name="layout"
orientation="vertical"
follows="all"
left="0"
top_pad="0"
height="415"
right="-1"
border_size="0">
<layout_panel
bg_alpha_color="SL-Background_66"
bg_opaque_color="SL-Background_66"
background_visible="false"
background_opaque="false"
name="group_accordions"
follows="all"
layout="topleft"
auto_resize="true"
height="513"
right="-1">
<tab_container
left="0"
top="0"
follows="all"
layout="topleft"
name="groups_accordion"
height="513"
right="-1">
<panel
border="false"
class="panel_group_general"
filename="panel_group_general.xml"
layout="topleft"
left="0"
follows="left|top|right"
help_topic="group_general_tab"
name="group_general_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_roles"
filename="panel_group_roles.xml"
follows="left|top|right"
layout="topleft"
left="0"
name="group_roles_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_notices"
filename="panel_group_notices.xml"
follows="left|top|right"
layout="topleft"
left="0"
help_topic="group_notices_tab"
name="group_notices_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_land_money"
filename="panel_group_land_money.xml"
follows="left|top|right"
layout="topleft"
left="0"
name="group_land_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_experiences"
filename="panel_experiences.xml"
follows="left|top|right"
layout="topleft"
left="0"
help_topic="group_experiences_tab"
name="group_experiences_tab_panel"
top="0" />
</tab_container>
</layout_panel>
</layout_stack>
<layout_stack
follows="bottom|left|right"
height="25"
layout="topleft"
name="button_row_ls"
left="3"
orientation="horizontal"
top_pad="6"
width="490">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="3"
name="btn_refresh_lp"
user_resize="false"
auto_resize="false"
width="24">
<button
layout="topleft"
follows="bottom|left|right"
image_overlay="Refresh_Off"
name="btn_refresh"
left="1"
height="23"
top="0"
width="23" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="btn_activate_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
layout="topleft"
follows="bottom|left|right"
label="Activate"
name="btn_activate"
left="1"
height="23"
top="0"
width="71" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="btn_chat_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
layout="topleft"
follows="bottom|left|right"
label="Chat"
name="btn_chat"
left="1"
height="23"
top="0"
width="71" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="call_btn_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
follows="bottom|left|right"
left="1"
height="23"
name="btn_call"
label="Group Call"
layout="topleft"
tool_tip="Call this group"
top="0"
width="71" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="btn_apply_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
follows="bottom|left|right"
height="23"
label="Save"
label_selected="Save"
name="btn_apply"
left="1"
top="0"
width="71" />
</layout_panel>
</layout_stack>
</layout_panel>
</layout_stack>
</panel>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,593 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Side tray Outfit Edit panel -->
<panel
bg_alpha_color="Transparent"
bg_opaque_color="Transparent"
background_opaque="false"
background_visible="false"
border="false"
height="600"
follows="all"
layout="topleft"
help_topic="edit_outfit"
left="0"
min_height="350"
name="outfit_edit"
top="0"
width="405">
<string
name="No Outfit"
value="No Outfit"/>
<string
name="unsaved_changes"
value="Unsaved Changes"/>
<string
name="now_editing"
value="Now Editing"/>
<string
name="folder_view_off"
value="Hierarchy_View_Disabled"
translate="false"/>
<string
name="folder_view_on"
value="Hierarchy_View_On"
translate="false"/>
<string
name="list_view_off"
value="List_View_Disabled"
translate="false"/>
<string
name="list_view_on"
value="List_View_On"
translate="false"/>
<panel.string
name="not_available">
(N\A)
</panel.string>
<panel.string
name="unknown">
(unknown)
</panel.string>
<!-- Wearables filtering strings -->
<string name="Filter.All" value="All"/>
<string name="Filter.Clothes/Body" value="Clothes/Body"/>
<string name="Filter.Objects" value="Objects"/>
<string name="Filter.Clothing" value="Clothing"/>
<string name="Filter.Bodyparts" value="Body parts"/>
<string
name="replace_body_part"
value="Click to replace your existing shape"/>
<button
follows="top|left"
height="24"
image_hover_unselected="BackButton_Over"
image_pressed="BackButton_Press"
image_unselected="BackButton_Off"
layout="topleft"
name="back_btn"
left="5"
tab_stop="false"
top="1"
width="30"
use_draw_context_alpha="false" />
<text
follows="top|left|right"
font="SansSerifHugeBold"
height="26"
layout="topleft"
left_pad="10"
name="title"
text_color="LtGray"
top="0"
value="Edit Outfit Parts"
use_ellipses="true"
width="360" />
<!-- "HEADER WITH ICON, STATUS TEXT AND OUTFIT NAME" -->
<panel
background_visible="false"
bg_alpha_color="SL-Background_66"
bevel_style="none"
follows="top|left|right"
height="40"
layout="topleft"
left="6"
name="header_panel"
top_pad="5"
width="396">
<icon
follows="left|top"
height="31"
image_name="Shirt_Large"
left="2"
mouse_opaque="false"
name="outfit_icon"
top="2"
scale_image="true"
visible="true"
width="31" />
<panel
bevel_style="none"
follows="top|left|right"
height="37"
layout="topleft"
left_pad="5"
name="outfit_name_and_status"
top="2"
width="355">
<text
follows="top|left|right"
font="SansSerifSmallBold"
height="13"
layout="topleft"
name="status"
text_color="EmphasisColor"
top="2"
value="Now editing..."
use_ellipses="true"
width="330" />
<text
follows="bottom|left|right"
font="SansSerifLargeBold"
height="18"
layout="topleft"
name="curr_outfit_name"
parse_urls="false"
text_color="LtGray"
top_pad="2"
value="[Current Outfit]"
use_ellipses="true"
width="330" />
<loading_indicator
follows="right|top"
height="24"
layout="topleft"
right="-2"
name="edit_outfit_loading_indicator"
top="6"
width="24" />
</panel>
</panel>
<!-- LIST OF WEARABLES (CURRENT OUTFIT/ WEARABLES TO ADD) -->
<!-- *NOTE: border_size is used to calculate space between layout panels and also to calculate resize bar's height.
Required height for dragbar (icon in spec) is 10, so resizebar height should be 10 px.
It is calculated as border_size + 2*UIResizeBarOverlap
-->
<layout_stack
animate="true"
border_size="8"
clip="false"
default_tab_group="2"
follows="all"
height="465"
width="398"
layout="topleft"
orientation="vertical"
name="im_panels"
tab_group="1"
top_pad="5"
left="5">
<layout_panel
layout="topleft"
height="187"
min_height="155"
name="outfit_wearables_panel"
width="398"
auto_resize="true"
user_resize="true">
<layout_stack
animate="true"
border_size="0"
follows="all"
height="185"
width="398"
orientation="vertical"
layout="topleft"
name="filter_panels"
top="0"
left="0">
<layout_panel
auto_resize="true"
background_visible="false"
layout="topleft"
height="154"
name="add_button_and_combobox"
width="396"
visible="true">
<!-- List containing items from the COF and Base outfit -->
<panel
background_visible="false"
class="cof_wearables"
filename="panel_cof_wearables.xml"
follows="all"
height="129"
layout="topleft"
left="1"
name="cof_wearables_list"
top="0"
width="396" />
<button
follows="left|bottom"
height="22"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
is_toggle="true"
label="Add More..."
layout="topleft"
left="2"
name="show_add_wearables_btn"
top_pad="2"
tool_tip="Open/Close"
width="125" />
<combo_box
follows="left|right|bottom"
height="22"
layout="topleft"
left_pad="5"
name="list_view_filter_combobox"
top_delta="0"
visible="false"
width="152"/>
<combo_box
follows="left|right|bottom"
height="22"
layout="topleft"
left_delta="0"
name="folder_view_filter_combobox"
top_delta="0"
visible="false"
width="152"/>
<button
follows="bottom|right"
height="22"
image_overlay="Search_Icon"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
is_toggle="true"
layout="topleft"
name="filter_button"
right="-5"
top_delta="0"
visible="false"
width="20" />
</layout_panel>
<layout_panel
auto_resize="false"
background_visible="false"
bg_alpha_color="SL-Background_66"
height="30"
name="filter_panel"
width="396"
visible="false">
<filter_editor
enabled="true"
follows="left|right|top"
label="Filter Inventory Wearables"
layout="topleft"
left="5"
width="375"
height="25"
name="look_item_filter"
search_button_visible="true"
visible="true"/>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel background_visible="false"
bg_alpha_color="SL-Background_66"
auto_resize="true"
default_tab_group="3"
height="450"
min_height="80"
name="add_wearables_panel"
width="398"
tab_group="2"
user_resize="true"
visible="false">
<!-- this icon represent dragbar between layout panels.
This is a workaround implemented in EXT-7255 becouse of an issue with layout stack (EXT-7471) -->
<icon follows="left|top|right"
height="10"
image_name="Dragbar"
left="0"
top_pad="-9"
width="398" />
<inventory_panel allow_multi_select="true"
background_visible="false"
border="false"
follows="left|top|right|bottom"
height="418"
layout="topleft"
left="0"
mouse_opaque="false"
name="folder_view"
top_pad="0"
width="398"
visible="false"/>
<panel name="filtered_wearables_panel"
background_opaque="false"
background_visible="false"
layout="topleft"
follows="left|top|right|bottom"
border="false"
height="418"
left="0"
mouse_opaque="false"
width="395"
top_delta="0"
visible="true">
<wearable_items_list color="DkGray"
name="list_view"
allow_select="true"
layout="topleft"
follows="all"
multi_select="true"
width="398"
height="418"
left="0"
top="0"/>
</panel>
<button follows="bottom|left"
height="22"
left="2"
label="Wear Item"
layout="topleft"
name="plus_btn"
top_pad="5"
width="130" />
</layout_panel>
</layout_stack>
<!-- BUTTON BAR -->
<panel
background_visible="false"
bevel_style="none"
follows="bottom|left|right"
height="27"
layout="topleft"
left="5"
name="no_add_wearables_button_bar"
top_pad="0"
width="398">
<menu_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="gear_menu_btn"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_right_icon"
width="335" />
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-36"
name="avatar_complexity_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
<button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="Shop"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
layout="topleft"
left_pad="6"
name="shop_btn_1"
top="1"
tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it"
width="31" />
</panel>
<!-- BUTTON BAR - WEARABLES ADDING MODE -->
<panel
background_visible="false"
bevel_style="none"
follows="left|right|bottom"
height="27"
layout="topleft"
left="5"
name="add_wearables_button_bar"
top_delta="0"
visible="false"
width="398">
<menu_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="wearables_gear_menu_btn"
top="1"
width="31" />
<button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Hierarchy_View_Disabled"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
is_toggle="true"
layout="topleft"
left_pad="1"
name="folder_view_btn"
top="1"
width="31" />
<button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="List_View_On"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
is_toggle="true"
layout="topleft"
left_pad="1"
name="list_view_btn"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_right_icon"
width="271" >
</icon>
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-36"
name="avatar_complexity_adding_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
<button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="Shop"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
layout="topleft"
left_pad="6"
name="shop_btn_2"
top="1"
tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it"
width="31" />
</panel>
<!-- SAVE AND REVERT BUTTONS -->
<panel
follows="left|right|bottom"
height="30"
layout="topleft"
left="4"
top_pad="2"
name="save_revert_button_bar"
width="295">
<layout_stack
follows="bottom|left|right"
height="23"
layout="topleft"
mouse_opaque="false"
name="button_bar_ls"
left="0"
orientation="horizontal"
top="0"
width="398">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="0"
mouse_opaque="false"
name="save_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|left|right"
height="23"
label="Save"
left="1"
layout="topleft"
name="save_btn"
top="0"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|left|right"
height="23"
label="Save as..."
layout="topleft"
name="save_as_btn"
top="0"
left="1"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="revert_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|left|right"
height="23"
left="0"
label="Undo Changes"
layout="topleft"
name="revert_btn"
top="0"
tool_tip="Revert to last saved version"
right="-1" />
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,157 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Outfits"
bg_alpha_color="Transparent"
bg_opaque_color="Transparent"
background_opaque="false"
background_visible="false"
follows="all"
height="575"
label="Things"
layout="topleft"
min_height="350"
min_width="240"
width="415"
border="false">
<panel.string
name="wear_outfit_tooltip">
Wear selected outfit
</panel.string>
<panel.string
name="wear_items_tooltip">
Wear selected items
</panel.string>
<panel.string
name="cof_tab_label">
Wearing ([COUNT]/[MAX] Att.)
</panel.string>
<tab_container
follows="all"
height="539"
layout="topleft"
left="4"
name="appearance_tabs"
tab_position="top"
halign="center"
hide_scroll_arrows="true"
top="8"
right="-1">
<panel
class="outfit_gallery"
filename="panel_outfit_gallery.xml"
height="520"
name="outfit_gallery_tab"
background_visible="false"
bg_alpha_color="SL-Background_66"
help_topic="outfit_gallery_tab"
follows="all"
label="Outfit Gallery"
layout="topleft"
right="-1" />
<panel
class="outfits_list"
filename="panel_outfits_list.xml"
height="520"
name="outfitslist_tab"
background_visible="false"
bg_alpha_color="SL-Background_66"
help_topic="my_outfits_tab"
follows="all"
label="Outfits"
layout="topleft"
right="-1" />
<panel
background_visible="false"
bg_alpha_color="SL-Background_66"
class="panel_wearing"
filename="panel_outfits_wearing.xml"
follows="all"
height="520"
help_topic="now_wearing_tab"
label="Wearing"
layout="topleft"
name="cof_tab"
right="-1" />
</tab_container>
<panel
background_visible="false"
follows="bottom|left|right"
height="27"
layout="topleft"
left="0"
top_pad="1"
visible="true"
name="bottom_panel"
width="415">
<layout_stack
follows="bottom|left|right"
height="23"
layout="topleft"
mouse_opaque="false"
name="bottom_panel_ls"
left="4"
orientation="horizontal"
top="0"
width="410">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="0"
mouse_opaque="false"
name="save_btn_lp"
user_resize="false"
auto_resize="true"
width="205">
<button
follows="bottom|left|right"
height="23"
label="Save"
left="4"
layout="topleft"
name="save_btn"
top="0"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="205">
<button
follows="bottom|left|right"
height="23"
label="Save as..."
layout="topleft"
name="save_as_btn"
top="0"
left="1"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="4"
mouse_opaque="false"
name="wear_btn_lp"
user_resize="false"
auto_resize="true"
width="205">
<button
follows="bottom|left|right"
height="23"
label="Wear"
layout="topleft"
name="wear_btn"
left="1"
top="0"
right="-2" />
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
border="false"
follows="all"
height="430"
name="Outfits"
layout="topleft"
left="0"
top="0"
width="312">
<accordion
follows="all"
height="400"
layout="topleft"
left="3"
name="outfits_accordion"
top="0"
width="309">
<no_matched_tabs_text
name="no_matched_outfits_msg"
value="Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search]."
v_pad="10"/>
<no_visible_tabs_text
name="no_outfits_msg"
value="You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]"/>
</accordion>
<panel
background_visible="false"
follows="bottom|left|right"
height="28"
layout="topleft"
left="4"
top_pad="0"
visible="true"
name="bottom_panel"
width="312">
<menu_button
follows="bottom|left"
tool_tip="Show additional options"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="options_gear_btn"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_icon"
width="243"/>
<text
type="string"
length="1"
height="25"
layout="topleft"
left_delta="5"
name="OutfitcountText"
font="SansSerifMedium"
follows="bottom|left"
v_pad="6"
width="100">
[COUNT] Outfits
</text>
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-42"
name="avatar_complexity_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
<button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="TrashItem_Off"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
layout="topleft"
left_pad="6"
name="trash_btn"
tool_tip="Delete selected outfit"
width="31"/>
</panel>
</panel>
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="all"
height="430"
layout="topleft"
left="0"
name="Wearing"
top="0"
width="312">
<panel.string
name="no_attachments">
No attachments worn.
</panel.string>
<accordion
fit_parent="true"
follows="all"
height="400"
layout="topleft"
left="0"
single_expansion="true"
top="0"
name="wearables_accordion"
width="309">
<accordion_tab
layout="topleft"
name="tab_wearables"
title="Wearables">
<wearable_items_list
follows="all"
height="400"
layout="topleft"
left="3"
multi_select="true"
name="cof_items_list"
show_item_widgets="true"
standalone="false"
top="0"
width="309"
show_complexity="true"
worn_indication_enabled="true" />
</accordion_tab>
<accordion_tab
layout="topleft"
name="tab_temp_attachments"
title="Temporary attachments">
<scroll_list
draw_heading="false"
left="3"
width="309"
height="400"
follows="all"
name="temp_attachments_list">
<scroll_list.columns
name="icon"
width="15" />
<scroll_list.columns
name="text"
dynamic_width="true" />
<scroll_list.columns
name="weight"
width="70" />
</scroll_list>
</accordion_tab>
</accordion>
<panel
background_visible="false"
follows="bottom|left|right"
height="28"
layout="topleft"
left="4"
name="bottom_panel"
top_pad="0"
width="312">
<menu_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="options_gear_btn"
tool_tip="Show additional options"
top="1"
width="31" />
<!--<button
follows="bottom|left|right"
height="25"
layout="topleft"
left_pad="1"
name="copy_to_clipboard"
label="Send to clipboard"
tool_tip="Send current outfit names to clipboard"
width="150" />-->
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Right_Off"
layout="topleft"
left_pad="1"
name="dummy_icon"
width="274" />
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-12"
name="avatar_complexity_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
</panel>
</panel>
@@ -0,0 +1,298 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar_view
follows="all"
layout="topleft"
name="toolbar view"
height="500"
width="1024"
left="0"
top="0"
mouse_opaque="false"
tab_stop="false"
visible="true">
<layout_stack name="bottom_toolbar_stack"
orientation="vertical"
left="0"
top="0"
width="1024"
height="500"
follows="all"
mouse_opaque="false">
<layout_panel name="vertical_toolbar_panel"
auto_resize="true"
width="1024"
height="500"
mouse_opaque="false">
<layout_stack name="vertical_toolbar_stack"
orientation="horizontal"
left="0"
top="0"
width="1024"
height="500"
follows="all"
mouse_opaque="false">
<layout_panel name="left_toolbar_panel"
auto_resize="false"
height="500"
width="30"
mouse_opaque="false">
<!-- FS:Ansariel: Special vertical toolbar -->
<toolbar_vertical follows="left|top|bottom"
button_panel.bg_opaque_image="Rounded_Rect_Right"
name="toolbar_left"
width="30"
left="0"
top="10"
bottom="-10"
side="left"
button_display_mode="icons_only">
<icon layout="topleft"
height="15"
width="28"
follows="left|top"
top="20"
left="10"
tab_stop="false"
visible="false"
image_name="Caret_Left_Icon"
name="caret" />
</toolbar_vertical> <!-- FS:Ansariel: Special vertical toolbar -->
</layout_panel>
<layout_panel name="non_toolbar_panel"
auto_resize="true"
mouse_opaque="false"
height="100"
width="200">
<view top="0"
follows="all"
height="100"
left="0"
mouse_opaque="false"
name="floater_snap_region"
width="200"/>
<view top="0"
follows="left|top|bottom"
height="100"
left="0"
mouse_opaque="false"
name="minimized_floaters_region"
width="160"/>
<panel follows="left|top|right"
layout="topleft"
height="30"
left_pad="10"
mouse_opaque="false"
name="chiclet_container"
tab_stop="false"
top="40"
bg_visible="false"
width="20">
</panel>
<!-- FS:Ansariel: For chiclets and notices at bottom -->
<panel follows="left|bottom|right"
layout="topleft"
height="30"
left_pad="-20"
mouse_opaque="false"
name="chiclet_container_bottom"
tab_stop="false"
bottom="-1"
bg_visible="false"
width="20">
</panel>
<!-- END FS:Ansariel: For chiclets and notices at bottom -->
</layout_panel>
<layout_panel name="right_toolbar_panel"
auto_resize="false"
height="500"
width="30"
mouse_opaque="false">
<!-- FS:Ansariel: Special vertical toolbar -->
<toolbar_vertical
button_panel.bg_opaque_image="Rounded_Rect_Left"
follows="right|top|bottom"
name="toolbar_right"
width="30"
left="0"
top="10"
bottom="-10"
side="right"
button_display_mode="icons_only">
<icon layout="topleft"
height="15"
width="28"
follows="left|top"
top="20"
left="10"
tab_stop="false"
visible="false"
image_name="Caret_Right_Icon"
name="caret" />
</toolbar_vertical> <!-- FS:Ansariel: Special vertical toolbar -->
</layout_panel>
</layout_stack>
</layout_panel>
<!-- Panel to take up the chat bar / tool bar layout stack -->
<layout_panel name="bottom_toolbar_panel"
auto_resize="false"
height="60"
width="1024"
mouse_opaque="false">
<!-- Horizontal panel to take up the chat bar and the tool bar -->
<layout_stack name="chat_bar_stack"
orientation="horizontal"
left="0"
top="0"
width="1024"
height="60"
follows="all"
save_sizes="true"
border_size="0"
resize_bar_overlap="8"
mouse_opaque="false">
<!-- The chat bar / stand fly stack container -->
<layout_panel name="chat_bar_stand_fly_container_panel"
min_dim="0"
auto_resize="false"
user_resize="true"
height="60"
right="-1"
mouse_opaque="false">
<!-- Vertical stack to house the stand fly buttons and the chat bar below -->
<layout_stack name="chat_bar_stand_fly_stack"
orientation="vertical"
left="0"
top="0"
right="-1"
height="60"
follows="all"
border_size="0"
mouse_opaque="false">
<!-- Panel to house the stand fly buttons, will expand down if chatbar is hidden -->
<layout_panel name="stand_fly_layout_panel"
auto_resize="true"
user_resize="false"
height="30"
right="-1"
mouse_opaque="false">
<panel top="0"
layout="topleft"
follows="right|bottom"
height="30"
right="-10"
mouse_opaque="false"
tab_stop="false"
name="state_management_buttons_container"
visible="false"
width="158" />
</layout_panel>
<!-- Panel to house the stand fly buttons, will expand down if chatbar is hidden -->
<!-- The chat bar itself -->
<layout_panel name="chat_bar_layout_panel"
auto_resize="false"
user_resize="false"
height="28"
right="-1"
mouse_opaque="false"
bg_opaque_image="Rounded_Rect"
background_visible="true"
bg_opaque_image_overlay="Transparent"
bg_alpha_color="BottomTrayAlphaColor"
bg_opaque_color="BottomTrayOpaqueColor"
background_opaque="false">
<button name="local_chat_button"
tool_tip="Shows/hides nearby chat window (CTRL+H)"
label="Nearby Chat"
chrome="true"
follows="left|top"
layout="topleft"
height="24"
left="5"
top="3"
width="80">
<commit_callback
function="Floater.Toggle"
parameter="fs_nearby_chat" />
</button>
<fs_nearby_chat_voice_monitor layout="topleft"
name="default_chat_bar"
default="true"
height="22"
left_pad="4"
top="4"
right="-12"
follows="left|right|bottom"
spellcheck="true"
visible="true" />
<icon image_name="ChatBarHandle"
top="2"
width="5"
left_pad="2"
height="25"
follows="top|right"
layout="topleft" />
</layout_panel>
<!-- The chat bar itself -->
</layout_stack>
<!-- Vertical stack to house the stand fly buttons and the chat bar below -->
</layout_panel>
<!-- The chat bar / stand fly stack container -->
<!-- The toolbar itself -->
<layout_panel name="toolbar_panel"
auto_resize="true"
user_resize="true"
height="30"
width="768"
mouse_opaque="false">
<toolbar layout="topleft"
name="toolbar_bottom"
height="30"
left_pad="0"
right="-1"
top="0"
side="bottom"
follows="left|right|bottom"
button_display_mode="icons_with_text"
max_rows="2"
visible="true">
<icon layout="topleft"
height="28"
width="15"
follows="left|top"
top="20"
left="10"
tab_stop="false"
visible="false"
use_draw_context_alpha="true"
image_name="Caret_Bottom_Icon"
name="caret" />
</toolbar>
</layout_panel>
<!-- The toolbar itself -->
</layout_stack>
<!-- Horizontal panel to take up the chat bar and the tool bar -->
</layout_panel>
<!-- Panel to take up the chat bar / tool bar layout stack -->
</layout_stack>
</toolbar_view>
@@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
default_tab_group="1"
follows="all"
height="570"
label="Outfits"
layout="topleft"
min_height="350"
min_width="380"
name="appearance panel"
top="0"
left="0"
width="415">
<string
name="No Outfit"
value="No Outfit" />
<string
name="Unsaved Changes"
value="Unsaved changes" />
<string
name="Now Wearing"
value="Now wearing..." />
<string
name="Changing outfits"
value="Changing outfits" />
<panel
background_opaque="false"
background_visible="false"
bg_alpha_color="SL-Background_66"
left="10"
top="5"
follows="left|top|right"
layout="topleft"
width="405"
height="33"
name="panel_currentlook"
>
<button
follows="left|top"
left="205" top="7" width="20" height="20"
label="E"
layout="topleft"
name="editappearance_btn"
visible="false" />
<button
follows="left|top"
left="235" top="7" width="20" height="20"
label="O"
layout="topleft"
name="openoutfit_btn"
visible="false" />
<icon
follows="top|left"
height="31"
image_name="Shirt_Large"
name="outfit_icon"
mouse_opaque="false"
visible="true"
left="1"
top="0"
width="31" />
<text
font="SansSerifSmall"
text_color="EmphasisColor"
width="300"
height="10"
follows="top|left|right"
layout="topleft"
left="35"
top="3"
mouse_opaque="false"
name="currentlook_status" >
(Status)
</text>
<text
font="SansSerifLargeBold"
height="20"
left="35"
parse_urls="false"
text_color="White"
top="15"
use_ellipses="true"
width="320"
follows="top|left|right"
word_wrap="false"
mouse_opaque="false"
name="currentlook_name">
MyOutfit With a really Long Name like MOOSE
</text>
<button
follows="top|right"
height="28"
image_overlay="Edit_Wrench"
label=""
layout="topleft"
left="360"
name="edit_outfit_btn"
tool_tip="Edit this outfit"
top="3"
width="28" />
<loading_indicator
follows="top|right"
height="24"
layout="topleft"
left="363"
name="wearables_loading_indicator"
top="6"
width="24" />
</panel>
<filter_editor
text_pad_left="10"
height="23"
follows="left|top|right"
layout="topleft"
left="10"
label="Filter Outfits"
max_length_chars="300"
name="Filter"
search_button_visible="true"
top_pad="10"
width="393" />
<panel
class="panel_outfits_inventory"
filename="panel_outfits_inventory.xml"
name="panel_outfits_inventory"
height="493"
min_height="410"
width="415"
visible="false"
left="0"
tab_group="1"
top_pad="6"
follows="all" />
<!-- <button
follows="bottom|left"
height="23"
label="New outfit"
layout="topleft"
left_pad="5"
right="-10"
name="newlook_btn"
width="100" />-->
<panel
class="panel_outfit_edit"
filename="panel_outfit_edit.xml"
height="565"
follows="all"
layout="topleft"
left="5"
min_height="410"
name="panel_outfit_edit"
top="2"
visible="false"
width="405"/>
<panel
class="panel_edit_wearable"
filename="panel_edit_wearable.xml"
follows="all"
layout="topleft"
left="0"
name="panel_edit_wearable"
top="0"
width="415"
visible="false" />
</panel>
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="all"
height="570"
label="Things"
layout="topleft"
min_height="350"
min_width="240"
name="objects panel">
<panel
follows="all"
layout="topleft"
left="0"
name="sidepanel_inventory_panel"
top="0"
label=""
height="565"
visible="true">
<layout_stack
follows="left|right|top|bottom"
layout="topleft"
left="0"
top="0"
orientation="vertical"
name="inventory_layout_stack"
height="565">
<layout_panel
name="main_inventory_layout_panel"
layout="topleft"
auto_resize="true"
user_resize="true"
min_dim="150"
follows="bottom|left|right"
height="325">
<panel
class="panel_main_inventory"
filename="panel_main_inventory.xml"
follows="all"
layout="topleft"
left="0"
name="panel_main_inventory"
top="0"
label=""
height="330" />
</layout_panel>
<layout_panel
layout="topleft"
auto_resize="true"
user_resize="true"
follows="left|right|top"
name="inbox_layout_panel"
visible="false"
min_dim="35"
expanded_min_dim="90"
height="240">
<panel
follows="all"
layout="topleft"
left="0"
name="marketplace_inbox"
class="panel_marketplace_inbox"
top="0"
label=""
height="235">
<string name="InboxLabelWithArg">Received items ([NUM])</string>
<string name="InboxLabelNoArg">Received items</string>
<button
control_name="InventoryInboxToggleState"
label="Received items"
font="SansSerifMedium"
name="inbox_btn"
height="35"
image_unselected="MarketplaceBtn_Off"
image_selected="MarketplaceBtn_Selected"
halign="left"
handle_right_mouse="false"
follows="top|left|right"
is_toggle="true"
tab_stop="false"
pad_left="35"
top="0"
left="5"
right="-43" />
<button
name="reload_received_items_btn"
height="35"
width="35"
left_pad="3"
follows="top|right"
image_overlay="Refresh_Off"
tool_tip="Reload the received items list." />
<text
type="string"
length="1"
follows="right|top"
layout="topleft"
height="13"
top="10"
right="-58"
name="inbox_fresh_new_count"
font="SansSerifMedium"
halign="right"
top_pad="0">
[NUM] new
</text>
<panel
name="inbox_inventory_placeholder_panel"
follows="all"
left="5"
right="-5"
top="35"
height="200"
bg_opaque_color="InventoryBackgroundColor"
background_visible="true"
background_opaque="true"
tool_tip="Drag and drop items to your inventory to use them"
>
<text name="inbox_inventory_placeholder"
type="string"
follows="all"
layout="topleft"
top="0"
height="200"
wrap="true"
halign="center"
valign="center">
Purchases from the marketplace will be delivered here.
</text>
</panel>
</panel>
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<avatar_list_item
height="0"
layout="topleft"
left="0"
name="avatar_list_item"
top="0"
width="0">
<!-- DEFAULT styles for avatar item -->
<default_style
font="SansSerifSmall"
font.style="NORMAL"
color="DkGray"/>
<!-- styles for avatar item INVITED to voice call -->
<voice_call_invited_style
font="SansSerifSmall"
font.style="NORMAL"
color="SL-MidDkGray_50"/>
<!-- styles for avatar item JOINED to voice call -->
<voice_call_joined_style
font="SansSerifSmall"
font.style="NORMAL"
color="White"/>
<!-- styles for avatar item which HAS LEFT voice call -->
<voice_call_left_style
font="SansSerifSmall"
font.style="ITALIC"
color="LtGray_50"/>
<!-- styles for ONLINE avatar item -->
<online_style
font="SansSerifSmall"
font.style="NORMAL"
color="White"/>
<!-- styles for OFFLINE avatar item -->
<offline_style
font="SansSerifSmall"
font.style="NORMAL"
color="LtGray_50"/>
<!-- TS: styles for GROUP MODERATOR avatar item (FIRE-984) -->
<group_moderator_style
font="SansSerifSmall"
font.style="BOLD"
color="White"/>
</avatar_list_item>
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<filter_editor
name="filter_editor"
clear_button_visible="true"
search_button_visible="false"
text_pad_left="4"
select_on_focus="true"
text_tentative_color="TextFgTentativeColor"
highlight_text_field="true"
background_image="TextField_Off"
background_image_disabled="TextField_Disabled"
background_image_focused="TextField_Active"
background_image_highlight="TextField_Search_Highlight">
<search_button label=""
top_pad="4"
left_pad="4"
width="13"
height="13"
image_unselected="Search"
image_selected="Search" />
<clear_button label=""
image_unselected="Icon_Close_Toast"
image_selected="Icon_Close_Toast" />
</filter_editor>
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- See also settings.xml UIFloater* settings for configuration -->
<floater
name="floater"
background_visible="true"
background_opaque="false"
bg_opaque_color="SL-Background"
bg_alpha_color="SL-Background_66"
bg_opaque_image="Window_Foreground"
bg_alpha_image="Window_Background"
header_height="25"
close_image="Icon_Close_Foreground"
snooze_image="Icon_Snooze_Foreground"
restore_image="Icon_Restore_Foreground"
minimize_image="Icon_Minimize_Foreground"
tear_off_image="tearoffbox.tga"
dock_image="Icon_Dock_Foreground"
help_image="Icon_Help_Foreground"
close_pressed_image="Icon_Close_Press"
snooze_pressed_image="Icon_Snooze_Press"
restore_pressed_image="Icon_Restore_Press"
minimize_pressed_image="Icon_Minimize_Press"
tear_off_pressed_image="tearoff_pressed.tga"
dock_pressed_image="Icon_Dock_Press"
help_pressed_image="Icon_Help_Press"
focus_root="true"
/>
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<search_combo_box
allow_text_entry="true"
list_position="below"
show_text_as_tentative="false"
dropdown_button_visible="false"
max_chars="256"
name="parent"
allow_new_values="true">
<combo_editor
name="child1"
select_on_focus="true"
text_pad_left="30"
text_tentative_color="TextFgTentativeColor"
background_image="TextField_Off"
background_image_disabled="TextField_Disabled"
background_image_focused="TextField_Active"/>
<combo_list
multi_select="false"
name="child2"
page_lines="10"
scroll_bar_bg_visible="true" />
<search_button label=""
top_pad="5"
left_pad="10"
name="child3"
width="13"
height="13"
image_unselected="Search"
image_selected="Search" />
</search_combo_box>
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<search_editor
name="search_editor"
clear_button_visible="false"
search_button_visible="true"
text_pad_left="2"
text_pad_right="2"
select_on_focus="true"
text_tentative_color="TextFgTentativeColor"
highlight_text_field="true"
background_image="TextField_Off"
background_image_disabled="TextField_Disabled"
background_image_focused="TextField_Active"
background_image_highlight="TextField_Search_Highlight">
<search_button
top_pad="4"
left_pad="4"
width="13"
height="13"
image_unselected="Search"
image_selected="Search" />
<clear_button
bottom="4"
height="16"
image_unselected="Icon_Close_Foreground"
image_selected="Icon_Close_Press"
pad_right="4"
pad_left="4"
width="16" />
</search_editor>
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar pad_left="1"
pad_right="1"
pad_top="1"
pad_bottom="1"
pad_between="1"
min_girth="24"
mouse_opaque="false"
read_only="false">
<button_panel name="button_panel"
bg_opaque_image="Rounded_Rect"
background_visible="true"
bg_alpha_color="Transparent"
bg_opaque_image_overlay="Transparent"
background_opaque="false"/>
<button_icon_and_text imgoverlay_label_space="7"
label_color_selected="White"
halign="left"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
image_overlay_alignment="left"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<button_icon pad_left="10"
pad_right="10"
image_bottom_pad="10"
image_top_pad="10"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
desired_height="24"
button_width.min="50"
button_width.max="100"
follows="left|top"
label=""
halign="left"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- <FS:Zi> Added text only button -->
<button label_color_selected="White"
halign="center"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- </FS:Zi> -->
</toolbar>
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar pad_left="1"
pad_right="1"
pad_top="1"
pad_bottom="1"
pad_between="1"
min_girth="24"
mouse_opaque="false"
read_only="false">
<button_panel name="button_panel"
bg_opaque_image="Rounded_Rect"
background_visible="true"
bg_alpha_color="Transparent"
bg_opaque_image_overlay="Transparent"
background_opaque="false"/>
<button_icon_and_text imgoverlay_label_space="7"
label_color_selected="White"
halign="left"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
image_overlay_alignment="left"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<button_icon pad_left="10"
pad_right="10"
image_bottom_pad="10"
image_top_pad="10"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
desired_height="38"
button_width.min="38"
button_width.max="38"
follows="left|top"
label=""
halign="left"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- <FS:Zi> Added text only button -->
<button label_color_selected="White"
halign="center"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- </FS:Zi> -->
</toolbar>