LIBOMV-477 Finished UpdateNotecardAgentInventoryMessage class for Message system (Still need unit test)
LIBOMV-496 Implements new ObservableDictionary class * Switched out KnownCaps dictionary in GridProxy to use new ObservableDictionary. LIBOMV-495 Fixes bug while loading saved settings file in WinGridProxy.AboutBox1.resources LIBOMV-492 Enhancements to WinGridProxy: * All Selection and Filtering menu uptions should work properly now * Made several setting optional in the File and Session menu * Filter preferences can be saved and restored (ie: white/blacklist like in GridProxy) * Work has began on WinGridProxy session searching * Switched out CheckedListBoxes for ListViews since they have more flexibility * Refactored WinGridProxy into multuple classes, major code cleanup * Capabilities discovered and events sent via the EventQueue are automatically added to the Messages Filter listview git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2630 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -71,6 +71,8 @@ namespace OpenMetaverse
|
||||
case "UpdateScriptTask": message = new UpdateScriptTaskMessage(); break;
|
||||
case "UpdateScriptAgent": message = new UpdateScriptAgentMessage(); break;
|
||||
case "SendPostcard": message = new SendPostcardMessage(); break;
|
||||
case "UpdateNotecardAgentInventory": message = new UpdateNotecardAgentInventoryMessage(); break;
|
||||
|
||||
|
||||
// Capabilities TODO:
|
||||
// DispatchRegionInfo
|
||||
@@ -83,13 +85,11 @@ namespace OpenMetaverse
|
||||
// RequestTextureDownload
|
||||
// SearchStatRequest
|
||||
// SearchStatTracking
|
||||
// SendPostcard
|
||||
// SendUserReport
|
||||
// SendUserReportWithScreenshot
|
||||
// ServerReleaseNotes
|
||||
// StartGroupProposal
|
||||
// UpdateGestureAgentInventory
|
||||
// UpdateNotecardAgentInventory
|
||||
// UpdateGestureTaskInventory
|
||||
// UpdateNotecardTaskInventory
|
||||
// ViewerStartAuction
|
||||
|
||||
Reference in New Issue
Block a user