diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp
index 3739010e77..f695b9bbde 100644
--- a/indra/llcommon/llerror.cpp
+++ b/indra/llcommon/llerror.cpp
@@ -510,7 +510,7 @@ namespace LLError
mPrintLocation(false),
mDefaultLevel(LLError::LEVEL_DEBUG),
mLogAlwaysFlush(true),
- mEnabledLogTypesMask(0xFFFFFFFF),
+ mEnabledLogTypesMask(255),
mFunctionLevelMap(),
mClassLevelMap(),
mFileLevelMap(),
diff --git a/indra/mac_crash_logger/CMakeLists.txt b/indra/mac_crash_logger/CMakeLists.txt
index ab20388261..f6c4dfb59d 100644
--- a/indra/mac_crash_logger/CMakeLists.txt
+++ b/indra/mac_crash_logger/CMakeLists.txt
@@ -85,7 +85,7 @@ add_custom_command(
COMMAND ${CMAKE_COMMAND}
ARGS
-E
- copy_directory
+ copy_if_different
${CMAKE_CURRENT_SOURCE_DIR}/CrashReporter.nib
${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/mac-crash-logger.app/Contents/Resources/CrashReporter.nib
)
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml
index 41294f6d91..99276119ca 100644
--- a/indra/newview/app_settings/logcontrol.xml
+++ b/indra/newview/app_settings/logcontrol.xml
@@ -17,7 +17,7 @@
For example, value of 10 = 2|8 would enable logging only to SecondLife.log and the viewer debug console.
Note: RecordToFile is always enabled in release builds.
-->
- enabled-log-types-mask 0xFFFFFFFF
+ enabled-log-types-mask 255
settings
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index b5524f3609..d1e7b6c036 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -3825,6 +3825,39 @@
Value
0
+ AnimatedObjectsGlobalScale
+
+ AnimatedObjectsMaxLegalOffset
+
+ AnimatedObjectsMaxLegalSize
+
AvatarBoundingBoxComplexity