diff options
| author | James Cook <james@cookmd.com> | 2010-04-01 10:15:37 -0700 | 
|---|---|---|
| committer | James Cook <james@cookmd.com> | 2010-04-01 10:15:37 -0700 | 
| commit | 7381679cd0f77a2b91b2fce5f0060afc2d359f5a (patch) | |
| tree | feb9da6e9ab6eaefccd63bcb7acdb5ad36206ef8 /scripts | |
| parent | e067c532c63f8e655016dd96c1dac9e92d329ca7 (diff) | |
Add TransactionInfo to MoneyBalanceReply, unpack test data
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/messages/message_template.msg | 24 | 
1 files changed, 24 insertions, 0 deletions
| diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index d4f791c202..1080d140dc 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -6812,6 +6812,18 @@ version 2.0  		{	SquareMetersCommitted	S32	}  		{	Description			Variable 1	}	// string  	} +	// For replies that are part of a transaction (buying something) provide +	// metadata for localization.  If TransactionType is 0, the message is +	// purely a balance update.  Added for server 1.40 and viewer 2.1.  JC +	{ +		TransactionInfo		Single +		{	TransactionType			S32			}	// lltransactiontype.h +		{	TransactionFlags		U32			}	// lltransactionflags.h +		{	SourceID				LLUUID		} +		{	DestID					LLUUID		} +		{	Amount					S32			} +		{	ItemDescription			Variable 1	}	// string +	}  } @@ -6838,6 +6850,16 @@ version 2.0  		{	SquareMetersCommitted	S32	}  		{	Description			Variable 1	}	// string  	} +	// See MoneyBalanceReply above. +	{ +		TransactionInfo		Single +		{	TransactionType			S32			}	// lltransactiontype.h +		{	TransactionFlags		U32			}	// lltransactionflags.h +		{	SourceID				LLUUID		} +		{	DestID					LLUUID		} +		{	Amount					S32			} +		{	ItemDescription			Variable 1	}	// string +	}  } @@ -8972,5 +8994,7 @@ version 2.0  		{	InvType			S8	}  		{	Name			Variable	1	}  		{	Description		Variable	1	} +  	}  } + | 
