* 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:
John Hurliman
2008-09-16 00:31:55 +00:00
parent 76bbff3c66
commit 6497ef03ca
4 changed files with 48 additions and 17 deletions

View File

@@ -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));