aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/messages/message_template.msg
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:11 -0500
committerJacek Antonelli2008-08-15 23:45:11 -0500
commit215f423cbe18fe9ca14a26caef918d303bad28ff (patch)
tree0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/scripts/messages/message_template.msg
parentSecond Life viewer sources 1.18.3.5-RC (diff)
downloadmeta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2
meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/scripts/messages/message_template.msg')
-rw-r--r--linden/scripts/messages/message_template.msg27
1 files changed, 25 insertions, 2 deletions
diff --git a/linden/scripts/messages/message_template.msg b/linden/scripts/messages/message_template.msg
index 4572941..7aabb78 100644
--- a/linden/scripts/messages/message_template.msg
+++ b/linden/scripts/messages/message_template.msg
@@ -3038,7 +3038,7 @@ version 2.0
3038// and where someone you are tracking is located. They are -1 if not 3038// and where someone you are tracking is located. They are -1 if not
3039// applicable. 3039// applicable.
3040{ 3040{
3041 CoarseLocationUpdate Medium 6 Trusted Unencoded 3041 CoarseLocationUpdate Medium 6 Trusted Unencoded UDPDeprecated
3042 { 3042 {
3043 Location Variable 3043 Location Variable
3044 { X U8 } 3044 { X U8 }
@@ -3783,6 +3783,10 @@ version 2.0
3783 { GroupName Variable 1 } 3783 { GroupName Variable 1 }
3784 { GroupInsigniaID LLUUID } 3784 { GroupInsigniaID LLUUID }
3785 } 3785 }
3786 {
3787 NewGroupData Single
3788 { ListInProfile BOOL } // whether group displays in profile
3789 }
3786} 3790}
3787 3791
3788 3792
@@ -7823,6 +7827,10 @@ version 2.0
7823 { GroupID LLUUID } 7827 { GroupID LLUUID }
7824 { AcceptNotices BOOL } 7828 { AcceptNotices BOOL }
7825 } 7829 }
7830 {
7831 NewData Single
7832 { ListInProfile BOOL }
7833 }
7826} 7834}
7827 7835
7828// GroupRoleDataRequest 7836// GroupRoleDataRequest
@@ -8140,7 +8148,7 @@ version 2.0
8140// dataserver -> simulator -> viewer 8148// dataserver -> simulator -> viewer
8141// reliable 8149// reliable
8142{ 8150{
8143 AgentGroupDataUpdate Low 389 Trusted Zerocoded 8151 AgentGroupDataUpdate Low 389 Trusted Zerocoded UDPDeprecated
8144 { 8152 {
8145 AgentData Single 8153 AgentData Single
8146 { AgentID LLUUID } 8154 { AgentID LLUUID }
@@ -8763,3 +8771,18 @@ version 2.0
8763 } 8771 }
8764} 8772}
8765 8773
8774// ObjectIncludeInSearch
8775// viewer -> simulator
8776{
8777 ObjectIncludeInSearch Low 424 NotTrusted Unencoded
8778 {
8779 AgentData Single
8780 { AgentID LLUUID }
8781 { SessionID LLUUID }
8782 }
8783 {
8784 ObjectData Variable
8785 { ObjectLocalID U32 }
8786 { IncludeInSearch BOOL }
8787 }
8788}