aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2009-11-30 23:38:38 +0100
committerArmin Weatherwax2009-12-01 22:59:17 +0100
commit738192c930d8857d11ccbebaf62bffb7c48a8e2e (patch)
tree5c878ce2e12b37b338866eb677464a3de3af6703 /linden/indra/newview/llagent.cpp
parentFixed a little mistake in .gitignore. (diff)
downloadmeta-impy-738192c930d8857d11ccbebaf62bffb7c48a8e2e.zip
meta-impy-738192c930d8857d11ccbebaf62bffb7c48a8e2e.tar.gz
meta-impy-738192c930d8857d11ccbebaf62bffb7c48a8e2e.tar.bz2
meta-impy-738192c930d8857d11ccbebaf62bffb7c48a8e2e.tar.xz
Emeralds client name tag and clothing layer protection. Needs decision about a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there.
modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llagent.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp
index 800264d..0b9f646 100644
--- a/linden/indra/newview/llagent.cpp
+++ b/linden/indra/newview/llagent.cpp
@@ -7386,7 +7386,10 @@ void LLAgent::sendAgentSetAppearance()
7386 msg->addU8Fast(_PREHASH_TextureIndex, (U8)texture_index); 7386 msg->addU8Fast(_PREHASH_TextureIndex, (U8)texture_index);
7387 } 7387 }
7388 msg->nextBlockFast(_PREHASH_ObjectData); 7388 msg->nextBlockFast(_PREHASH_ObjectData);
7389 mAvatarObject->packTEMessage( gMessageSystem ); 7389 mAvatarObject->packTEMessage (
7390 gMessageSystem,
7391 gSavedSettings.getBOOL("ClothingLayerProtection")
7392 );
7390 } 7393 }
7391 else 7394 else
7392 { 7395 {