diff options
author | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
commit | da68d3a57ecb27eba5d7efb8ff77d9640c0be65e (patch) | |
tree | f2fa2b9ed6e8cf49c8a3cb2a1893c4e5c61916a1 /linden/scripts | |
parent | Second Life viewer sources 1.15.1.3 (diff) | |
download | meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.zip meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.gz meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.bz2 meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.xz |
Second Life viewer sources 1.16.0.5
Diffstat (limited to 'linden/scripts')
-rw-r--r-- | linden/scripts/messages/message_template.msg | 16 |
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 |