diff --git a/indra/llcommon/llthread.cpp b/indra/llcommon/llthread.cpp
index 2fe048b4e..8ae458c1c 100644
--- a/indra/llcommon/llthread.cpp
+++ b/indra/llcommon/llthread.cpp
@@ -111,7 +111,7 @@ void *APR_THREAD_FUNC LLThread::staticRun(apr_thread_t *apr_threadp, void *datap
// after the LLCurl::Multi::run() function exits and we actually
// change this variable (which really SHOULD have been inside
// the critical area of the mSignal lock)].
- llinfos << "LLThread::staticRun() Exiting: " << name << llendl;
+ lldebugs << "LLThread::staticRun() Exiting: " << name << llendl;
return NULL;
}
diff --git a/indra/llrender/llcubemap.cpp b/indra/llrender/llcubemap.cpp
index a9f026978..ed6f97f90 100644
--- a/indra/llrender/llcubemap.cpp
+++ b/indra/llrender/llcubemap.cpp
@@ -265,7 +265,7 @@ void LLCubeMap::setMatrix(S32 stage)
if (mMatrixStage < 0) return;
- //if (stage > 0)
+ if (stage > 0)
{
gGL.getTexUnit(stage)->activate();
}
@@ -284,17 +284,17 @@ void LLCubeMap::setMatrix(S32 stage)
gGL.loadMatrix((F32 *)trans.mMatrix);
gGL.matrixMode(LLRender::MM_MODELVIEW);
- /*if (stage > 0)
+ if (stage > 0)
{
gGL.getTexUnit(0)->activate();
- }*/
+ }
}
void LLCubeMap::restoreMatrix()
{
if (mMatrixStage < 0) return;
- //if (mMatrixStage > 0)
+ if (mMatrixStage > 0)
{
gGL.getTexUnit(mMatrixStage)->activate();
}
@@ -302,10 +302,10 @@ void LLCubeMap::restoreMatrix()
gGL.popMatrix();
gGL.matrixMode(LLRender::MM_MODELVIEW);
- /*if (mMatrixStage > 0)
+ if (mMatrixStage > 0)
{
gGL.getTexUnit(0)->activate();
- }*/
+ }
}
void LLCubeMap::setReflection (void)
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index ce601470f..8abd55abf 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -217,6 +217,7 @@ set(viewer_SOURCE_FILES
llfloatermap.cpp
llfloatermemleak.cpp
llfloatermessagelog.cpp
+ llfloatermodeluploadbase.cpp
llfloatermute.cpp
llfloaternamedesc.cpp
llfloaternewim.cpp
@@ -419,6 +420,7 @@ set(viewer_SOURCE_FILES
lltrans.cpp
lltranslate.cpp
lluploaddialog.cpp
+ lluploadfloaterobservers.cpp
llurl.cpp
llurldispatcher.cpp
llurlhistory.cpp
@@ -701,6 +703,7 @@ set(viewer_HEADER_FILES
llfloaterlandmark.h
llfloatermap.h
llfloatermemleak.h
+ llfloatermodeluploadbase.h
llfloatermessagelog.h
llfloatermute.h
llfloaternamedesc.h
@@ -907,6 +910,7 @@ set(viewer_HEADER_FILES
lltranslate.h
lluiconstants.h
lluploaddialog.h
+ lluploadfloaterobservers.h
llurl.h
llurldispatcher.h
llurlhistory.h
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index c55fc1362..a990baf7d 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -8075,6 +8075,17 @@
Value
0
+ MeshUploadTimeOut
+
MeshUploadFakeErrors