[Radar] Reroute some code, optimize silly stuff away.
No more dead state, death is instant when you disappear No more dependency on frame or life time, updates come from the sims. No need to rate control anymore, ui removed. RIP: My headphones, you were shortlived, but you served my ears well.
This commit is contained in:
@@ -65,12 +65,6 @@
|
||||
|
||||
<panel label="Optionen" name="options_tab">
|
||||
<check_box label="Aktualisieren" name="update_enabled_cb" tool_tip="Einstellen ob die Avatarliste sich aktualisieren soll"/>
|
||||
<text name="rate">Intervall:</text>
|
||||
<radio_group name="update_rate" tool_tip="Intervall für Radar-Aktualisierung (verbraucht mehr FPS wenn höher)">
|
||||
<radio_item name="high">Hoch</radio_item>
|
||||
<radio_item name="medium">Mittel</radio_item>
|
||||
<radio_item name="low">Niedrig</radio_item>
|
||||
</radio_group>
|
||||
<check_box label="Ansagen auch wenn geschlossen" name="keep_open" tool_tip="Fenster verbergen aber Ansagen in Chat weiterführen"/>
|
||||
<check_box label="IDs an HUD senden" name="radar_chat_keys" tool_tip="Avatar IDs an LSL scripte senden"/>
|
||||
<button name="send_keys_btn" label="Jetzt anzeigen" tool_tip="Alle IDs jetzt an HUD senden"/>
|
||||
|
||||
@@ -296,29 +296,8 @@
|
||||
hidden="false" mouse_opaque="true" font="SansSerifSmall"
|
||||
initial_value="true" enabled="true" radio_style="false"
|
||||
tool_tip="Set whether the avatar list should update" />
|
||||
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||
bottom_delta="-24" drop_shadow_visible="true" enabled="true" font="SansSerifSmall" height="18" left="24"
|
||||
mouse_opaque="false" name="rate" width="30">
|
||||
Rate:
|
||||
</text>
|
||||
<radio_group draw_border="true" bottom_delta="2" left_delta="44" follows="bottom|left" width="196" height="20"
|
||||
mouse_opaque="true" name="update_rate" control_name="RadarUpdateRate" enabled="true"
|
||||
tool_tip="Rate of the radar updates (eats up more FPS when higher)">
|
||||
<radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="4" mouse_opaque="true"
|
||||
name="high" width="20" follows="bottom|left">
|
||||
High
|
||||
</radio_item>
|
||||
<radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="30" mouse_opaque="true"
|
||||
name="medium" width="25" follows="bottom|left">
|
||||
Medium
|
||||
</radio_item>
|
||||
<radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="35" mouse_opaque="true"
|
||||
name="low" width="20" follows="bottom|left">
|
||||
Low
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
<check_box height="16" label="Announce even when closed"
|
||||
left="10" bottom_delta="-24" name="keep_open"
|
||||
left="10" bottom_delta="-20" name="keep_open"
|
||||
width="200" follows="bottom|left"
|
||||
hidden="false" mouse_opaque="true" font="SansSerifSmall"
|
||||
initial_value="true" enabled="true" radio_style="false"
|
||||
|
||||
@@ -58,20 +58,6 @@
|
||||
<!-- =============================== -->
|
||||
<panel label="Opciones" name="options_tab">
|
||||
<check_box label="Actualizar" name="update_enabled_cb" tool_tip="Definir cuando debe ser actualizada la lista de avatares"/>
|
||||
<text name="rate">
|
||||
Frec.:
|
||||
</text>
|
||||
<radio_group name="update_rate" tool_tip="Frecuencia de actualización del radar (consume mas FPS cuando es alta)">
|
||||
<radio_item name="high">
|
||||
Alta
|
||||
</radio_item>
|
||||
<radio_item name="medium">
|
||||
Media
|
||||
</radio_item>
|
||||
<radio_item name="low">
|
||||
Baja
|
||||
</radio_item>
|
||||
</radio_group>
|
||||
<check_box label="Anunciar aún estando cerrado" name="keep_open" tool_tip="Oculta el radar en vez de cerrarlo para seguir enviando los avisos al chat" />
|
||||
<check_box label="Anunciar keys al HUD" name="radar_chat_keys" tool_tip="Definir cuando enviar las keys de los avarares a los scritps LSL" />
|
||||
<button name="send_keys_btn" label="Anunciar Ahora" tool_tip="Envia todas las keys al HUD ahora"/>
|
||||
|
||||
Reference in New Issue
Block a user