Made radar open invisible on startup, added number of agents above sim's

name in the world map and put maturity by the sim name, added more
region flags and
reformated the
region
flags output when it makes them into a string.
This commit is contained in:
phr0z3nt04st
2010-06-17 01:10:57 -05:00
parent d6a9c2cd17
commit b2cff0ba5d
7 changed files with 114 additions and 11 deletions

View File

@@ -2598,7 +2598,7 @@ bool idle_startup()
LLRect window(0, gViewerWindow->getWindowHeight(), gViewerWindow->getWindowWidth(), 0);
gViewerWindow->adjustControlRectanglesForFirstUse(window);
if(gSavedSettings.getBOOL("ShowMiniMap"))
if (gSavedSettings.getBOOL("ShowMiniMap"))
{
LLFloaterMap::showInstance();
}
@@ -2606,6 +2606,12 @@ bool idle_startup()
{
LLFloaterAvatarList::showInstance();
}
// <edit>
else if (gSavedSettings.getBOOL("RadarKeepOpen"))
{
LLFloaterAvatarList::createInstance(false);
}
// </edit>
if (gSavedSettings.getBOOL("ShowCameraControls"))
{
LLFloaterCamera::showInstance();