aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-08-11 17:47:40 -0700
committerMcCabe Maxsted2009-08-11 17:47:40 -0700
commitc5926546aa73bfb2900dda7d010a4d72550e6787 (patch)
treec8d48cacdd56f4b8fc191f0c75cff5446b020617 /linden/indra/newview/skins
parentChanged range to 96m (diff)
downloadmeta-impy-c5926546aa73bfb2900dda7d010a4d72550e6787.zip
meta-impy-c5926546aa73bfb2900dda7d010a4d72550e6787.tar.gz
meta-impy-c5926546aa73bfb2900dda7d010a4d72550e6787.tar.bz2
meta-impy-c5926546aa73bfb2900dda7d010a4d72550e6787.tar.xz
Moved radar back into llfloatermap.cpp, it works
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/colors_base.xml1
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml47
2 files changed, 31 insertions, 17 deletions
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml
index 42cb0ac..38499d3 100644
--- a/linden/indra/newview/skins/default/colors_base.xml
+++ b/linden/indra/newview/skins/default/colors_base.xml
@@ -160,6 +160,7 @@
160<MapAvatar value="0, 255, 0, 255" /> <!-- Your avatar's glyph color --> 160<MapAvatar value="0, 255, 0, 255" /> <!-- Your avatar's glyph color -->
161<MapFriend value="255, 255, 0, 255" /> <!-- Your friends' glyph color --> 161<MapFriend value="255, 255, 0, 255" /> <!-- Your friends' glyph color -->
162<MapMuted value="128, 128, 128, 255" /> <!-- Muted avatars' glyph color --> 162<MapMuted value="128, 128, 128, 255" /> <!-- Muted avatars' glyph color -->
163<MapSelected value="255, 0, 0, 255" /> <!-- Selected avatars' glyph color -->
163 164
164 <!-- MINI-MAP --> 165 <!-- MINI-MAP -->
165<NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background --> 166<NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background -->
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml b/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml
index c10367d..3408c76 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml
@@ -10,31 +10,41 @@
10 <panel name="RadarPanel" label="Radar" 10 <panel name="RadarPanel" label="Radar"
11 background_visible="true" bg_alpha_color="NetMapBackgroundColor" 11 background_visible="true" bg_alpha_color="NetMapBackgroundColor"
12 left="2" top="196" right="196" height="120" 12 left="2" top="196" right="196" height="120"
13 follows="left|right|bottom" border="true" mouse_opaque="true"> 13 follows="left|right|bottom" border="false" mouse_opaque="true">
14 14
15 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 15 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
16 bottom="-20" drop_shadow_visible="true" follows="left|top" 16 bottom="-20" drop_shadow_visible="true" follows="left|top"
17 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" 17 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10"
18 mouse_opaque="true" name="InstructSelectResident" v_pad="0" 18 mouse_opaque="true" name="lblAvatarCount" v_pad="0"
19 width="220"> 19 width="220">
20 Select nearby resident: 20 0
21 </text> 21 </text>
22 <slider bottom_delta="-20" left="10" follows="left|top" width="175" height="15" 22 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
23 name="near_me_range" label="Range" control_name="NearMeRange" 23 bottom="-20" drop_shadow_visible="true" follows="left|top"
24 font="SansSerifSmall" h_pad="0" halign="left" height="16" left="27"
25 mouse_opaque="true" name="avatars_in" v_pad="0"
26 width="220">
27 Avatars in
28 </text>
29 <slider bottom_delta="0" left_delta="55" follows="left|top" width="110" height="15"
30 name="near_me_range" label="" control_name="NearMeRange"
24 min_val="5" max_val="256" increment="1" initial_val="96" decimal_digits="0" /> 31 min_val="5" max_val="256" increment="1" initial_val="96" decimal_digits="0" />
25 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 32 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
26 bottom_delta="0" left="185" drop_shadow_visible="true" follows="left|top" 33 bottom_delta="0" left="190" drop_shadow_visible="true" follows="left|top"
27 font="SansSerifSmall" h_pad="0" halign="left" height="15" 34 font="SansSerifSmall" h_pad="0" halign="left" height="15"
28 mouse_opaque="true" name="meters" v_pad="0" 35 mouse_opaque="true" name="meters" v_pad="0"
29 width="40"> 36 width="40">
30 Meters 37 Meters
31 </text> 38 </text>
32 <scroll_list bottom_delta="-100" width="96" height="100" left="10" 39 <scroll_list bottom_delta="-166" width="96" height="160" left="10"
33 follows="left|top|bottom|right" draw_border="true" draw_heading="false" 40 follows="left|top|bottom|right" draw_border="false" draw_heading="true"
34 draw_stripes="true" column_padding="5" sort_column="0" mouse_opaque="true" 41 draw_stripes="true" column_padding="5" sort_column="1" mouse_opaque="true"
35 background_visible="true" multi_select="false" name="RadarList" /> 42 background_visible="true" multi_select="false" name="RadarList">
36 <button bottom_delta="100" follows="top|right" height="22" label="IM/Call" 43 <column name="avatar_name" label="Name" dynamicwidth="true" />
37 left="-90" name="im_btn" tool_tip="Open Instant Message session" 44 <column name="avatar_distance" label="Dist." width="55" />
45 </scroll_list>
46 <button bottom="-45" follows="top|right" height="22" label="IM/Call"
47 left="-85" name="im_btn" tool_tip="Open Instant Message session"
38 width="80" /> 48 width="80" />
39 <button bottom_delta="-25" follows="top|right" height="22" label="Profile" 49 <button bottom_delta="-25" follows="top|right" height="22" label="Profile"
40 left_delta="0" name="profile_btn" 50 left_delta="0" name="profile_btn"
@@ -45,11 +55,14 @@
45 <button bottom_delta="-25" follows="top|right" height="22" label="Track" 55 <button bottom_delta="-25" follows="top|right" height="22" label="Track"
46 left_delta="0" name="track_btn" 56 left_delta="0" name="track_btn"
47 tool_tip="Create a beacon to track this avatar" width="80" /> 57 tool_tip="Create a beacon to track this avatar" width="80" />
48 <button bottom_delta="-35" follows="top|right" height="22" label="Invite..." 58 <button bottom_delta="-30" follows="top|right" height="22" label="Invite..."
49 left_delta="0" name="invite_btn" 59 left_delta="0" name="invite_btn"
50 tool_tip="Remove this person from your friends list" width="80" /> 60 tool_tip="Remove this person from your friends list" width="80" />
51 <button bottom_delta="-35" follows="top|right" height="22" label="Add..." 61 <button bottom_delta="-30" follows="top|right" height="22" label="Add..."
52 left_delta="0" name="add_btn" tool_tip="Offer friendship to a resident" 62 left_delta="0" name="add_btn" tool_tip="Offer friendship to a resident"
53 width="80" /> 63 width="80" />
64 <string name="no_one_near">
65 No avatars within range
66 </string>
54 </panel> 67 </panel>
55</floater> 68</floater>