OpenSimMirror/OpenSim/Framework/Communications/Capabilities
Charles Krinke d9cc908471 Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:
Places touched:
- Added two events for in-packets to LLCLientView: RegionHandleRequest and
  ParcelInfoRequest
- Added sending of two out-packets to LLCLientView: RegionIDAndHandleReply and
  ParcelInfoReply.
- Scene handles the RegionHandleRequest, LandManagementModule the
  ParcelInfoRequest
- Added inter-region request for LandData by RegionHandle and local position.
  This was implemented as XML-RPC request. The returned LandData isn't
  complete, it only contains the data necessary for answering the
  ParcelInfoRequest
- Added new CAPS (0009) for RemoteParcelRequest and some methods for LandData
  handling to LandManagementModule
- Added methods for fake parcelID creation and parsing to Util
- Fixed missing implementation of interface methods.
- Added new file:
    OpenSim/Framework/Communications/Capabilities/LLSDRemoteParcelResponse.cs
  NOTE: This is part of the patch, too.
Due to the many places touched, I would consider this patch as experimental.
2008-08-16 19:20:14 +00:00
..
Caps.cs Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: 2008-08-16 19:20:14 +00:00
CapsHandlers.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
LLSD.cs Minor formatting cleanup. 2008-06-06 01:19:15 +00:00
LLSDArray.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDAssetUploadComplete.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDAssetUploadRequest.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDAssetUploadResponse.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDCapEvent.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDEmpty.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDHelpers.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
LLSDInventoryItem.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
LLSDItemUpdate.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDMapLayer.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDMapLayerResponse.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDMapRequest.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDMethod.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDParcelVoiceInfoResponse.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
LLSDRemoteParcelResponse.cs Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: 2008-08-16 19:20:14 +00:00
LLSDStreamHandler.cs Update svn properties. Formatting cleanup. 2008-05-25 23:27:38 +00:00
LLSDTaskInventoryUploadComplete.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
LLSDTaskScriptUpdate.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00
LLSDTest.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDType.cs * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. 2008-05-01 15:36:39 +00:00
LLSDVoiceAccountResponse.cs Formatting cleanup. 2008-05-16 01:22:11 +00:00