From 934e15973ea86e0e863123d4c5eabeae44d6c763 Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Wed, 31 Jan 2007 19:36:32 +0000 Subject: merge release@57486 release-candidate@57503 --- scripts/messages/message_template.msg | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index b44b099c33..32a514502f 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -4260,10 +4260,7 @@ sim -> dataserver { BornOn Variable 1 } // string { ProfileURL Variable 1 } // string { CharterMember Variable 1 } // special - usually U8 - { AllowPublish BOOL } // whether profile is externally visible or not - { MaturePublish BOOL } // profile is "mature" - { Identified BOOL } // whether avatar has provided payment info - { Transacted BOOL } // whether avatar has actively used payment info + { Flags U32 } } } @@ -9196,11 +9193,20 @@ sim -> dataserver // ViewerEffect // Viewer side effect that's sent from one viewer, and broadcast to other agents nearby +// viewer-->sim (single effect created by viewer) +// sim-->viewer (multiple effects that can be seen by viewer) +// the AgentData block used for authentication for viewer-->sim messages { ViewerEffect Medium NotTrusted Zerocoded + { + AgentData Single + { AgentID LLUUID } + { SessionID LLUUID } + } { Effect Variable - { ID LLUUID } // UUID of the effect + { ID LLUUID } // unique UUID of the effect + { AgentID LLUUID } // yes, pack AgentID again (note this block is variable) { Type U8 } // Type of the effect { Duration F32 } // F32 time (seconds) { Color Fixed 4 } // Color4U -- cgit v1.2.3