From 55612611c679efda5d491944dee75f4768749277 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Tue, 30 May 2017 22:03:43 +0100 Subject: SL-694 - stub support for ObjectAnimation message type --- scripts/messages/message_template.msg | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'scripts/messages/message_template.msg') 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 // ************************************************************************* -- cgit v1.2.3 From 74957676fc0b05825abc3af907241479f06fa8c3 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" 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 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/messages/message_template.msg') 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 } - } } // ************************************************************************* -- cgit v1.2.3