summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorHadet <hadet@terminus.local>2026-05-23 21:28:25 -0500
committerErik Kundiman <erik@megapahit.org>2026-05-25 09:47:04 +0700
commit3ac400d744971db9cf7bbfb6df3c1f0ef5662c82 (patch)
tree53323b654c60b80af2d9d9e1123573b0b0424267 /indra/newview/llstartup.cpp
parent9b1fa446a1148485bfc075fb6c5c8b286e827589 (diff)
Add Firestorm-based features: quick prefs, mouselook zoom, group nameplate tinting
- Quick Preferences floater with hover height and bandwidth sliders - Mouselook right-click zoom with scroll wheel adjustment - Group-based nameplate color tinting via group profile
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 98a97b9457..e5c272a264 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -207,6 +207,7 @@
#include "llstartuplistener.h"
#include "lltoolbarview.h"
#include "llexperiencelog.h"
+#include "llgroupcolormap.h" // group-based nameplate tinting
#include "llcleanup.h"
#include "llenvironment.h"
@@ -3344,6 +3345,9 @@ void LLStartUp::initExperiences()
boost::bind(&LLAgent::getRegionCapability, &gAgent, _1));
LLExperienceLog::instance().initialize();
+
+ // Load per-group nameplate colors for this account
+ LLGroupColorMap::getInstance()->loadFromDisk();
}
void LLStartUp::cleanupNameCache()