diff options
author | McCabe Maxsted | 2009-08-09 11:11:09 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-08-09 11:11:09 -0700 |
commit | c174569f9c34f684e2e057ee57b23a6a118ddfcc (patch) | |
tree | e00edbee0946d5fce2eb26cf6f2507fb053f4af0 /linden/indra/newview/skins/default | |
parent | Online/Offline notifications now always show in IM windows (diff) | |
download | meta-impy-c174569f9c34f684e2e057ee57b23a6a118ddfcc.zip meta-impy-c174569f9c34f684e2e057ee57b23a6a118ddfcc.tar.gz meta-impy-c174569f9c34f684e2e057ee57b23a6a118ddfcc.tar.bz2 meta-impy-c174569f9c34f684e2e057ee57b23a6a118ddfcc.tar.xz |
Basic basic radar that kinda sorta works but not really
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml b/linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml index 1a93341..085b576 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel background_opaque="false" background_visible="true" bg_alpha_color="NetMapBackgroundColor" | 2 | <panel background_opaque="false" background_visible="true" bg_alpha_color="NetMapBackgroundColor" |
3 | border="false" follows="left|top|right|bottom" height="216" label="Mini Map" | 3 | border="false" follows="left|top|right|bottom" height="716" label="Mini Map" |
4 | mouse_opaque="false" name="mini_mapview" width="196"> | 4 | mouse_opaque="false" name="mini_mapview" width="196"> |
5 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 5 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
6 | bottom="-40" drop_shadow_visible="false" font="SansSerifSmall" h_pad="0" | 6 | bottom="-40" drop_shadow_visible="false" font="SansSerifSmall" h_pad="0" |
@@ -59,4 +59,48 @@ | |||
59 | <string name="tooltip_map"> | 59 | <string name="tooltip_map"> |
60 | Double-Click opens Map | 60 | Double-Click opens Map |
61 | </string> | 61 | </string> |
62 | <panel name="RadarPanel" label="Radar" bg_alpha_color="NetMapBackgroundColor" | ||
63 | border="true" width="196" bottom="200" | ||
64 | height="196" left="0" mouse_opaque="true"> | ||
65 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
66 | bottom="-24" drop_shadow_visible="true" follows="left|top" | ||
67 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
68 | mouse_opaque="true" name="InstructSelectResident" v_pad="0" | ||
69 | width="220"> | ||
70 | Select nearby resident: | ||
71 | </text> | ||
72 | <slider bottom_delta="-20" left="10" follows="left|top" width="175" height="15" | ||
73 | name="near_me_range" label="Range" control_name="NearMeRange" | ||
74 | min_val="5" max_val="40" increment="1" initial_val="20" decimal_digits="0" /> | ||
75 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
76 | bottom_delta="0" left="185" drop_shadow_visible="true" follows="left|top" | ||
77 | font="SansSerifSmall" h_pad="0" halign="left" height="15" | ||
78 | mouse_opaque="true" name="meters" v_pad="0" | ||
79 | width="40"> | ||
80 | Meters | ||
81 | </text> | ||
82 | <scroll_list bottom_delta="-20" width="96" height="100" left="10" | ||
83 | follows="left|top|bottom|right" draw_border="true" draw_heading="false" | ||
84 | draw_stripes="true" column_padding="5" sort_column="0" mouse_opaque="true" | ||
85 | background_visible="true" multi_select="false" name="RadarList" /> | ||
86 | <button bottom_delta="0" follows="top|right" height="22" label="IM/Call" | ||
87 | left="-90" name="im_btn" tool_tip="Open Instant Message session" | ||
88 | width="80" /> | ||
89 | <button bottom_delta="-25" follows="top|right" height="22" label="Profile" | ||
90 | left_delta="0" name="profile_btn" | ||
91 | tool_tip="Show picture, groups, and other information" width="80" /> | ||
92 | <button bottom_delta="-25" follows="top|right" height="22" label="Teleport..." | ||
93 | left_delta="0" name="offer_teleport_btn" | ||
94 | tool_tip="Offer this friend a teleport to your current location" width="80" /> | ||
95 | <button bottom_delta="-25" follows="top|right" height="22" label="Track" | ||
96 | left_delta="0" name="track_btn" | ||
97 | tool_tip="Create a beacon to track this avatar" width="80" /> | ||
98 | <button bottom_delta="-35" follows="top|right" height="22" label="Invite..." | ||
99 | left_delta="0" name="invite_btn" | ||
100 | tool_tip="Remove this person from your friends list" width="80" /> | ||
101 | <button bottom_delta="-35" follows="top|right" height="22" label="Add..." | ||
102 | left_delta="0" name="add_btn" tool_tip="Offer friendship to a resident" | ||
103 | width="80" /> | ||
104 | </panel> | ||
105 | |||
62 | </panel> | 106 | </panel> |