blob: d02ff0da41a3e872bce51773dc230604a7b6e71c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Note: panel rect (size) is specified in floater_mini_map.xml -->
<panel name="RadarPanel" label="Radar"
background_visible="true" bg_alpha_color="NetMapBackgroundColor"
border="false" mouse_opaque="true">
<string name="no_one_near">
No avatars within range
</string>
<string name="is_muted">
(muted)
</string>
<string name="is_typing">
(typing)
</string>
<string name="entering_chat_range">
[NAME] has entered chat range ([DISTANCE]m)
</string>
<string name="entering_sim_range">
[NAME] has entered the sim ([DISTANCE]m)
</string>
<string name="avatars_in_singular">
[COUNT] avatar in
</string>
<string name="avatars_in_plural">
[COUNT] avatars in
</string>
<string name="unknown_avatar">
(Unknown)
</string>
<text name="avatar_count"
bottom="-20" left="10" height="16" width="220"
h_pad="0" halign="left" v_pad="0" follows="left|top"
bg_visible="false" border_drop_shadow_visible="false"
border_visible="false" drop_shadow_visible="true"
font="SansSerifSmall" mouse_opaque="true">
0 avatars in
</text>
<spinner name="near_me_range" label="" control_name="NearMeRange"
bottom_delta="0" left_delta="66" width="60" height="15"
follows="left|top" min_val="5" increment="15"
initial_val="96" decimal_digits="0" />
<text name="meters"
bottom_delta="0" left="140" height="15" width="40"
h_pad="0" halign="left" v_pad="0" follows="left|top"
bg_visible="false" border_drop_shadow_visible="false"
border_visible="false" drop_shadow_visible="true"
font="SansSerifSmall" mouse_opaque="true">
m
</text>
<check_box bottom_delta="-1" enabled="true" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Sim-wide" left_delta="20" mouse_opaque="true"
name="simwide_checkbox" control_name="RadarSimWide"
radio_style="false" width="100" />
<tab_container name="radar_tab_container"
bottom="1" left="0" right="0" height="172"
follows="left|right|bottom" border="false"
mouse_opaque="false" tab_position="top">
<panel name="avatar_tab" label="Avatars"
bottom="-180" left="1" height="160" width="198"
follows="left|top|right|bottom"
border="false" mouse_opaque="true">
<button name="im_btn" label="IM/Call"
bottom="-22" left="-85" height="20" width="80"
follows="top|right"
tool_tip="Open Instant Message session" />
<button name="profile_btn" label="Profile"
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right"
tool_tip="Show picture, groups, and other information" />
<button name="offer_teleport_btn" label="Offer TP"
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right"
tool_tip="Offer to teleport this person to your location" />
<button name="teleport_btn" label="TP To..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right"
tool_tip="Teleport to another person's location" />
<button name="track_btn" label="Track"
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right"
tool_tip="Create a beacon to track friends you can map" />
<button name="invite_btn" label="Invite..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right"
tool_tip="Invite a person to a group" />
<button name="add_btn" label="Add..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right"
tool_tip="Offer friendship to a person" />
</panel>
<panel name="estate_tab" label="Estate"
bottom="-160" left="1" height="160" width="198"
follows="left|top|right|bottom"
border="false" mouse_opaque="true">
<button name="cam_btn" label="Cam To..."
bottom="-22" left="-85" height="20" width="80"
follows="top|right" tool_tip="" />
<button name="freeze_btn" label="Freeze..."
bottom_delta="-22" left="-85" height="20" width="80"
follows="top|right" tool_tip="" />
<button name="eject_btn" label="Eject..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right" tool_tip="" />
<button name="ban_btn" label="Ban..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right" tool_tip="" />
<button name="mute_btn" label="Mute..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right" tool_tip="" />
<button name="unmute_btn" label="Unmute..."
bottom_delta="0" left_delta="0" height="20" width="80"
follows="top|right" tool_tip="" />
<button name="ar_btn" label="Report..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right" tool_tip="" />
<!--<button name="estate_eject_btn" label="Kick..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right" tool_tip="" />-->
<!--<button name="estate_ban_btn" label="Ban..."
bottom_delta="-22" left_delta="0" height="20" width="80"
follows="top|right" tool_tip="" />-->
</panel>
</tab_container>
<scroll_list name="RadarList"
bottom="6" left="4" right="-90" height="146"
follows="left|bottom|right"
draw_border="false" draw_heading="true"
draw_stripes="true" background_visible="true"
column_padding="5" sort_column="1" multi_select="false"
mouse_opaque="true" >
<column name="avatar_name" label="Name" dynamicwidth="true" />
<column name="avatar_distance" label="Dist." width="48" />
</scroll_list>
</panel>
|