aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt7
-rw-r--r--linden/indra/newview/llappviewer.cpp17
2 files changed, 6 insertions, 18 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 34dbd34..ec95f81 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,9 +1,14 @@
12009-10-01 McCabe Maxsted <hakushakukun@gmail.com> 12009-10-01 McCabe Maxsted <hakushakukun@gmail.com>
2 2
3 * Suspected partial crash fix for Logout.
4
5 modified: linden/indra/newview/llappviewer.cpp
6
7
3 * Fixed 1.2 thinking it was on the Teen Grid. 8 * Fixed 1.2 thinking it was on the Teen Grid.
4 (And also accidentally made us adult compliant! Hah!) 9 (And also accidentally made us adult compliant! Hah!)
5 10
6 modified: indra/newview/llstartup.cpp 11 modified: linden/indra/newview/llstartup.cpp
7 12
8 13
9 * Updated gpu_table.txt to latest version in Snowglobe. 14 * Updated gpu_table.txt to latest version in Snowglobe.
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();