From 55612611c679efda5d491944dee75f4768749277 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Tue, 30 May 2017 22:03:43 +0100
Subject: SL-694 - stub support for ObjectAnimation message type

---
 scripts/messages/message_template.msg      | 30 ++++++++++++++++++++++++++++--
 scripts/messages/message_template.msg.sha1 |  2 +-
 2 files changed, 29 insertions(+), 3 deletions(-)

(limited to 'scripts/messages')

diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg
index c56eaae6fe..3185121a6e 100755
--- a/scripts/messages/message_template.msg
+++ b/scripts/messages/message_template.msg
@@ -8,7 +8,7 @@ version 2.0
 // for each type is listed below:
 // Low: 423
 // Medium: 18
-// High: 29
+// High: 30
 // PLEASE UPDATE THIS WHEN YOU ADD A NEW MESSAGE!
 
 
@@ -3571,7 +3571,6 @@ version 2.0
 	}
 
 }
-
 // AvatarAppearance - Update visual params
 {
 	AvatarAppearance Low 158 Trusted Zerocoded
@@ -7285,6 +7284,33 @@ version 2.0
 }
 
 
+// *************************************************************************
+// Object animation messages
+// *************************************************************************
+
+// Note this is basically identical to AvatarAnimation.
+// Needs to be a different message because existing viewers
+// have insufficiently smart handler functions.
+
+// ObjectAnimation - Update animation state
+// simulator --> viewer
+{
+        ObjectAnimation High 30 Trusted Unencoded
+        {
+                Sender                  Single
+                {       ID                      LLUUID  }
+        }
+        {
+                AnimationList Variable
+                { AnimID                LLUUID }
+                { AnimSequenceID S32 }
+        }
+        {
+                AnimationSourceList Variable
+                { ObjectID              LLUUID }
+        }
+}
+
 // *************************************************************************
 // Asset storage messages
 // *************************************************************************
diff --git a/scripts/messages/message_template.msg.sha1 b/scripts/messages/message_template.msg.sha1
index 5bc06ec042..88b84e29da 100755
--- a/scripts/messages/message_template.msg.sha1
+++ b/scripts/messages/message_template.msg.sha1
@@ -1 +1 @@
-337f351910b0c8821cb3d447bc6578516a043c80
\ No newline at end of file
+428700550e70f611b632e3bb6422fe1d093a0313
\ No newline at end of file
-- 
cgit v1.2.3


From 74957676fc0b05825abc3af907241479f06fa8c3 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Mon, 5 Jun 2017 20:22:59 +0100
Subject: SL-694 - message changes for ObjectAnimation, more logging to
 validate behavior

---
 scripts/messages/message_template.msg      | 4 ----
 scripts/messages/message_template.msg.sha1 | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

(limited to 'scripts/messages')

diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg
index 3185121a6e..18264ee59c 100755
--- a/scripts/messages/message_template.msg
+++ b/scripts/messages/message_template.msg
@@ -7305,10 +7305,6 @@ version 2.0
                 { AnimID                LLUUID }
                 { AnimSequenceID S32 }
         }
-        {
-                AnimationSourceList Variable
-                { ObjectID              LLUUID }
-        }
 }
 
 // *************************************************************************
diff --git a/scripts/messages/message_template.msg.sha1 b/scripts/messages/message_template.msg.sha1
index 88b84e29da..db87ad5e77 100755
--- a/scripts/messages/message_template.msg.sha1
+++ b/scripts/messages/message_template.msg.sha1
@@ -1 +1 @@
-428700550e70f611b632e3bb6422fe1d093a0313
\ No newline at end of file
+55df2c7135733c5da64ef8f01859b83a433a3a09
\ No newline at end of file
-- 
cgit v1.2.3