Add Default Avatar Picker Floater (World->Default Avatars)

Default Avatars button option added to Toolbar prefs.
Adds debug setting ToolbarVisibleAvatar
Hooks into "avatar_picker_url" login response on opensim.
Also includes hooking up of DestinationGuideShown to startup, which was left unstaged from the initial commit of the Destination Guide.
This commit is contained in:
Inusaito Sayori
2014-07-31 14:45:27 -04:00
parent 67f549d86d
commit b3590c5ae6
14 changed files with 230 additions and 16 deletions

View File

@@ -41,7 +41,7 @@
// Helpers
//
static std::string getLoginUriDomain()
std::string getLoginUriDomain()
{
LLURI uri(gHippoGridManager->getConnectedGrid()->getLoginUri());
std::string hostname = uri.hostName(); // Ie, "login.<gridid>.lindenlab.com"