Capabilities

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Capabilities)
Line 14: Line 14:
  
 
=Capabilities=
 
=Capabilities=
* AttachmentResources - appears to be associated with determining limits on scripts in agent attachments.
+
{|
* AvatarPickerSearch
+
! Name !! Description
* ChatSessionRequest
+
| AttachmentResources || appears to be associated with determining limits on scripts in agent attachments.
* CopyInventoryFromNotecard
+
| AvatarPickerSearch ||
* DispatchRegionInfo
+
| ChatSessionRequest ||
* EstateChangeInfo
+
| CopyInventoryFromNotecard ||
* EventQueueGet - used for the event queue.
+
| DispatchRegionInfo ||
* FetchInventory - obsolete
+
| EstateChangeInfo ||
* ObjectMedia - used to get information about a media on a prim (MOAP)/shared media texture/surface.
+
| EventQueueGet || used for the event queue.
* ObjectMediaNavigate - used to change web pages, etc., on a MOAP surface.
+
| FetchInventory || obsolete
* FetchLib
+
| FetchInventory2 || see [http://wiki.secondlife.com/wiki/Inventory_API#Viewer_Capabilities Inventory capabilities]
* FetchLibDescendents
+
| FetchInventoryDescendents2 || see [http://wiki.secondlife.com/wiki/Inventory_API#Viewer_Capabilities Inventory capabilities]
* GetDisplayNames
+
| FetchLib2 || see [http://wiki.secondlife.com/wiki/Inventory_API#Viewer_Capabilities Inventory capabilities]
* GetTexture - used to get texture data via HTTP instead of via UDP
+
| FetchLibDescendents2 || see [http://wiki.secondlife.com/wiki/Inventory_API#Viewer_Capabilities Inventory capabilities].
* GetMesh - used to get mesh data
+
| FetchLib || Obsolete
* GetObjectCost
+
| FetchLibDescendents || Obsolete
* GetObjectPhysicsData
+
| GetDisplayNames ||
* GroupMemberData
+
| GetTexture || used to get texture data via HTTP instead of via UDP
* GroupProposalBallot
+
| GetMesh || used to get mesh data
* HomeLocation
+
| GetObjectCost ||
* LandResources
+
| GetObjectPhysicsData ||
* MapLayer
+
| GroupMemberData ||
* MapLayerGod
+
| GroupProposalBallot ||
* NewFileAgentInventory
+
| HomeLocation ||
* NewFileAgentInventoryVariablePrice
+
| LandResources ||
* ObjectAdd
+
| MapLayer ||
* ParcelPropertiesUpdate
+
| MapLayerGod ||
* ParcelMediaURLFilterList
+
| NewFileAgentInventory ||
* ParcelNavigateMedia
+
| NewFileAgentInventoryVariablePrice ||
* ParcelVoiceInfoRequest
+
| ObjectAdd ||
* ProductInfoRequest
+
| ObjectMedia || used to get information about a media on a prim (MOAP)/shared media texture/surface.
* ProvisionVoiceAccountRequest
+
| ObjectMediaNavigate || used to change web pages, etc., on a MOAP surface
* RemoteParcelRequest
+
| ParcelPropertiesUpdate ||
* RequestTextureDownload
+
| ParcelMediaURLFilterList ||
* SearchStatRequest
+
| ParcelNavigateMedia ||
* SearchStatTracking
+
| ParcelVoiceInfoRequest ||
* SendPostcard
+
| ProductInfoRequest ||
* SendUserReport
+
| ProvisionVoiceAccountRequest ||
* SendUserReportWithScreenshot
+
| RemoteParcelRequest ||
* ServerReleaseNotes
+
| RequestTextureDownload ||
* SimConsole
+
| SearchStatRequest ||
* SimulatorFeatures - used to get information about what simulator features are available.  This currently includes MeshRezEnabled and MeshUploadEnabled.
+
| SearchStatTracking ||
* SetDisplayName
+
| SendPostcard ||
* StartGroupProposal
+
| SendUserReport ||
* TextureStats
+
| SendUserReportWithScreenshot ||
* UntrustedSimulatorMessage
+
| ServerReleaseNotes ||
* UpdateAgentInformation
+
| SetDisplayName
* UpdateAgentLanguage
+
| SimConsoleAsync || used for the simulator console
* UpdateGestureAgentInventory
+
| SimulatorFeatures || used to get information about what simulator features are available.  This currently includes MeshRezEnabled and MeshUploadEnabled.
* UpdateNotecardAgentInventory
+
| StartGroupProposal ||
* UpdateScriptAgent
+
| TextureStats ||
* UpdateGestureTaskInventory
+
| UntrustedSimulatorMessage ||
* UpdateNotecardTaskInventory
+
| UpdateAgentInformation ||
* UpdateScriptTask
+
| UpdateAgentLanguage ||
* UploadBakedTexture
+
| UpdateGestureAgentInventory ||
* UploadObjectAsset
+
| UpdateNotecardAgentInventory ||
* ViewerStartAuction
+
| UpdateScriptAgent ||
* ViewerStats
+
| UpdateGestureTaskInventory ||
* WebFetchInventoryDescendents
+
| UpdateNotecardTaskInventory ||
 +
| UpdateScriptTask ||
 +
| UploadBakedTexture || Used to upload avatar baked textures via HTTP rather than UDP
 +
| UploadObjectAsset ||
 +
| ViewerStartAuction ||
 +
| ViewerStats || Used to upload viewer statistics (cpu usage, fps, etc.)
 +
| WebFetchInventoryDescendents || Obsolete

Revision as of 14:27, 29 March 2013

Introduction

Capabilities are the mechanism by which a region makes certain information and services available to viewers via HTTP in addition to the messages being exchanged over UDP.

Resources

The Second Life wiki describes capabilities.

The Second Life wiki also has an incomplete summary of current capabilities.

On this wiki we have separate pages for

Capabilities

Name Description AttachmentResources appears to be associated with determining limits on scripts in agent attachments. AvatarPickerSearch ChatSessionRequest CopyInventoryFromNotecard DispatchRegionInfo EstateChangeInfo EventQueueGet used for the event queue. FetchInventory obsolete FetchInventory2 see Inventory capabilities FetchInventoryDescendents2 see Inventory capabilities FetchLib2 see Inventory capabilities FetchLibDescendents2 see Inventory capabilities. FetchLib Obsolete FetchLibDescendents Obsolete GetDisplayNames GetTexture used to get texture data via HTTP instead of via UDP GetMesh used to get mesh data GetObjectCost GetObjectPhysicsData GroupMemberData GroupProposalBallot HomeLocation LandResources MapLayer MapLayerGod NewFileAgentInventory NewFileAgentInventoryVariablePrice ObjectAdd ObjectMedia used to get information about a media on a prim (MOAP)/shared media texture/surface. ObjectMediaNavigate used to change web pages, etc., on a MOAP surface ParcelPropertiesUpdate ParcelMediaURLFilterList ParcelNavigateMedia ParcelVoiceInfoRequest ProductInfoRequest ProvisionVoiceAccountRequest RemoteParcelRequest RequestTextureDownload SearchStatRequest SearchStatTracking SendPostcard SendUserReport SendUserReportWithScreenshot ServerReleaseNotes SetDisplayName SimConsoleAsync used for the simulator console SimulatorFeatures used to get information about what simulator features are available. This currently includes MeshRezEnabled and MeshUploadEnabled. StartGroupProposal TextureStats UntrustedSimulatorMessage UpdateAgentInformation UpdateAgentLanguage UpdateGestureAgentInventory UpdateNotecardAgentInventory UpdateScriptAgent UpdateGestureTaskInventory UpdateNotecardTaskInventory UpdateScriptTask UploadBakedTexture Used to upload avatar baked textures via HTTP rather than UDP UploadObjectAsset ViewerStartAuction ViewerStats Used to upload viewer statistics (cpu usage, fps, etc.) WebFetchInventoryDescendents Obsolete
Personal tools
General
About This Wiki