LIBOMV-492 WinGridProxy - Automatically colorize packet details in view
* Log Viewer built into WinGridProxy * New Decoder system supports the ability to do custom decoding on packet fields, PacketToString moved from Helpers to its own class. * GridProxy library now uses log4net library to do logging, WinGridProxy logging configuration added to make use of this. LIBOMV-512 WinGridProxy decodes KeyValue pairs * Added Invert & Mirror flags to sculptType enum * Converted SoundManager to use the SoundFlags enum in the AttachedSound callback * TestClient "who" command now shows agents logal ID git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2805 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -27,8 +27,8 @@ namespace OpenMetaverse.TestClient
|
||||
delegate(Avatar av)
|
||||
{
|
||||
result.AppendLine();
|
||||
result.AppendFormat("{0} (Group: {1}, Location: {2}, UUID: {3})",
|
||||
av.Name, av.GroupName, av.Position, av.ID.ToString());
|
||||
result.AppendFormat("{0} (Group: {1}, Location: {2}, UUID: {3} LocalID: {4})",
|
||||
av.Name, av.GroupName, av.Position, av.ID, av.LocalID);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user