From 35b0c2e9dfbbf811c12c9e3e7d4359a13b987977 Mon Sep 17 00:00:00 2001
From: Brian McBee
Date: Mon, 7 Jan 2008 01:03:46 +0000
Subject: More inventory work for CharlieO. Final patch to make it all work yet
to come.
---
.../ClothingLibrary/ClothingLibraryFolders.xml | 17 ++++++++
.../ClothingLibrary/ClothingLibraryItems.xml | 45 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
create mode 100644 bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml
create mode 100644 bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml
new file mode 100644
index 0000000..2be61d4
--- /dev/null
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
new file mode 100644
index 0000000..045dac0
--- /dev/null
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
--
cgit v1.1
From 19ed64b11456b990ecbf6f6d4d33112005cd3722 Mon Sep 17 00:00:00 2001
From: Brian McBee
Date: Wed, 9 Jan 2008 03:52:07 +0000
Subject: Third part of CharlieO's library rework. We now have library
organization! Thanks CharlieO!
---
bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
index 045dac0..977c24f 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -15,7 +15,7 @@
-->
-
+
--
cgit v1.1
From 82af9b7a78e09dc3ba432967e922cfd20e11692e Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Wed, 9 Jan 2008 23:28:50 +0000
Subject: Set svn:eol-style.
---
.../ClothingLibrary/ClothingLibraryFolders.xml | 34 ++++----
.../ClothingLibrary/ClothingLibraryItems.xml | 92 +++++++++++-----------
2 files changed, 63 insertions(+), 63 deletions(-)
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml
index 2be61d4..488c395 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryFolders.xml
@@ -1,17 +1,17 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
index 977c24f..9e297f0 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -1,46 +1,46 @@
-
-
-
-
-
+
+
+
+
+
--
cgit v1.1
From 667b54f5a2a04fa5a2859397868d270eab3913f1 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 23 Jul 2011 01:59:14 +0100
Subject: Don't load current/next/everyone/base permissions from the library
item xml files - always use PermissionMask.All instead (which was the
existing default).
Library items always need the same permissions, so it doesn't make sense to load them from the xml files. This just opens the door to permissions mistakes.
---
bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
index 9e297f0..a12bb8a 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -9,10 +9,6 @@
-
-
-
-
-->
+
--
cgit v1.1
From fcaa4f601231a6feb7fd5ea40e35fba6220c6235 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 23 Jul 2011 02:05:51 +0100
Subject: Revert "Don't load current/next/everyone/base permissions from the
library item xml files - always use PermissionMask.All instead (which was the
existing default)."
There actually are uses for this. I will correct the perms instead since some entries appear to be wrong.
This reverts commit 667b54f5a2a04fa5a2859397868d270eab3913f1.
---
bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
index a12bb8a..9e297f0 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -9,6 +9,10 @@
+
+
+
+
-->
-
--
cgit v1.1
From f0895028e96e39ca179cad8c103042397ad870e5 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sat, 23 Jul 2011 02:13:11 +0100
Subject: Remove manually permissions settings on all current library items so
that they use the defaults instead.
Some items had completely wrong permissions - this is easier than correcting them all.
The ability to set permissions in xml is retained since there are use cases for this (e.g. to create no-mod library scripts)
---
bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
index 9e297f0..a12bb8a 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -9,10 +9,6 @@
-
-
-
-
-->
+
--
cgit v1.1
From db24cf53229bbe5cb6ae949dc89aced08d46ceed Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 11 Mar 2015 23:04:39 +0000
Subject: Add required wearable flags values to inventory body parts and
clothing example xml
---
bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 3 +++
1 file changed, 3 insertions(+)
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
index a12bb8a..53698ef 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -9,6 +9,7 @@
+
-->
--
cgit v1.1
From b9c384fc3c0f5ac11a51898746fc6a3869bc2591 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 11 Mar 2015 23:12:21 +0000
Subject: Add rough and ready element explanation in a comment at the top of
inventory library items xml
---
bin/inventory/ClothingLibrary/ClothingLibraryItems.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
(limited to 'bin/inventory/ClothingLibrary')
diff --git a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
index 53698ef..b2fc005 100644
--- a/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
+++ b/bin/inventory/ClothingLibrary/ClothingLibraryItems.xml
@@ -1,6 +1,18 @@
+
+