Standard library folders can now be configued in the xml in inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently

showing up as texture folders, even though they are configured with the same types as the agent inventory folders.  This should be resolved soon.
This commit is contained in:
Justin Clarke Casey
2007-12-31 03:33:21 +00:00
parent b0a6299937
commit 60fa75ac04
9 changed files with 208 additions and 63 deletions

View File

@@ -1,6 +1,22 @@
<Nini>
<!-- the root Opensim Library folder ID is 00000112-000f-0000-0000-000100bba000 -->
<!--
<Section Name="Fart notecard">
<Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
<Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba001"/>
<Key Name="description" Value="ha" />
<Key Name="name" Value="Fart" />
<Key Name="assetType" Value="7" />
<Key Name="inventoryType" Value="7" />
<Key Name="currentPermissions" Value="2147483647" />
<Key Name="nextPermissions" Value="2147483647" />
<Key Name="everyonePermissions" Value="2147483647" />
<Key Name="basePermissions" Value="2147483647" />
</Section>
-->
<Section Name="Welcome notecard">
<Key Name="inventoryID" Value="00000000-0000-2222-4444-000000000001" />
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
@@ -9,10 +25,10 @@
<Key Name="name" Value="Welcome" />
<Key Name="assetType" Value="7" />
<Key Name="inventoryType" Value="7" />
<Key Name="currentPermissions" Value="1000000000000000" />
<Key Name="nextPermissions" Value="1000000000000000" />
<Key Name="everyonePermissions" Value="1000000000000000" />
<Key Name="basePermissions" Value="1000000000000000" />
<Key Name="currentPermissions" Value="2147483647" />
<Key Name="nextPermissions" Value="2147483647" />
<Key Name="everyonePermissions" Value="2147483647" />
<Key Name="basePermissions" Value="2147483647" />
</Section>
<Section Name="4-tile2 Texture">
<Key Name="inventoryID" Value="00000000-0000-2222-4444-100000001000" />