aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt6
-rw-r--r--linden/indra/newview/skins/default/colors_base.xml1
-rw-r--r--linden/indra/newview/skins/silver/colors_base.xml1
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 66c58a9..4b03d56 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,11 @@
12009-10-01 McCabe Maxsted <hakushakukun@gmail.com> 12009-10-01 McCabe Maxsted <hakushakukun@gmail.com>
2 2
3 * Added mini-map partner dot color for future use (currently unused).
4
5 modified: linden/indra/newview/skins/default/colors_base.xml
6 modified: linden/indra/newview/skins/silver/colors_base.xml
7
8
3 * Draw Imprudence developers as purple dots in the mini-map (name list in LLFloaterMap). 9 * Draw Imprudence developers as purple dots in the mini-map (name list in LLFloaterMap).
4 10
5 modified: linden/indra/newview/llfloatermap.cpp 11 modified: linden/indra/newview/llfloatermap.cpp
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml
index 14265e0..b90f8aa 100644
--- a/linden/indra/newview/skins/default/colors_base.xml
+++ b/linden/indra/newview/skins/default/colors_base.xml
@@ -164,6 +164,7 @@
164<MapMuted value="128, 128, 128, 255" /> <!-- Muted avatars' glyph color --> 164<MapMuted value="128, 128, 128, 255" /> <!-- Muted avatars' glyph color -->
165<MapSelected value="255, 0, 0, 255" /> <!-- Selected avatars' glyph color --> 165<MapSelected value="255, 0, 0, 255" /> <!-- Selected avatars' glyph color -->
166<MapImpDev value="90, 45, 101, 255" /> <!-- Imprudence developers glyph color --> 166<MapImpDev value="90, 45, 101, 255" /> <!-- Imprudence developers glyph color -->
167<MapPartner value="214, 40, 107, 255" /> <!-- (unused) Your avatar's partner's glyph color -->
167 168
168 <!-- MINI-MAP --> 169 <!-- MINI-MAP -->
169<NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background --> 170<NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background -->
diff --git a/linden/indra/newview/skins/silver/colors_base.xml b/linden/indra/newview/skins/silver/colors_base.xml
index 6dc98dc..f9bf283 100644
--- a/linden/indra/newview/skins/silver/colors_base.xml
+++ b/linden/indra/newview/skins/silver/colors_base.xml
@@ -164,6 +164,7 @@
164<MapMuted value="128, 128, 128, 255" /> <!-- Muted avatars' glyph color --> 164<MapMuted value="128, 128, 128, 255" /> <!-- Muted avatars' glyph color -->
165<MapSelected value="255, 0, 0, 255" /> <!-- Selected avatars' glyph color --> 165<MapSelected value="255, 0, 0, 255" /> <!-- Selected avatars' glyph color -->
166<MapImpDev value="90, 45, 101, 255" /> <!-- Imprudence developers glyph color --> 166<MapImpDev value="90, 45, 101, 255" /> <!-- Imprudence developers glyph color -->
167<MapPartner value="214, 40, 107, 255" /> <!-- (unused) Your avatar's partner's glyph color -->
167 168
168<!-- MINI-MAP --> 169<!-- MINI-MAP -->
169<NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background --> 170<NetMapBackgroundColor value="0, 0, 0, 77" /> <!-- Mini-map floater background -->