aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'linden/scripts')
-rw-r--r--linden/scripts/messages/message_template.msg16
1 files changed, 16 insertions, 0 deletions
diff --git a/linden/scripts/messages/message_template.msg b/linden/scripts/messages/message_template.msg
index 8213ed0..71bbb0e 100644
--- a/linden/scripts/messages/message_template.msg
+++ b/linden/scripts/messages/message_template.msg
@@ -2122,6 +2122,10 @@ sim -> dataserver
2122 { AnimID LLUUID } 2122 { AnimID LLUUID }
2123 { StartAnim BOOL } 2123 { StartAnim BOOL }
2124 } 2124 }
2125 {
2126 PhysicalAvatarEventList Variable
2127 { TypeData Variable 1 }
2128 }
2125} 2129}
2126 2130
2127// AgentRequestSit - Try to sit on an object 2131// AgentRequestSit - Try to sit on an object
@@ -3957,6 +3961,11 @@ sim -> dataserver
3957 AnimationSourceList Variable 3961 AnimationSourceList Variable
3958 { ObjectID LLUUID } 3962 { ObjectID LLUUID }
3959 } 3963 }
3964 {
3965 PhysicalAvatarEventList Variable
3966 { TypeData Variable 1 }
3967 }
3968
3960} 3969}
3961 3970
3962// AvatarAppearance - Update visual params 3971// AvatarAppearance - Update visual params
@@ -6360,6 +6369,7 @@ sim -> dataserver
6360 AgentData Single 6369 AgentData Single
6361 { AgentID LLUUID } 6370 { AgentID LLUUID }
6362 { SessionID LLUUID } 6371 { SessionID LLUUID }
6372 { TransactionID LLUUID }
6363 } 6373 }
6364 { 6374 {
6365 InventoryData Variable 6375 InventoryData Variable
@@ -6400,6 +6410,7 @@ sim -> dataserver
6400 AgentData Single 6410 AgentData Single
6401 { AgentID LLUUID } 6411 { AgentID LLUUID }
6402 { SimApproved BOOL } 6412 { SimApproved BOOL }
6413 { TransactionID LLUUID }
6403 } 6414 }
6404 { 6415 {
6405 InventoryData Variable 6416 InventoryData Variable
@@ -6928,6 +6939,11 @@ sim -> dataserver
6928// saving into task inventory. 6939// saving into task inventory.
6929{ 6940{
6930 DeRezAck Low Trusted Unencoded 6941 DeRezAck Low Trusted Unencoded
6942 {
6943 TransactionData Single
6944 { TransactionID LLUUID }
6945 { Success BOOL }
6946 }
6931} 6947}
6932 6948
6933// This message is sent from viewer -> simulator when the viewer wants 6949// This message is sent from viewer -> simulator when the viewer wants