diff options
author | Jacek Antonelli | 2009-10-03 04:25:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-10-03 04:25:50 -0500 |
commit | 0a6d84a05ad59d613092b6fd87fc84099df0d160 (patch) | |
tree | 1e64e2657f764c9c2a015a70d8c1a6d67afc722a /linden/indra/newview/llappviewer.cpp | |
parent | Imprudence 1.2.0 beta released. (diff) | |
parent | Fixed switched Buy and Create locations in object pie menu (regression) (diff) | |
download | meta-impy-0a6d84a05ad59d613092b6fd87fc84099df0d160.zip meta-impy-0a6d84a05ad59d613092b6fd87fc84099df0d160.tar.gz meta-impy-0a6d84a05ad59d613092b6fd87fc84099df0d160.tar.bz2 meta-impy-0a6d84a05ad59d613092b6fd87fc84099df0d160.tar.xz |
Merge remote branch 'mccabe/next' into next
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 52aa1eb..448e26b 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -3915,28 +3915,11 @@ void LLAppViewer::handleLoginComplete() | |||
3915 | gDebugInfo["ClientInfo"]["MinorVersion"] = LL_VERSION_MINOR; | 3915 | gDebugInfo["ClientInfo"]["MinorVersion"] = LL_VERSION_MINOR; |
3916 | gDebugInfo["ClientInfo"]["PatchVersion"] = LL_VERSION_PATCH; | 3916 | gDebugInfo["ClientInfo"]["PatchVersion"] = LL_VERSION_PATCH; |
3917 | gDebugInfo["ClientInfo"]["BuildVersion"] = LL_VERSION_BUILD; | 3917 | gDebugInfo["ClientInfo"]["BuildVersion"] = LL_VERSION_BUILD; |
3918 | |||
3919 | LLParcel* parcel = LLViewerParcelMgr::getInstance()->getAgentParcel(); | ||
3920 | if ( parcel && parcel->getMusicURL()[0]) | ||
3921 | { | ||
3922 | gDebugInfo["ParcelMusicURL"] = parcel->getMusicURL(); | ||
3923 | } | ||
3924 | if ( parcel && parcel->getMediaURL()[0]) | ||
3925 | { | ||
3926 | gDebugInfo["ParcelMediaURL"] = parcel->getMediaURL(); | ||
3927 | } | ||
3928 | |||
3929 | gDebugInfo["SettingsFilename"] = gSavedSettings.getString("ClientSettingsFile"); | 3918 | gDebugInfo["SettingsFilename"] = gSavedSettings.getString("ClientSettingsFile"); |
3930 | gDebugInfo["CAFilename"] = gDirUtilp->getCAFile(); | 3919 | gDebugInfo["CAFilename"] = gDirUtilp->getCAFile(); |
3931 | gDebugInfo["ViewerExePath"] = gDirUtilp->getExecutablePathAndName(); | 3920 | gDebugInfo["ViewerExePath"] = gDirUtilp->getExecutablePathAndName(); |
3932 | gDebugInfo["CurrentPath"] = gDirUtilp->getCurPath(); | 3921 | gDebugInfo["CurrentPath"] = gDirUtilp->getCurPath(); |
3933 | 3922 | ||
3934 | if(gAgent.getRegion()) | ||
3935 | { | ||
3936 | gDebugInfo["CurrentSimHost"] = gAgent.getRegionHost().getHostName(); | ||
3937 | gDebugInfo["CurrentRegion"] = gAgent.getRegion()->getName(); | ||
3938 | } | ||
3939 | |||
3940 | if(LLAppViewer::instance()->mMainloopTimeout) | 3923 | if(LLAppViewer::instance()->mMainloopTimeout) |
3941 | { | 3924 | { |
3942 | gDebugInfo["MainloopTimeoutState"] = LLAppViewer::instance()->mMainloopTimeout->getState(); | 3925 | gDebugInfo["MainloopTimeoutState"] = LLAppViewer::instance()->mMainloopTimeout->getState(); |