Client definitions were mucked with to poke Emerald.
People complained about the color of Friends in the avatar list, so I started adding support to change that (And made it account-specific as all the color stuff is designed to be). Didn't finish it, though. The windlight popup is still broke as fuck when you start up, opening and closing it fixes it but no amount of basic common sense fixes it. Changes to the client definitions to try to add our own colors worked, but the definitions file fucked off in the process so the client ID thing is sort of broken. Rather than trying to fix it, I think we'll just move onto the method described by Hazim/Zwagoth, which was closer to what we'd been trying to develop. I propose we just make people show up as Ascent and remove the tag reporting, honestly.
This commit is contained in:
@@ -371,32 +371,35 @@
|
||||
width="400" />
|
||||
</panel>
|
||||
<panel border="true" left="1" bottom="-408" height="408" width="500" mouse_opaque="true"
|
||||
follows="left|top|right|bottom" label="Building" name="Building">
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-25" drop_shadow_visible="true" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
h_pad="0" halign="left" height="10" left_delta="30" mouse_opaque="false"
|
||||
name="text_box6" v_pad="0" width="150"> Pivot Point</text>
|
||||
<spinner bottom_delta="-20" decimal_digits="5" follows="left|top" height="16" increment="0.05"
|
||||
label="X pos" label_width="40" left="10" mouse_opaque="true" max_val="256"
|
||||
min_val="-256" name="X pos" width="120" control_name="AscentBuildPrefs_PivotX"/>
|
||||
<spinner bottom_delta="-20" decimal_digits="5" follows="left|top" height="16" increment="0.05"
|
||||
label="Y pos" label_width="40" left_delta="0" mouse_opaque="true" max_val="256"
|
||||
min_val="-256" name="Y pos" width="120" control_name="AscentBuildPrefs_PivotY"/>
|
||||
<spinner bottom_delta="-20" decimal_digits="5" follows="left|top" height="16" increment="0.05"
|
||||
label="Z pos" label_width="40" left_delta="0" mouse_opaque="true" max_val="256"
|
||||
min_val="-256" name="Z pos" width="120" control_name="AscentBuildPrefs_PivotZ"/>
|
||||
<check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" height="16"
|
||||
label="Values are percent" left_delta="-5" mouse_opaque="true" tool_tip="Default settings are Percentages and every axis set at 50"
|
||||
name="EmPivotPercToggle" radio_style="false" width="100" control_name="AscentBuildPrefs_PivotIsPercent"/>
|
||||
<check_box bottom_delta="60" enabled="true" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="true" label="Enable highlighting of selected prims" left_delta="140"
|
||||
mouse_opaque="true" name="EmBuildPrefsRenderHighlight_toggle" control_name="AscentRenderHighlightSelections"
|
||||
radio_style="false" width="270"/>
|
||||
<check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Show axis arrow on root prim position" left_delta="0"
|
||||
mouse_opaque="true" tool_tip="Default behaviour is to show the axis on the center of mass of a linkset. If enabled, the axis will be shown on the root prim of the linkset instead."
|
||||
name="EmBuildPrefsActualRoot_toggle" control_name="AscentBuildPrefs_ActualRoot"
|
||||
radio_style="false" width="270"/>
|
||||
follows="left|top|right|bottom" label="Building" name="Building">
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-19" drop_shadow_visible="true" enabled="true" follows="left|top" font="SansSerifSmall"
|
||||
h_pad="0" halign="left" height="10" left_delta="30" mouse_opaque="false"
|
||||
name="text_box6" v_pad="0" width="150">
|
||||
Pivot Point
|
||||
</text>
|
||||
<spinner bottom_delta="-20" decimal_digits="5" follows="left|top" height="16" increment="0.05"
|
||||
label="X pos" label_width="40" left="10" mouse_opaque="true" max_val="256"
|
||||
min_val="-256" name="X pos" width="120" control_name="AscentBuildPrefs_PivotX"/>
|
||||
<spinner bottom_delta="-20" decimal_digits="5" follows="left|top" height="16" increment="0.05"
|
||||
label="Y pos" label_width="40" left_delta="0" mouse_opaque="true" max_val="256"
|
||||
min_val="-256" name="Y pos" width="120" control_name="AscentBuildPrefs_PivotY"/>
|
||||
<spinner bottom_delta="-20" decimal_digits="5" follows="left|top" height="16" increment="0.05"
|
||||
label="Z pos" label_width="40" left_delta="0" mouse_opaque="true" max_val="256"
|
||||
min_val="-256" name="Z pos" width="120" control_name="AscentBuildPrefs_PivotZ"/>
|
||||
<check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" height="16"
|
||||
label="Values are percent" left_delta="-5" mouse_opaque="true"
|
||||
tool_tip="Default settings are Percentages and every axis set at 50"
|
||||
name="EmPivotPercToggle" radio_style="false" width="100" control_name="AscentBuildPrefs_PivotIsPercent"/>
|
||||
<check_box bottom_delta="60" enabled="true" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="true" label="Enable highlighting of selected prims" left_delta="140"
|
||||
mouse_opaque="true" name="EmBuildPrefsRenderHighlight_toggle" control_name="AscentRenderHighlightSelections"
|
||||
radio_style="false" width="270"/>
|
||||
<check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" height="16"
|
||||
initial_value="false" label="Show axis arrow on root prim position" left_delta="0"
|
||||
mouse_opaque="true" tool_tip="Default behaviour is to show the axis on the center of mass of a linkset. If enabled, the axis will be shown on the root prim of the linkset instead."
|
||||
name="EmBuildPrefsActualRoot_toggle" control_name="AscentBuildPrefs_ActualRoot"
|
||||
radio_style="false" width="270"/>
|
||||
</panel>
|
||||
</tab_container>
|
||||
</panel>
|
||||
|
||||
@@ -28,53 +28,56 @@
|
||||
bottom_delta="-28" height="18" hidden="false" left_delta="0" max_chars="20" mouse_opaque="true"
|
||||
tool_tip="The client tag (And subsequent color) to broadcast. Overridden locally by Custom Tag/Color."
|
||||
name="tag_spoofing_combobox" width="130">
|
||||
<combo_item type="string" length="1" enabled="true" name="Ascent" value="8873757c-092a-98fb-1afd-ecd347566fcd">
|
||||
<combo_item type="string" length="1" enabled="true" name="Ascent"
|
||||
value="8873757c-092a-98fb-1afd-ecd347566fcd">
|
||||
Ascent
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Explicit" value="734fed29-4c51-63e5-1648-6589949d7585">
|
||||
<combo_item type="string" length="1" enabled="true" name="Explicit"
|
||||
value="734fed29-4c51-63e5-1648-6589949d7585">
|
||||
Explicit
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Standard)"
|
||||
value="ccda2b3b-e72c-a112-e126-fee238b67218">
|
||||
Emerald (Standard)
|
||||
<combo_item type="string" length="1" enabled="true" name="Blue"
|
||||
value="424ff131-0a2d-6e26-1349-95155a883623">
|
||||
Blue
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Blue)"
|
||||
value="4eb67510-0924-ebb1-50ca-8af5694cd267">
|
||||
Emerald (Blue)
|
||||
<combo_item type="string" length="1" enabled="true" name="Fuschia"
|
||||
value="730f719f-2922-2028-cc7a-ba98894e8288">
|
||||
Fuschia
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Fuschia)"
|
||||
value="e4117c3f-cc02-d537-665d-c31b8c11bb18">
|
||||
Emerald (Fuschia)
|
||||
<combo_item type="string" length="1" enabled="true" name="Standard"
|
||||
value="907b0318-fa09-2960-66c3-6044dc6f1e21">
|
||||
Green
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Orange)"
|
||||
value="e741e2bf-cf8c-191c-97f2-b2709a843dfc">
|
||||
Emerald (Orange)
|
||||
<combo_item type="string" length="1" enabled="true" name="Orange"
|
||||
value="585f11b5-985a-1f3b-5457-4a282a5024a3">
|
||||
Orange
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Pink)"
|
||||
value="072343d0-1ce9-0952-4106-5312af4a789a">
|
||||
Emerald (Pink)
|
||||
<combo_item type="string" length="1" enabled="true" name="Pink"
|
||||
value="544c1f14-74d0-f4b4-69c0-ddf12e0a5078">
|
||||
Pink
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Purple)"
|
||||
value="0ae2f973-98c1-a4e8-9f4b-9db2044ab079">
|
||||
Emerald (Purple)
|
||||
<combo_item type="string" length="1" enabled="true" name="Purple"
|
||||
value="ef3e515f-8cb5-d0de-5520-05cea50eebb4">
|
||||
Purple
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Red)"
|
||||
value="1da8eb54-a70f-bd4a-77e5-c7b815c3b2a2">
|
||||
Emerald (Red)
|
||||
<combo_item type="string" length="1" enabled="true" name="Red"
|
||||
value="40bc938e-7e9b-fe67-487f-033c964e91c2">
|
||||
Red
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Violet)"
|
||||
value="602243f4-8fb1-ac00-d5bc-7ab50c4433b7">
|
||||
Emerald (Violet)
|
||||
<combo_item type="string" length="1" enabled="true" name="Violet"
|
||||
value="8ec4dbe2-8eba-9acb-9b7f-c46c2bf32815">
|
||||
Violet
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (White)"
|
||||
value="1e0948ab-706a-b309-434c-a694436a79be">
|
||||
Emerald (White)
|
||||
<combo_item type="string" length="1" enabled="true" name="White"
|
||||
value="22babd8a-4a38-37a1-0ad2-222d3c71fab6">
|
||||
White
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Emerald (Yellow)"
|
||||
value="8078ffb3-840c-d037-caf3-5cd02c2e7040">
|
||||
Emerald (Yellow)
|
||||
<combo_item type="string" length="1" enabled="true" name="Yellow"
|
||||
value="d9670636-239c-1d1b-fd5b-8b1c7833a669">
|
||||
Yellow
|
||||
</combo_item>
|
||||
<combo_item type="string" length="1" enabled="true" name="Hide Tag" value="c228d1cf-4b5d-4ba8-84f4-899a0796aa97">
|
||||
<combo_item type="string" length="1" enabled="true" name="Hide Tag"
|
||||
value="c228d1cf-4b5d-4ba8-84f4-899a0796aa97">
|
||||
Hide Tag
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
label="Show script errors and warnings as regular chat" left="148"
|
||||
mouse_opaque="true" name="script_errors_as_chat" radio_style="false"
|
||||
width="275" />
|
||||
<check_box bottom_delta="-20" enabled="true"
|
||||
<check_box bottom_delta="-20" enabled="true" control_name="PlayTypingAnim"
|
||||
follows="left|top" font="SansSerifSmall" height="16" initial_value="true"
|
||||
label="Play typing animation when chatting" left="148" mouse_opaque="true"
|
||||
name="play_typing_animation" radio_style="false" width="237" />
|
||||
|
||||
Reference in New Issue
Block a user