diff options
author | McCabe Maxsted | 2011-04-13 19:13:37 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-04-13 19:13:37 -0700 |
commit | 6c03dad7b42ae811ef90e4183c33b1c327e3d22b (patch) | |
tree | 4582928f606ebf6b3e6b2c8951618809f3f3ce41 /linden/indra/newview/skins/default/xui/en-us/floater_radar.xml | |
parent | Ugly workaround for LLStyle issue when parsing textboxes for html while editi... (diff) | |
download | meta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.zip meta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.tar.gz meta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.tar.bz2 meta-impy-6c03dad7b42ae811ef90e4183c33b1c327e3d22b.tar.xz |
Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the Advanced menu
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/floater_radar.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_radar.xml | 327 |
1 files changed, 327 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_radar.xml b/linden/indra/newview/skins/default/xui/en-us/floater_radar.xml new file mode 100644 index 0000000..7db7330 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_radar.xml | |||
@@ -0,0 +1,327 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater name="radar" title="Radar" | ||
3 | can_resize="true" can_minimize="true" can_close="true" can_drag_on_left="false" | ||
4 | rect_control="FloaterRadarRect" min_width="300" min_height="300"> | ||
5 | |||
6 | <scroll_list name="avatar_list" | ||
7 | left="10" right="-10" top="-20" bottom="140" can_resize="true" | ||
8 | column_padding="0" follows="left|top|bottom|right" | ||
9 | draw_heading="true" multi_select="true" search_column="1" | ||
10 | tool_tip="Hold shift or control while clicking to select multiple avatars"> | ||
11 | <column name="marked" label="Mark" width="12" tool_tip="Marked avatars"/> | ||
12 | <column name="avatar_name" label="Name" dynamicwidth="true" tool_tip="Hold shift or control while clicking to select multiple avatars"/> | ||
13 | <column name="distance" label="Dist." width="48" tool_tip="Distance from your avatar (red=within chat range, yellow=within shout range, green=within draw distance)"/> | ||
14 | <column name="position" label="Pos." width="60" tool_tip="Position (X, Y) within this sim, or general direction (cardinal point) for outside sims"/> | ||
15 | <column name="altitude" label="Alt." width="48" tool_tip="Altitude"/> | ||
16 | </scroll_list> | ||
17 | |||
18 | <tab_container border="false" bottom_delta="-130" height="120" left="6" mouse_opaque="false" | ||
19 | name="actions_tab_container" tab_position="top" follows="left|right|bottom"> | ||
20 | <panel border="true" bottom_delta="-130" follows="left|top|right|bottom" height="255" | ||
21 | label="Avatar" left="1" mouse_opaque="true" | ||
22 | name="actions_tab" width="398"> | ||
23 | <!-- upper row --> | ||
24 | <button | ||
25 | name="profile_btn" | ||
26 | label="Profile" | ||
27 | tool_tip="Show picture, groups, and other information" | ||
28 | left="10" | ||
29 | bottom_delta="-180" | ||
30 | width="80" | ||
31 | height="20" | ||
32 | font="SansSerifSmall" | ||
33 | follows="bottom|left" | ||
34 | /> | ||
35 | <button | ||
36 | name="track_btn" | ||
37 | label="(Un)Track" | ||
38 | tool_tip="Toggle tracking of this avatar's position" | ||
39 | left_delta="90" | ||
40 | bottom_delta="0" | ||
41 | width="80" | ||
42 | height="20" | ||
43 | font="SansSerifSmall" | ||
44 | follows="bottom|left" | ||
45 | /> | ||
46 | <button | ||
47 | name="get_key_btn" | ||
48 | label="Get Key" | ||
49 | tool_tip="Copies avatar's key to the clipboard" | ||
50 | left_delta="90" | ||
51 | bottom_delta="0" | ||
52 | width="80" | ||
53 | height="20" | ||
54 | font="SansSerifSmall" | ||
55 | follows="bottom|left" | ||
56 | /> | ||
57 | <!-- upper middle row --> | ||
58 | <button | ||
59 | name="im_btn" | ||
60 | label="IM" | ||
61 | tool_tip="Open Instant Message session" | ||
62 | left="10" | ||
63 | bottom_delta="-22" | ||
64 | width="80" | ||
65 | height="20" | ||
66 | font="SansSerifSmall" | ||
67 | follows="bottom|left" | ||
68 | /> | ||
69 | <button | ||
70 | name="offer_btn" | ||
71 | label="Offer TP" | ||
72 | tool_tip="Offer Teleport" | ||
73 | left_delta="90" | ||
74 | bottom_delta="0" | ||
75 | width="80" | ||
76 | height="20" | ||
77 | font="SansSerifSmall" | ||
78 | follows="bottom|left" | ||
79 | /> | ||
80 | <button | ||
81 | name="teleport_btn" | ||
82 | label="TP to" | ||
83 | tool_tip="Teleport to avatar's position" | ||
84 | left_delta="90" | ||
85 | bottom_delta="0" | ||
86 | width="80" | ||
87 | height="20" | ||
88 | font="SansSerifSmall" | ||
89 | follows="bottom|left" | ||
90 | /> | ||
91 | <!-- lower middle row--> | ||
92 | <button | ||
93 | name="mark_btn" | ||
94 | label="(Un)Mark" | ||
95 | tool_tip="(Un)Mark this avatar in the list" | ||
96 | left="10" | ||
97 | bottom_delta="-22" | ||
98 | width="80" | ||
99 | height="20" | ||
100 | font="SansSerifSmall" | ||
101 | follows="bottom|left" | ||
102 | /> | ||
103 | <button | ||
104 | name="prev_marked_btn" | ||
105 | label="Prev Marked" | ||
106 | tool_tip="Focus camera on previous marked avatar" | ||
107 | left_delta="90" | ||
108 | bottom_delta="0" | ||
109 | width="80" | ||
110 | height="20" | ||
111 | font="SansSerifSmall" | ||
112 | follows="bottom|left" | ||
113 | /> | ||
114 | <button | ||
115 | name="next_marked_btn" | ||
116 | label="Next Marked" | ||
117 | tool_tip="Focus camera on next marked avatar" | ||
118 | left_delta="90" | ||
119 | bottom_delta="0" | ||
120 | width="80" | ||
121 | height="20" | ||
122 | font="SansSerifSmall" | ||
123 | follows="bottom|left" | ||
124 | /> | ||
125 | <!-- lower row--> | ||
126 | <button | ||
127 | name="focus_btn" | ||
128 | label="Focus" | ||
129 | tool_tip="Focus camera on this avatar in the list" | ||
130 | left="10" | ||
131 | bottom_delta="-22" | ||
132 | width="80" | ||
133 | height="20" | ||
134 | font="SansSerifSmall" | ||
135 | follows="bottom|left" | ||
136 | /> | ||
137 | <button | ||
138 | name="prev_in_list_btn" | ||
139 | label="Previous" | ||
140 | tool_tip="Focus camera on previous avatar in list" | ||
141 | left_delta="90" | ||
142 | bottom_delta="0" | ||
143 | width="80" | ||
144 | height="20" | ||
145 | font="SansSerifSmall" | ||
146 | follows="bottom|left" | ||
147 | /> | ||
148 | <button | ||
149 | name="next_in_list_btn" | ||
150 | label="Next" | ||
151 | tool_tip="Focus camera on next avatar in list" | ||
152 | left_delta="90" | ||
153 | bottom_delta="0" | ||
154 | width="80" | ||
155 | height="20" | ||
156 | font="SansSerifSmall" | ||
157 | follows="bottom|left" | ||
158 | /> | ||
159 | |||
160 | </panel> | ||
161 | |||
162 | <panel border="true" bottom_delta="-150" follows="left|top|right|bottom" height="255" | ||
163 | label="Alerts" left="1" mouse_opaque="true" | ||
164 | name="alerts_tab" width="398"> | ||
165 | <check_box height="16" label="Display alerts in chat" | ||
166 | left="10" bottom_delta="-176" name="radar_alerts" | ||
167 | width="200" follows="bottom|left" | ||
168 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
169 | initial_value="true" enabled="true" radio_style="false" | ||
170 | control_name="RadarChatAlerts" | ||
171 | tool_tip="Announce alerts about incoming and outgoing avatars in chat" /> | ||
172 | |||
173 | <check_box height="16" label="Avatars entering/exiting the sim" | ||
174 | left="20" bottom_delta="-18" name="alerts_sim" | ||
175 | width="200" follows="bottom|left" | ||
176 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
177 | initial_value="true" enabled="true" radio_style="false" | ||
178 | control_name="RadarAlertSim" | ||
179 | tool_tip="Report avatars entering or exiting the sim" /> | ||
180 | |||
181 | <check_box height="16" label="Avatars within/beyond the draw distance" | ||
182 | left="20" bottom_delta="-18" name="alerts_draw" | ||
183 | width="200" follows="bottom|left" | ||
184 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
185 | initial_value="true" enabled="true" radio_style="false" | ||
186 | control_name="RadarAlertDraw" | ||
187 | tool_tip="Report avatars getting within or beyond the draw distance" /> | ||
188 | |||
189 | <check_box height="16" label="Avatars within/beyond the shout range" | ||
190 | left="20" bottom_delta="-18" name="alerts_chat" | ||
191 | width="200" follows="bottom|left" | ||
192 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
193 | initial_value="true" enabled="true" radio_style="false" | ||
194 | control_name="RadarAlertShoutRange" | ||
195 | tool_tip="Report avatars getting within or beyond the shout range" /> | ||
196 | |||
197 | <check_box height="16" label="Avatars within/beyond the chat range" | ||
198 | left="20" bottom_delta="-18" name="alerts_chat" | ||
199 | width="200" follows="bottom|left" | ||
200 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
201 | initial_value="true" enabled="true" radio_style="false" | ||
202 | control_name="RadarAlertChatRange" | ||
203 | tool_tip="Report avatars getting within or beyond the chat range" /> | ||
204 | </panel> | ||
205 | |||
206 | <panel border="true" bottom_delta="-130" follows="left|top|right|bottom" height="255" | ||
207 | label="Moderation" left="1" mouse_opaque="true" | ||
208 | name="land_tab" width="398"> | ||
209 | |||
210 | <!-- Upper row --> | ||
211 | <button | ||
212 | name="mute_btn" | ||
213 | label="(Un)Mute" | ||
214 | tool_tip="Mute or unmute this avatar (muted avatars' names are highlighted in red in the list)." | ||
215 | left="10" | ||
216 | bottom_delta="-200" | ||
217 | width="80" | ||
218 | height="20" | ||
219 | font="SansSerifSmall" | ||
220 | follows="bottom|left" | ||
221 | /> | ||
222 | <button | ||
223 | name="freeze_btn" | ||
224 | label="Freeze" | ||
225 | tool_tip="Freeze the avatar, preventing it from moving" | ||
226 | left_delta="90" | ||
227 | bottom_delta="0" | ||
228 | width="80" | ||
229 | height="20" | ||
230 | font="SansSerifSmall" | ||
231 | follows="bottom|left" | ||
232 | /> | ||
233 | <button | ||
234 | name="ar_btn" | ||
235 | label="AR" | ||
236 | tool_tip="Report abuse on this avatar" | ||
237 | left_delta="90" | ||
238 | bottom_delta="0" | ||
239 | width="80" | ||
240 | height="20" | ||
241 | font="SansSerifSmall" | ||
242 | follows="bottom|left" | ||
243 | /> | ||
244 | <!-- Lower row --> | ||
245 | <button | ||
246 | name="eject_btn" | ||
247 | label="Eject" | ||
248 | tool_tip="Eject the avatar from the parcel" | ||
249 | left="10" | ||
250 | bottom_delta="-24" | ||
251 | width="80" | ||
252 | height="20" | ||
253 | font="SansSerifSmall" | ||
254 | follows="bottom|left" | ||
255 | /> | ||
256 | |||
257 | <button | ||
258 | name="estate_eject_btn" | ||
259 | label="Eject from estate" | ||
260 | tool_tip="Eject this avatar from the estate" | ||
261 | left_delta="90" | ||
262 | bottom_delta="0" | ||
263 | width="170" | ||
264 | height="20" | ||
265 | font="SansSerifSmall" | ||
266 | follows="bottom|left" | ||
267 | /> | ||
268 | </panel> | ||
269 | |||
270 | <panel border="true" bottom_delta="-150" follows="left|top|right|bottom" height="255" | ||
271 | label="Options" left="1" mouse_opaque="true" | ||
272 | name="options_tab" width="398"> | ||
273 | <check_box height="16" label="Update" | ||
274 | left="10" bottom_delta="-180" name="update_enabled_cb" | ||
275 | width="200" follows="bottom|left" | ||
276 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
277 | initial_value="true" enabled="true" radio_style="false" | ||
278 | tool_tip="Set whether the avatar list should update" /> | ||
279 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
280 | bottom_delta="-24" drop_shadow_visible="true" enabled="true" font="SansSerifSmall" height="18" left="24" | ||
281 | mouse_opaque="false" name="rate" width="30"> | ||
282 | Rate: | ||
283 | </text> | ||
284 | <radio_group draw_border="true" bottom_delta="2" left_delta="44" follows="bottom|left" width="196" height="20" | ||
285 | mouse_opaque="true" name="update_rate" control_name="RadarUpdateRate" enabled="true" | ||
286 | tool_tip="Rate of the radar updates (eats up more FPS when higher)"> | ||
287 | <radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="4" mouse_opaque="true" | ||
288 | name="high" width="20" follows="bottom|left"> | ||
289 | High | ||
290 | </radio_item> | ||
291 | <radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="30" mouse_opaque="true" | ||
292 | name="medium" width="25" follows="bottom|left"> | ||
293 | Medium | ||
294 | </radio_item> | ||
295 | <radio_item type="string" length="1" bottom_delta="0" height="16" left_delta="35" mouse_opaque="true" | ||
296 | name="low" width="20" follows="bottom|left"> | ||
297 | Low | ||
298 | </radio_item> | ||
299 | </radio_group> | ||
300 | <check_box height="16" label="Announce even when closed" | ||
301 | left="10" bottom_delta="-24" name="keep_open" | ||
302 | width="200" follows="bottom|left" | ||
303 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
304 | initial_value="true" enabled="true" radio_style="false" | ||
305 | control_name="RadarKeepOpen" | ||
306 | tool_tip="Hides floater instead of closing to still announce in chat" /> | ||
307 | <check_box height="16" label="Announce keys to HUD" | ||
308 | left="10" bottom_delta="-20" name="radar_chat_keys" | ||
309 | width="200" follows="bottom|left" | ||
310 | hidden="false" mouse_opaque="true" font="SansSerifSmall" | ||
311 | initial_value="true" enabled="true" radio_style="false" | ||
312 | control_name="RadarChatKeys" | ||
313 | tool_tip="Set whether to send keys of avatars to LSL scripts" /> | ||
314 | <button | ||
315 | name="send_keys_btn" | ||
316 | label="Announce now" | ||
317 | tool_tip="Send all keys to HUD now" | ||
318 | left_delta="150" | ||
319 | bottom_delta="-2" | ||
320 | width="100" | ||
321 | height="20" | ||
322 | font="SansSerifSmall" | ||
323 | follows="bottom|left" | ||
324 | /> | ||
325 | </panel> | ||
326 | </tab_container> | ||
327 | </floater> \ No newline at end of file | ||