* Fixed another null reference exception in asset code

* Added a debug logging on/off command to TestClient and a research command that is just a sandbox for random testing
* Fixed the teleport callback
* Added VisualParamGenerator that is like BodyShapeGenerator but different

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@867 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-01-22 01:15:08 +00:00
parent a63e6811d6
commit 14914a6bbb
11 changed files with 375 additions and 28 deletions

View File

@@ -112,8 +112,6 @@ namespace libsecondlife.TestClient
private void PrintPrompt()
{
//Console.Write(String.Format("{0} {1} - {2}> ", client.Self.FirstName, client.Self.LastName, client.Network.CurrentSim.Region.Name));
int online = 0;
foreach (SecondLife client in Clients.Values)