diff options
| author | Hadet <hadet@terminus.local> | 2026-05-23 21:28:25 -0500 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-05-25 09:47:04 +0700 |
| commit | 3ac400d744971db9cf7bbfb6df3c1f0ef5662c82 (patch) | |
| tree | 53323b654c60b80af2d9d9e1123573b0b0424267 /indra/newview/llstartup.cpp | |
| parent | 9b1fa446a1148485bfc075fb6c5c8b286e827589 (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.cpp | 4 |
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() |
