diff options
author | idb | 2009-01-22 23:58:46 +0000 |
---|---|---|
committer | idb | 2009-01-22 23:58:46 +0000 |
commit | 757762a630274e2d3c9bf2bfb7ab2be625c50da0 (patch) | |
tree | 490119b88bec4f27806b08d0aeff7f513c9dc126 /bin/inventory | |
parent | * Add some caps seed capability path checking to the simple non neighbours st... (diff) | |
download | opensim-SC-757762a630274e2d3c9bf2bfb7ab2be625c50da0.zip opensim-SC-757762a630274e2d3c9bf2bfb7ab2be625c50da0.tar.gz opensim-SC-757762a630274e2d3c9bf2bfb7ab2be625c50da0.tar.bz2 opensim-SC-757762a630274e2d3c9bf2bfb7ab2be625c50da0.tar.xz |
Implement missing LSL TEXTURE_xxx constants including two new textures.
Fixes Mantis #3030
Diffstat (limited to 'bin/inventory')
-rw-r--r-- | bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml index 85ba073..31044b0 100644 --- a/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml +++ b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | |||
@@ -720,4 +720,32 @@ | |||
720 | <Key Name="everyonePermissions" Value="2147483647" /> | 720 | <Key Name="everyonePermissions" Value="2147483647" /> |
721 | <Key Name="basePermissions" Value="2147483647" /> | 721 | <Key Name="basePermissions" Value="2147483647" /> |
722 | </Section> | 722 | </Section> |
723 | |||
724 | <Section Name="Default Media Texture"> | ||
725 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000011"/> | ||
726 | <Key Name="assetID" Value="8b5fec65-8d8d-9dc5-cda8-8fdf2716e361"/> | ||
727 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
728 | <Key Name="description" Value="" /> | ||
729 | <Key Name="name" Value="Default Media Texture" /> | ||
730 | <Key Name="assetType" Value="0" /> | ||
731 | <Key Name="inventoryType" Value="0" /> | ||
732 | <Key Name="currentPermissions" Value="2147483647" /> | ||
733 | <Key Name="nextPermissions" Value="2147483647" /> | ||
734 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
735 | <Key Name="basePermissions" Value="2147483647" /> | ||
736 | </Section> | ||
737 | |||
738 | <Section Name="Default Transparent Texture"> | ||
739 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000012"/> | ||
740 | <Key Name="assetID" Value="8dcd4a48-2d37-4909-9f78-f7a9eb4ef903"/> | ||
741 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
742 | <Key Name="description" Value="" /> | ||
743 | <Key Name="name" Value="Default Transparent Texture" /> | ||
744 | <Key Name="assetType" Value="0" /> | ||
745 | <Key Name="inventoryType" Value="0" /> | ||
746 | <Key Name="currentPermissions" Value="2147483647" /> | ||
747 | <Key Name="nextPermissions" Value="2147483647" /> | ||
748 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
749 | <Key Name="basePermissions" Value="2147483647" /> | ||
750 | </Section> | ||
723 | </Nini> | 751 | </Nini> |