diff options
Diffstat (limited to 'linden/scripts/messages/message_template.msg')
-rw-r--r-- | linden/scripts/messages/message_template.msg | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/linden/scripts/messages/message_template.msg b/linden/scripts/messages/message_template.msg index 6d90622..0dee61a 100644 --- a/linden/scripts/messages/message_template.msg +++ b/linden/scripts/messages/message_template.msg | |||
@@ -594,7 +594,7 @@ version 2.0 | |||
594 | // global x,y,z. Otherwise, use center of the AABB. | 594 | // global x,y,z. Otherwise, use center of the AABB. |
595 | // reliable | 595 | // reliable |
596 | { | 596 | { |
597 | PlacesReply Low 30 Trusted Zerocoded | 597 | PlacesReply Low 30 Trusted Zerocoded UDPDeprecated |
598 | { | 598 | { |
599 | AgentData Single | 599 | AgentData Single |
600 | { AgentID LLUUID } | 600 | { AgentID LLUUID } |
@@ -619,6 +619,7 @@ version 2.0 | |||
619 | { SnapshotID LLUUID } | 619 | { SnapshotID LLUUID } |
620 | { Dwell F32 } | 620 | { Dwell F32 } |
621 | { Price S32 } | 621 | { Price S32 } |
622 | //{ ProductSKU Variable 1 } | ||
622 | } | 623 | } |
623 | } | 624 | } |
624 | 625 | ||
@@ -723,6 +724,10 @@ version 2.0 | |||
723 | { Auction BOOL } | 724 | { Auction BOOL } |
724 | { Dwell F32 } | 725 | { Dwell F32 } |
725 | } | 726 | } |
727 | { | ||
728 | StatusData Variable | ||
729 | { Status U32 } | ||
730 | } | ||
726 | } | 731 | } |
727 | 732 | ||
728 | // DirPeopleReply | 733 | // DirPeopleReply |
@@ -767,6 +772,10 @@ version 2.0 | |||
767 | { UnixTime U32 } | 772 | { UnixTime U32 } |
768 | { EventFlags U32 } | 773 | { EventFlags U32 } |
769 | } | 774 | } |
775 | { | ||
776 | StatusData Variable | ||
777 | { Status U32 } | ||
778 | } | ||
770 | } | 779 | } |
771 | 780 | ||
772 | // DirGroupsReply | 781 | // DirGroupsReply |
@@ -852,6 +861,10 @@ version 2.0 | |||
852 | { ExpirationDate U32 } | 861 | { ExpirationDate U32 } |
853 | { PriceForListing S32 } | 862 | { PriceForListing S32 } |
854 | } | 863 | } |
864 | { | ||
865 | StatusData Variable | ||
866 | { Status U32 } | ||
867 | } | ||
855 | } | 868 | } |
856 | 869 | ||
857 | 870 | ||
@@ -1036,7 +1049,7 @@ version 2.0 | |||
1036 | // dataserver -> simulator -> viewer | 1049 | // dataserver -> simulator -> viewer |
1037 | // reliable | 1050 | // reliable |
1038 | { | 1051 | { |
1039 | DirLandReply Low 50 Trusted Zerocoded | 1052 | DirLandReply Low 50 Trusted Zerocoded UDPDeprecated |
1040 | { | 1053 | { |
1041 | AgentData Single | 1054 | AgentData Single |
1042 | { AgentID LLUUID } | 1055 | { AgentID LLUUID } |
@@ -1053,6 +1066,7 @@ version 2.0 | |||
1053 | { ForSale BOOL } | 1066 | { ForSale BOOL } |
1054 | { SalePrice S32 } | 1067 | { SalePrice S32 } |
1055 | { ActualArea S32 } | 1068 | { ActualArea S32 } |
1069 | //{ ProductSKU Variable 1 } | ||
1056 | } | 1070 | } |
1057 | } | 1071 | } |
1058 | 1072 | ||
@@ -1465,7 +1479,7 @@ version 2.0 | |||
1465 | } | 1479 | } |
1466 | } | 1480 | } |
1467 | 1481 | ||
1468 | // TeleportFailed somehwere->sim->viewer | 1482 | // TeleportFailed somewhere->sim->viewer |
1469 | // announce failure of teleport request | 1483 | // announce failure of teleport request |
1470 | { | 1484 | { |
1471 | TeleportFailed Low 74 Trusted Unencoded | 1485 | TeleportFailed Low 74 Trusted Unencoded |
@@ -1474,6 +1488,11 @@ version 2.0 | |||
1474 | { AgentID LLUUID } | 1488 | { AgentID LLUUID } |
1475 | { Reason Variable 1 } // string | 1489 | { Reason Variable 1 } // string |
1476 | } | 1490 | } |
1491 | { | ||
1492 | AlertInfo Variable | ||
1493 | { Message Variable 1 } // string id | ||
1494 | { ExtraParams Variable 1 } // llsd extra parameters | ||
1495 | } | ||
1477 | } | 1496 | } |
1478 | 1497 | ||
1479 | 1498 | ||
@@ -2589,6 +2608,10 @@ version 2.0 | |||
2589 | { East F32 } | 2608 | { East F32 } |
2590 | { North F32 } | 2609 | { North F32 } |
2591 | } | 2610 | } |
2611 | { | ||
2612 | ModifyBlockExtended Variable | ||
2613 | { BrushSize F32 } | ||
2614 | } | ||
2592 | } | 2615 | } |
2593 | 2616 | ||
2594 | 2617 | ||
@@ -2806,6 +2829,11 @@ version 2.0 | |||
2806 | AlertData Single | 2829 | AlertData Single |
2807 | { Message Variable 1 } | 2830 | { Message Variable 1 } |
2808 | } | 2831 | } |
2832 | { | ||
2833 | AlertInfo Variable | ||
2834 | { Message Variable 1 } | ||
2835 | { ExtraParams Variable 1 } | ||
2836 | } | ||
2809 | } | 2837 | } |
2810 | 2838 | ||
2811 | // Send an AlertMessage to the named agent. | 2839 | // Send an AlertMessage to the named agent. |
@@ -8717,7 +8745,7 @@ version 2.0 | |||
8717 | 8745 | ||
8718 | // spaceserver -> simulator | 8746 | // spaceserver -> simulator |
8719 | { | 8747 | { |
8720 | RpcScriptRequestInboundForward Low 416 Trusted Unencoded | 8748 | RpcScriptRequestInboundForward Low 416 Trusted Unencoded UDPDeprecated |
8721 | { | 8749 | { |
8722 | DataBlock Single | 8750 | DataBlock Single |
8723 | { RPCServerIP IPADDR } | 8751 | { RPCServerIP IPADDR } |