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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user