LIBOMV-477 LindenMessages additions/fixes:

* New LandStatReplyMessage
* Test added for UpdateNotecardAgentInventoryMessage
LIBOMV-492 More WinGridProxy Goodness:
* New Inspectors: Notation, Raw changed to show Request/Response Headers, default Request/Response tab shows a formatted string representation of the Packet/Message being decoded. 
* All messages are wire-data tested against IMessage system.
* Changed login box to be a dropdown with a few default grid options: Agni, Aditi, OSGrid, and LocalHost for Simian connections
* Some changes to GridProxy to pass along raw byte encoded data and Headers to the Caps Delegate.


git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2644 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-04-22 00:01:30 +00:00
parent ed7daf44f1
commit 7129ee185e
9 changed files with 916 additions and 414 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenMetaverse
/// <param name="map">An <see cref="OSDMap"/> to decode</param>
/// <returns>A strongly typed object containing the decoded information from the capabilities message, or null
/// if no existing Message object exists for the specified event</returns>
internal static IMessage DecodeEvent(string eventName, OSDMap map)
public static IMessage DecodeEvent(string eventName, OSDMap map)
{
IMessage message = null;
@@ -72,7 +72,9 @@ namespace OpenMetaverse
case "UpdateScriptAgent": message = new UpdateScriptAgentMessage(); break;
case "SendPostcard": message = new SendPostcardMessage(); break;
case "UpdateNotecardAgentInventory": message = new UpdateNotecardAgentInventoryMessage(); break;
case "LandStatReply": message = new LandStatReplyMessage(); break;
case "ParcelVoiceInfoRequest": message = new ParcelVoiceInfoRequestMessage(); break;
case "ViewerStats": message = new ViewerStatsMessage(); break;
// Capabilities TODO:
// DispatchRegionInfo