* Removing old openjpeg-libsl.dll

* Adding Helpers.FieldToHexString() overload that matches the old function signature
* Added Quaternion.GetAxisAngle()
* Remove TestClient's own inventory stores since they are in libomv now

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2071 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-08-05 22:36:47 +00:00
parent bdc3c444bb
commit d27fd88c64
6 changed files with 47 additions and 8 deletions

View File

@@ -29,8 +29,6 @@ namespace OpenMetaverse.TestClient
private Vector3 left = new Vector3(0.9999f, 0, 0);
private Vector3 up = new Vector3(0, 0, 0.9999f);
private System.Timers.Timer updateTimer;
public Inventory InventoryStore;
public Inventory LibraryStore;
/// <summary>
///