* Changed HttpRequestCallback to pass the signature of the incoming request
* Added NameValue.NameValuesToString() to serialize NameValue arrays * Fixed the avatar name tag in Simian, and added a hack to keep the client from trying to download wearables (for now) git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2116 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -139,7 +139,7 @@ namespace Simian.Extensions
|
||||
update.ObjectData[0].JointType = (byte)0;
|
||||
update.ObjectData[0].Material = (byte)3;
|
||||
update.ObjectData[0].MediaURL = new byte[0];
|
||||
update.ObjectData[0].NameValue = Utils.StringToBytes(agent.Avatar.Name);
|
||||
update.ObjectData[0].NameValue = Utils.StringToBytes(NameValue.NameValuesToString(agent.Avatar.NameValues));
|
||||
update.ObjectData[0].ObjectData = objectData;
|
||||
update.ObjectData[0].OwnerID = UUID.Zero;
|
||||
update.ObjectData[0].ParentID = 0;
|
||||
|
||||
Reference in New Issue
Block a user