aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/messages
diff options
context:
space:
mode:
Diffstat (limited to 'linden/scripts/messages')
-rw-r--r--linden/scripts/messages/message_template.msg30
1 files changed, 24 insertions, 6 deletions
diff --git a/linden/scripts/messages/message_template.msg b/linden/scripts/messages/message_template.msg
index b9c694b..c5588f4 100644
--- a/linden/scripts/messages/message_template.msg
+++ b/linden/scripts/messages/message_template.msg
@@ -1955,10 +1955,19 @@ version 2.0
1955} 1955}
1956 1956
1957 1957
1958// ObjectPosition 1958// DEPRECATED: ObjectPosition
1959// viewer -> simulator 1959// == Old Behavior ==
1960// Set the position on objects
1961//
1962// == Reason for deprecation ==
1963// Unused code path was removed in the move to Havok4
1964// Object position, scale and rotation messages were already unified
1965// to MultipleObjectUpdate and this message was unused cruft.
1966//
1967// == New Location ==
1968// MultipleObjectUpdate can be used instead.
1960{ 1969{
1961 ObjectPosition Medium 4 NotTrusted Zerocoded 1970 ObjectPosition Medium 4 NotTrusted Zerocoded Deprecated
1962 { 1971 {
1963 AgentData Single 1972 AgentData Single
1964 { AgentID LLUUID } 1973 { AgentID LLUUID }
@@ -1972,10 +1981,19 @@ version 2.0
1972} 1981}
1973 1982
1974 1983
1975// ObjectScale 1984// DEPRECATED: ObjectScale
1976// viewer -> simulator 1985// == Old Behavior ==
1986// Set the scale on objects
1987//
1988// == Reason for deprecation ==
1989// Unused code path was removed in the move to Havok4
1990// Object position, scale and rotation messages were already unified
1991// to MultipleObjectUpdate and this message was unused cruft.
1992//
1993// == New Location ==
1994// MultipleObjectUpdate can be used instead.
1977{ 1995{
1978 ObjectScale Low 92 NotTrusted Zerocoded 1996 ObjectScale Low 92 NotTrusted Zerocoded Deprecated
1979 { 1997 {
1980 AgentData Single 1998 AgentData Single
1981 { AgentID LLUUID } 1999 { AgentID LLUUID }