From 70e55205a19ca83aa2f63c2b2c5d2c300e2324f6 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 15 Mar 2008 11:48:27 +0000 Subject: Part 1 of making inventory work again in the 1.19.1 (RC) client. Implemented the FetchInventoryDescendents CAPS handler. But currently returning empty folder details. So this commit doesn't actually fix inventory in that client, it just stops the "loading" message being displayed forever next to a folder, and instead shows empty folders. Next part will be to fill in the details of the items in the folders. --- OpenSim/Framework/Communications/Capabilities/LLSDCapsDetails.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/Communications/Capabilities/LLSDCapsDetails.cs') diff --git a/OpenSim/Framework/Communications/Capabilities/LLSDCapsDetails.cs b/OpenSim/Framework/Communications/Capabilities/LLSDCapsDetails.cs index 6bec162..dc866ba 100644 --- a/OpenSim/Framework/Communications/Capabilities/LLSDCapsDetails.cs +++ b/OpenSim/Framework/Communications/Capabilities/LLSDCapsDetails.cs @@ -42,6 +42,7 @@ namespace OpenSim.Region.Capabilities public string UpdateScriptAgentInventory = String.Empty; public string UpdateScriptTaskInventory = String.Empty; // public string ParcelVoiceInfoRequest = String.Empty; + public string FetchInventoryDescendents = String.Empty; public LLSDCapsDetails() { -- cgit v1.1