* Modified ImageDownload to hold ImageType and DiscardLevel
* RequestImage() now takes a starting packet number as a parameter * Image download refresh timer calculates which packet to restart the transfer at git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2227 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenMetaverse.TestClient
|
||||
}
|
||||
|
||||
OutfitAssets.Add(face.TextureID);
|
||||
Client.Assets.RequestImage(face.TextureID, type, 100000.0f, 0);
|
||||
Client.Assets.RequestImage(face.TextureID, type, 100000.0f, 0, 0);
|
||||
|
||||
output.Append(((AppearanceManager.TextureIndex)j).ToString());
|
||||
output.Append(" ");
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace groupmanager
|
||||
Profile = profile;
|
||||
|
||||
if (Group.InsigniaID != UUID.Zero)
|
||||
Client.Assets.RequestImage(Group.InsigniaID, ImageType.Normal, 113000.0f, 0);
|
||||
Client.Assets.RequestImage(Group.InsigniaID, ImageType.Normal, 113000.0f, 0, 0);
|
||||
|
||||
if (this.InvokeRequired)
|
||||
this.BeginInvoke(new MethodInvoker(UpdateProfile));
|
||||
|
||||
Reference in New Issue
Block a user