Updates to the Sound Explorer to make it more TPV compliant.
Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -1,31 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
|
||||
can_resize="true" height="300" width="500" min_width="500" min_height="170"
|
||||
name="floater_explore_sounds" title="Sounds" rect_control="FloaterSoundsRect">
|
||||
<check_box follows="top|left" bottom_delta="-40" left="5" width="64" name="avatars_chk" label="Avatars" control_name="FloaterSoundsLogAvatars" />
|
||||
<check_box follows="top|left" bottom_delta="0" left_delta="64" width="64" name="objects_chk" label="Objects" initial_value="true" control_name="FloaterSoundsLogObjects" />
|
||||
<check_box follows="top|left" bottom_delta="0" left_delta="64" width="160" name="collision_chk" label="Default Collision Sounds" control_name="FloaterSoundsLogCollisions" />
|
||||
<check_box follows="top|left" bottom_delta="0" left_delta="160" width="110" name="repeated_asset_chk" label="Repeated Asset" control_name="FloaterSoundsLogRepeats" />
|
||||
<check_box follows="top|left" bottom_delta="0" left_delta="110" width="80" name="pause_chk" label="Pause Log" initial_value="false"/>
|
||||
<scroll_list bottom="50" can_resize="true" column_padding="0" draw_heading="true"
|
||||
can_resize="true" height="300" width="350" min_width="350" min_height="170"
|
||||
name="floater_explore_sounds" title="Sounds" rect_control="FloaterSoundsRect">
|
||||
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-32" drop_shadow_visible="true" enabled="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
|
||||
mouse_opaque="true" name="result_label" v_pad="0" width="60">
|
||||
Sources:
|
||||
</text>
|
||||
<check_box follows="top|left" bottom_delta="-5" left_delta="55" width="64" name="avatars_chk"
|
||||
label="Avatars" control_name="FloaterSoundsLogAvatars" />
|
||||
<check_box follows="top|left" bottom_delta="0" left_delta="64" width="64" name="objects_chk"
|
||||
label="Objects" initial_value="true" control_name="FloaterSoundsLogObjects" />
|
||||
<check_box follows="top|left" bottom_delta="0" left_delta="64" width="160" name="collision_chk"
|
||||
label="Default Collision Sounds" control_name="FloaterSoundsLogCollisions" />
|
||||
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom="-52" drop_shadow_visible="true" enabled="true" follows="left|top"
|
||||
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
|
||||
mouse_opaque="true" name="result_label" v_pad="0" width="60">
|
||||
Controls:
|
||||
</text>
|
||||
<check_box follows="top|left" bottom_delta="-5" left_delta="55" width="110" name="repeated_asset_chk"
|
||||
label="Show Repeats" control_name="FloaterSoundsLogRepeats" />
|
||||
<check_box follows="top|left" bottom_delta="0" left_delta="110" width="80" name="pause_chk"
|
||||
label="Pause Log" initial_value="false"/>
|
||||
<scroll_list bottom="30" can_resize="true" column_padding="0" draw_heading="true"
|
||||
follows="left|top|bottom|right" left="10" multi_select="true"
|
||||
name="sound_list" search_column="0" top="-40" right="-10">
|
||||
<column dynamicwidth="false" width="80" label="Playing" name="playing" />
|
||||
<column dynamicwidth="false" width="100" label="Type" name="type" />
|
||||
<column dynamicwidth="true" label="Owner" name="owner" />
|
||||
<column dynamicwidth="true" label="Sound" name="sound" />
|
||||
name="sound_list" search_column="0" top="-60" right="-10">
|
||||
<column width="20" tool_tip="Type" name="type" />
|
||||
<column width="50" label="Time" name="playing" />
|
||||
<column dynamicwidth="true" width="150" label="Owner" name="owner" />
|
||||
<column width="80" label="Sound" name="sound" />
|
||||
</scroll_list>
|
||||
<button bottom="28" follows="bottom|left" height="20" label="Play Locally" name="play_locally_btn"
|
||||
<button bottom="6" follows="bottom|left" height="20" label="Stop" name="stop_btn"
|
||||
left="10" width="95"/>
|
||||
<button bottom_delta="0" follows="bottom|left" height="20" label="Play In World" name="play_in_world_btn"
|
||||
<button bottom_delta="0" follows="bottom|left" height="20" label="Look At" name="look_at_btn"
|
||||
left_delta="100" width="95"/>
|
||||
<button bottom="28" follows="bottom|left" height="20" label="Play Ambient" name="play_ambient_btn"
|
||||
left_delta="100" width="95"/>
|
||||
|
||||
<button bottom="6" follows="bottom|left" height="20" label="Look At" name="look_at_btn"
|
||||
left="10" width="95"/>
|
||||
<button bottom_delta="0" follows="bottom|left" height="20" label="Copy UUID" name="copy_uuid_btn"
|
||||
left_delta="100" width="95"/>
|
||||
<button bottom_delta="0" follows="bottom|left" height="20" label="Stop" name="stop_btn"
|
||||
<button bottom_delta="0" follows="bottom|left" height="20" label="Play Locally" name="play_locally_btn"
|
||||
left_delta="100" width="95"/>
|
||||
</floater>
|
||||
|
||||
Reference in New Issue
Block a user