LIBOMV-477 Adds UpdateScriptAgentMessage and UpdateScriptTaskMessage to the messaging system for uploading scripts to an agents inventory and a prims task inventory respectively, Tests Included

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2628 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-04-18 05:57:46 +00:00
parent c73fb90fd9
commit 5f785e9dfc
3 changed files with 89 additions and 3 deletions

View File

@@ -68,6 +68,8 @@ namespace OpenMetaverse
case "Viewerstats": message = new ViewerStatsMessage(); break;
case "UpdateAgentLanguage": message = new UpdateAgentLanguageMessage(); break;
case "RemoteParcelRequest": message = new RemoteParcelRequestMessage(); break;
case "UpdateScriptTask": message = new UpdateScriptTaskMessage(); break;
case "UpdateScriptAgent": message = new UpdateScriptAgentMessage(); break;
// Capabilities TODO:
// DispatchRegionInfo
@@ -87,7 +89,6 @@ namespace OpenMetaverse
// StartGroupProposal
// UpdateGestureAgentInventory
// UpdateNotecardAgentInventory
// UpdateScriptAgent
// UpdateGestureTaskInventory
// UpdateNotecardTaskInventory
// ViewerStartAuction