diff options
| author | Dave Simmons <simon@lindenlab.com> | 2009-03-20 20:00:47 +0000 | 
|---|---|---|
| committer | Dave Simmons <simon@lindenlab.com> | 2009-03-20 20:00:47 +0000 | 
| commit | 24b26d71ee01211aa796b8061b66ec06a133e4ce (patch) | |
| tree | 96bffcd019c933ad3ebbfd5f096968108b22aab5 /scripts | |
| parent | 5dfd435872e36445dcc82f99443dfc5a7ee0805a (diff) | |
svn merge -r113004:115000 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.26
Merge latest 1.26 into trunk
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/messages/message_template.msg | 24 | 
1 files changed, 23 insertions, 1 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index c6d42cf882..22752ef33c 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -723,6 +723,10 @@ version 2.0  		{	Auction			BOOL		}  		{	Dwell			F32			}  	} +	{ +		StatusData            Variable +		{	Status		U32		} +	}  }  // DirPeopleReply @@ -767,6 +771,10 @@ version 2.0  		{	UnixTime	U32				}  		{	EventFlags	U32				}  	} +	{ +		StatusData Variable +		{	Status		U32			} +	}  }  // DirGroupsReply @@ -852,6 +860,10 @@ version 2.0  		{	ExpirationDate	U32			}  		{	PriceForListing	S32			}  	} +	{ +		StatusData Variable +		{	Status			U32		} +	}  } @@ -1465,7 +1477,7 @@ version 2.0  	}  } -// TeleportFailed somehwere->sim->viewer +// TeleportFailed somewhere->sim->viewer  // announce failure of teleport request  {  	TeleportFailed Low 74 Trusted Unencoded @@ -1474,6 +1486,11 @@ version 2.0  		{	AgentID		LLUUID			}  		{	Reason		Variable	1	}  // string  	} +	{ +		AlertInfo			Variable +		{	Message			Variable	1	}	// string id +		{	ExtraParams		Variable	1	}	// llsd extra parameters +	}  } @@ -2810,6 +2827,11 @@ version 2.0  		AlertData			Single  		{	Message			Variable	1	}  	} +	{ +		AlertInfo			Variable +		{	Message			Variable	1	} +		{	ExtraParams		Variable	1	} +	}  }  // Send an AlertMessage to the named agent.  | 
