aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/messages/message_template.msg
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/scripts/messages/message_template.msg
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r--linden/scripts/messages/message_template.msg35
1 files changed, 32 insertions, 3 deletions
diff --git a/linden/scripts/messages/message_template.msg b/linden/scripts/messages/message_template.msg
index abd25bf..9c92906 100644
--- a/linden/scripts/messages/message_template.msg
+++ b/linden/scripts/messages/message_template.msg
@@ -1179,7 +1179,7 @@ version 2.0
1179// simulator -> viewer 1179// simulator -> viewer
1180// reliable 1180// reliable
1181{ 1181{
1182 ParcelObjectOwnersReply Low 57 Trusted Zerocoded 1182 ParcelObjectOwnersReply Low 57 Trusted Zerocoded UDPDeprecated
1183 { 1183 {
1184 Data Variable 1184 Data Variable
1185 { OwnerID LLUUID } 1185 { OwnerID LLUUID }
@@ -2436,6 +2436,15 @@ version 2.0
2436 { LocalID U32 } 2436 { LocalID U32 }
2437 { GrabOffset LLVector3 } 2437 { GrabOffset LLVector3 }
2438 } 2438 }
2439 {
2440 SurfaceInfo Variable
2441 { UVCoord LLVector3 }
2442 { STCoord LLVector3 }
2443 { FaceIndex S32 }
2444 { Position LLVector3 }
2445 { Normal LLVector3 }
2446 { Binormal LLVector3 }
2447 }
2439} 2448}
2440 2449
2441 2450
@@ -2457,6 +2466,16 @@ version 2.0
2457 { GrabPosition LLVector3 } // LLVector3, region local 2466 { GrabPosition LLVector3 } // LLVector3, region local
2458 { TimeSinceLast U32 } 2467 { TimeSinceLast U32 }
2459 } 2468 }
2469 {
2470 SurfaceInfo Variable
2471 { UVCoord LLVector3 }
2472 { STCoord LLVector3 }
2473 { FaceIndex S32 }
2474 { Position LLVector3 }
2475 { Normal LLVector3 }
2476 { Binormal LLVector3 }
2477 }
2478
2460} 2479}
2461 2480
2462 2481
@@ -2472,6 +2491,15 @@ version 2.0
2472 ObjectData Single 2491 ObjectData Single
2473 { LocalID U32 } 2492 { LocalID U32 }
2474 } 2493 }
2494 {
2495 SurfaceInfo Variable
2496 { UVCoord LLVector3 }
2497 { STCoord LLVector3 }
2498 { FaceIndex S32 }
2499 { Position LLVector3 }
2500 { Normal LLVector3 }
2501 { Binormal LLVector3 }
2502 }
2475} 2503}
2476 2504
2477 2505
@@ -5307,6 +5335,7 @@ version 2.0
5307 { ObjectID LLUUID } 5335 { ObjectID LLUUID }
5308 { ItemID LLUUID } 5336 { ItemID LLUUID }
5309 { Running BOOL } 5337 { Running BOOL }
5338// { Mono BOOL } Added to LLSD message
5310 } 5339 }
5311} 5340}
5312 5341
@@ -8767,7 +8796,7 @@ version 2.0
8767// LandStatReply 8796// LandStatReply
8768// Sent by the simulator in response to LandStatRequest 8797// Sent by the simulator in response to LandStatRequest
8769{ 8798{
8770 LandStatReply Low 422 Trusted Unencoded 8799 LandStatReply Low 422 Trusted Unencoded UDPDeprecated
8771 { 8800 {
8772 RequestData Single 8801 RequestData Single
8773 { ReportType U32 } 8802 { ReportType U32 }
@@ -8823,4 +8852,4 @@ version 2.0
8823 { ObjectLocalID U32 } 8852 { ObjectLocalID U32 }
8824 { IncludeInSearch BOOL } 8853 { IncludeInSearch BOOL }
8825 } 8854 }
8826} 8855} \ No newline at end of file