aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/messages/message_template.msg
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/scripts/messages/message_template.msg
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/scripts/messages/message_template.msg')
-rw-r--r--linden/scripts/messages/message_template.msg12
1 files changed, 10 insertions, 2 deletions
diff --git a/linden/scripts/messages/message_template.msg b/linden/scripts/messages/message_template.msg
index 7aabb78..938a30a 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 UDPDeprecated 3041 CoarseLocationUpdate Medium 6 Trusted Unencoded
3042 { 3042 {
3043 Location Variable 3043 Location Variable
3044 { X U8 } 3044 { X U8 }
@@ -3050,6 +3050,10 @@ version 2.0
3050 { You S16 } 3050 { You S16 }
3051 { Prey S16 } 3051 { Prey S16 }
3052 } 3052 }
3053 {
3054 AgentData Variable
3055 { AgentID LLUUID }
3056 }
3053} 3057}
3054 3058
3055// ImageData - sent to viewer to transmit information about an image 3059// ImageData - sent to viewer to transmit information about an image
@@ -4349,6 +4353,10 @@ version 2.0
4349 { RegionDenyIdentified BOOL } 4353 { RegionDenyIdentified BOOL }
4350 { RegionDenyTransacted BOOL } 4354 { RegionDenyTransacted BOOL }
4351 } 4355 }
4356 {
4357 AgeVerificationBlock Single
4358 { RegionDenyAgeUnverified BOOL }
4359 }
4352} 4360}
4353 4361
4354// ParcelPropertiesUpdate 4362// ParcelPropertiesUpdate
@@ -5271,7 +5279,7 @@ version 2.0
5271 5279
5272// ScriptRunningReply - response from simulator to message above 5280// ScriptRunningReply - response from simulator to message above
5273{ 5281{
5274 ScriptRunningReply Low 244 NotTrusted Unencoded 5282 ScriptRunningReply Low 244 NotTrusted Unencoded UDPDeprecated
5275 { 5283 {
5276 Script Single 5284 Script Single
5277 { ObjectID LLUUID } 5285 { ObjectID LLUUID }