diff options
author | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
commit | c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd (patch) | |
tree | 49f225d319b111f30f113c4cf7728565afa52132 /linden/scripts/messages | |
parent | Second Life viewer sources 1.13.2.15 (diff) | |
download | meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.zip meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.gz meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.bz2 meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.xz |
Second Life viewer sources 1.13.3.2
Diffstat (limited to '')
-rw-r--r-- | linden/scripts/messages/message_template.msg | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/linden/scripts/messages/message_template.msg b/linden/scripts/messages/message_template.msg index b44b099..32a5145 100644 --- a/linden/scripts/messages/message_template.msg +++ b/linden/scripts/messages/message_template.msg | |||
@@ -4260,10 +4260,7 @@ sim -> dataserver | |||
4260 | { BornOn Variable 1 } // string | 4260 | { BornOn Variable 1 } // string |
4261 | { ProfileURL Variable 1 } // string | 4261 | { ProfileURL Variable 1 } // string |
4262 | { CharterMember Variable 1 } // special - usually U8 | 4262 | { CharterMember Variable 1 } // special - usually U8 |
4263 | { AllowPublish BOOL } // whether profile is externally visible or not | 4263 | { Flags U32 } |
4264 | { MaturePublish BOOL } // profile is "mature" | ||
4265 | { Identified BOOL } // whether avatar has provided payment info | ||
4266 | { Transacted BOOL } // whether avatar has actively used payment info | ||
4267 | } | 4264 | } |
4268 | } | 4265 | } |
4269 | 4266 | ||
@@ -9196,11 +9193,20 @@ sim -> dataserver | |||
9196 | 9193 | ||
9197 | // ViewerEffect | 9194 | // ViewerEffect |
9198 | // Viewer side effect that's sent from one viewer, and broadcast to other agents nearby | 9195 | // Viewer side effect that's sent from one viewer, and broadcast to other agents nearby |
9196 | // viewer-->sim (single effect created by viewer) | ||
9197 | // sim-->viewer (multiple effects that can be seen by viewer) | ||
9198 | // the AgentData block used for authentication for viewer-->sim messages | ||
9199 | { | 9199 | { |
9200 | ViewerEffect Medium NotTrusted Zerocoded | 9200 | ViewerEffect Medium NotTrusted Zerocoded |
9201 | { | 9201 | { |
9202 | AgentData Single | ||
9203 | { AgentID LLUUID } | ||
9204 | { SessionID LLUUID } | ||
9205 | } | ||
9206 | { | ||
9202 | Effect Variable | 9207 | Effect Variable |
9203 | { ID LLUUID } // UUID of the effect | 9208 | { ID LLUUID } // unique UUID of the effect |
9209 | { AgentID LLUUID } // yes, pack AgentID again (note this block is variable) | ||
9204 | { Type U8 } // Type of the effect | 9210 | { Type U8 } // Type of the effect |
9205 | { Duration F32 } // F32 time (seconds) | 9211 | { Duration F32 } // F32 time (seconds) |
9206 | { Color Fixed 4 } // Color4U | 9212 | { Color Fixed 4 } // Color4U |