Windlight and graphic control attachment to the bottom right is finally in.

Added Windlight Water options to it.
Known issue where it starts in collapsed mode when it should be expanded, or visa versa.

While working on the overlay bar, the IM counter got mixed in a bit so that may start working soon.

Rolled back some changes made in an attempt to clean up the vertical IM tabs.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-08-31 21:03:06 -04:00
parent befe116b6a
commit a600ae694c
16 changed files with 455 additions and 40 deletions

View File

@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<multi_floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="390" name="floater_chatterbox"
rect_control="ChatterboxRect" title="Communicate" width="392">
<icon enabled="false" image_name="tabarea.tga"
bg_alpha_color="blue" color="DefaultShadowLight" border="false"
bottom="-388" follows="left|right|bottom" height="17" left="1" scale_image="true"
mouse_opaque="false" name="chatterbox_tab_container" width="391"></icon>
height="390" name="floater_chatterbox"
rect_control="ChatterboxRect" title="Communicate" width="392">
<icon enabled="false" image_name="tabarea.tga"
bg_alpha_color="blue" color="DefaultShadowLight" border="false"
bottom="-388" follows="left|right|bottom" height="17" left="1" scale_image="true"
mouse_opaque="false" name="chatterbox_tab_container" width="391"></icon>
<tab_container bottom="2" follows="left|right|top|bottom" height="370" left="0"
name="chatterbox_tabs" tab_position="bottom" tab_width="80" width="395" />
name="chatterbox_tabs_horiz" tab_position="bottom" tab_width="80" width="395" />
<!--<tab_container bottom="2" follows="left|right|top|bottom" height="370" left="0"
name="chatterbox_tabs_vert" tab_position="left" tab_width="110" width="395" />-->
</multi_floater>

View File

@@ -185,6 +185,7 @@
follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
label="Enable speed-rezzing via draw distance stepping" left="10"
mouse_opaque="true" name="speed_rez_check" radio_style="false"
tool_tip="When active, this will progressively increase your draw distance, which allows closer objects/people to rez first."
width="400" />
<spinner bottom_delta="-20" control_name="SpeedRezInterval" enabled="true" decimal_digits="0"
follows="left|top" font="SansSerifSmall" height="16" left="30" width="230"

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel bg_visible="false" border="false" border_visible="false" bottom="0"
enabled="true" follows="left|bottom" height="20" left="0"
name="Adv_Settings" use_bounding_rect="true" width="30" >
<panel bottom="1" filename="panel_bg_tab.xml" height="22" left="0" width="30" />
<button bottom="0" height="22" label=""
left="5" name="expand" scale_image="true" toggle="true"
tool_tip="Show the Settings Panel" width="22" />
</panel>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel bg_visible="false" border="false" border_visible="false" bottom="1"
follows="left|bottom" height="198" left="0" name="Adv_Settings"
use_bounding_rect="true" width="220" >
<panel bottom="0" filename="panel_bg_tab.xml" height="198" left="0" width="205" />
<slider bottom="175" left="10" control_name="RenderFarClip"
decimal_digits="0" enabled="true" follows="left|bottom" height="20"
increment="8" label="Draw Dist.:" can_edit_text="true"
label_width="55" max_val="1024" min_val="24" mouse_opaque="true"
name="DrawDistance" show_text="true" width="195" tool_tip="Change your Draw Distance"/>
<slider bottom_delta="-20" left_delta="-0" control_name="ThrottleBandwidthKBPS"
decimal_digits="0" enabled="true" follows="left|bottom" height="20"
increment="50" label="Bandwidth:" can_edit_text="true"
label_width="60" max_val="5000" min_val="50" mouse_opaque="true"
name="max_bandwidth" show_text="true" width="195" tool_tip="Set your Network bandwidth in kbps (kilobits per second)"/>
<slider bottom_delta="-20" left_delta="-0" control_name="RenderMaxPartCount"
decimal_digits="0" enabled="true" follows="left|bottom" height="20"
increment="256" label="Particles:" can_edit_text="true"
label_width="55" max_val="8192" min_val="0" mouse_opaque="true"
name="MaxParticleCount" show_text="true" width="195" tool_tip="Amount of particles to render"/>
<slider bottom_delta="-20" left_delta="0" control_name="RenderAvatarMaxVisible"
decimal_digits="0" enabled="true" follows="left|bottom" height="20"
increment="1" label="Max Avatars:" can_edit_text="true"
label_width="65" max_val="50" min_val="1" mouse_opaque="true"
name="RenderAvatarMaxVisible" show_text="true" width="195" tool_tip="How many avatars to fully render on screen. Lowering this greatly improves FPS in crowded situations. Requires Avatar Impostors to be on. [Default 35]"/>
<slider bottom_delta="-20" left_delta="-0" control_name="RenderMaxNodeSize"
decimal_digits="0" enabled="true" follows="left|bottom" height="20"
increment="64" label="Max Node:" can_edit_text="true"
label_width="55" max_val="16382" min_val="64" mouse_opaque="true"
name="RenderMaxNodeSize" show_text="true" width="195" tool_tip="Maximum memory size limit for rendering NEW objects, in Kb. Anything over the limit will not be rendered. [Default 4096]"/>
<text bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" left_delta="0"
name="cmd_line_text_7" width="512">
Windlight Sky Preset:
</text>
<combo_box name="WLSkyPresetsCombo" bottom_delta="-20" left="40" follows="left|top" height="18" width="150" max_chars="20"
mouse_opaque="true" allow_text_entry="false" tool_tip="WindLight Presets for your Sky." />
<text bottom_delta="-18" follows="left|bottom" font="SansSerifSmall" height="16" left="10"
name="cmd_line_text_7" width="512">
Windlight Water Preset:
</text>
<combo_box name="WLWaterPresetsCombo" bottom_delta="-20" left="40" follows="left|top" height="18" width="150" max_chars="20"
mouse_opaque="true" allow_text_entry="false" tool_tip="WindLight Presets for your Sky." />
<button bottom="1" height="22" label="" left="5" name="expand" scale_image="true" toggle="true"
tool_tip="Hide the Settings Panel" width="22" />
</panel>