On a mad coding spree.

* Implemented AvatarManager, added the async functions
* Rebuilt the key2name functionality
* Fixed and cleaned up a lot of the teleporting code
* More functions implemented in GroupManager
* Renamed SecondLife.Avatar to SecondLife.Self
* Updated the groupmanager example to list group members
* Renamed Form1.cs to AnimationSample.cs

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@386 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-10-24 11:16:26 +00:00
parent f079a2b342
commit 9830bf85e4
21 changed files with 636 additions and 649 deletions

View File

@@ -120,7 +120,7 @@ namespace IA_SimpleInventory
protected void doStuff()
{
Console.WriteLine("Dumping a copy of " + client.Avatar.FirstName + "'s inventory to the console.");
Console.WriteLine("Dumping a copy of " + client.Self.FirstName + "'s inventory to the console.");
Console.WriteLine();
Console.WriteLine(AgentInventory.getRootFolder().toXML(false));