diff --git a/bin/OpenMetaverse.Rendering.Meshmerizer.dll b/bin/OpenMetaverse.Rendering.Meshmerizer.dll
index 4f55376b0b..8be398ef48 100755
Binary files a/bin/OpenMetaverse.Rendering.Meshmerizer.dll and b/bin/OpenMetaverse.Rendering.Meshmerizer.dll differ
diff --git a/bin/OpenMetaverse.StructuredData.dll b/bin/OpenMetaverse.StructuredData.dll
index 8c72174e68..f015ca254e 100755
Binary files a/bin/OpenMetaverse.StructuredData.dll and b/bin/OpenMetaverse.StructuredData.dll differ
diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll
index 9854fe087c..983f97ca41 100755
Binary files a/bin/OpenMetaverse.dll and b/bin/OpenMetaverse.dll differ
diff --git a/bin/OpenMetaverseTypes.XML b/bin/OpenMetaverseTypes.XML
index a0c9135601..3da5955b02 100644
--- a/bin/OpenMetaverseTypes.XML
+++ b/bin/OpenMetaverseTypes.XML
@@ -252,8 +252,7 @@
Link to a location in world
- Collection of textures and parameters that can be
- worn by an avatar
+ Collection of textures and parameters that can be worn by an avatar
Primitive that can contain textures, sounds,
@@ -263,10 +262,7 @@
Notecard asset
- Holds a collection of inventory items
-
-
- Root inventory folder
+ Holds a collection of inventory items. "Category" in the Linden viewer
Linden scripting language script
@@ -278,17 +274,7 @@
Uncompressed TGA texture
- Collection of textures and shape parameters that can
- be worn
-
-
- Trash folder
-
-
- Snapshot folder
-
-
- Lost and found folder
+ Collection of textures and shape parameters that can be worn
Uncompressed sound
@@ -310,44 +296,109 @@
Simstate file
-
- Contains landmarks for favorites
-
Asset is a link to another inventory item
Asset is a link to another inventory folder
-
- Beginning of the range reserved for ensembles
-
-
- End of the range reserved for ensembles
-
-
- Folder containing inventory links to wearables and attachments
- that are part of the current outfit
-
-
- Folder containing inventory items or links to
- inventory items of wearables and attachments
- together make a full outfit
-
-
- Root folder for the folders of type OutfitFolder
+
+ Marketplace Folder. Same as an Category but different display methods.
Linden mesh format
-
+
+
+ The different types of folder.
+
+
+
+ None folder type
+
+
+ Texture folder type
+
+
+ Sound folder type
+
+
+ Calling card folder type
+
+
+ Landmark folder type
+
+
+ Clothing folder type
+
+
+ Object folder type
+
+
+ Notecard folder type
+
+
+ The root folder type
+
+
+ LSLText folder
+
+
+ Bodyparts folder
+
+
+ Trash folder
+
+
+ Snapshot folder
+
+
+ Lost And Found folder
+
+
+ Animation folder
+
+
+ Gesture folder
+
+
+ Favorites folder
+
+
+ Ensemble beginning range
+
+
+ Ensemble ending range
+
+
+ Current outfit folder
+
+
+ Outfit folder
+
+
+ My outfits folder
+
+
+ Mesh folder
+
+
Marketplace direct delivery inbox ("Received Items")
-
+
Marketplace direct delivery outbox
-
-
+
+ Basic root folder
+
+
+ Marketplace listings folder
+
+
+ Marketplace stock folder
+
+
+ Hypergrid Suitcase folder
@@ -1071,38 +1122,6 @@
multiple writers
-
- Queue head
-
-
- Queue tail
-
-
- Queue item count
-
-
-
- Constructor
-
-
-
-
- Enqueue an item
-
- Item to enqeue
-
-
-
- Try to dequeue an item
-
- Dequeued item if the dequeue was successful
- True if an item was successfully deqeued, otherwise false
-
-
- Gets the current number of items in the queue. Since this
- is a lockless collection this value should be treated as a close
- estimate
-
Provides a node container for data in a singly linked list
@@ -1124,6 +1143,38 @@
Constructor
+
+ Queue head
+
+
+ Queue tail
+
+
+ Queue item count
+
+
+ Gets the current number of items in the queue. Since this
+ is a lockless collection this value should be treated as a close
+ estimate
+
+
+
+ Constructor
+
+
+
+
+ Enqueue an item
+
+ Item to enqeue
+
+
+
+ Try to dequeue an item
+
+ Dequeued item if the dequeue was successful
+ True if an item was successfully deqeued, otherwise false
+
Convert this matrix to euler rotations
@@ -1334,6 +1385,37 @@
Time of the last drip, in system ticks
+
+
+ The parent bucket of this bucket, or null if this bucket has no
+ parent. The parent bucket will limit the aggregate bandwidth of all
+ of its children buckets
+
+
+
+
+ Maximum burst rate in bytes per second. This is the maximum number
+ of tokens that can accumulate in the bucket at any one time
+
+
+
+
+ The speed limit of this bucket in bytes per second. This is the
+ number of tokens that are added to the bucket per second
+
+ Tokens are added to the bucket any time
+ is called, at the granularity of
+ the system tick interval (typically around 15-22ms)
+
+
+
+ The number of bytes that can be sent at this moment. This is the
+ current number of tokens in the bucket
+ If this bucket has a parent bucket that does not have
+ enough tokens for a request, will
+ return false regardless of the content of this bucket
+
+
Default constructor
@@ -1371,36 +1453,36 @@
True if tokens were added to the bucket, otherwise false
-
+
- The parent bucket of this bucket, or null if this bucket has no
- parent. The parent bucket will limit the aggregate bandwidth of all
- of its children buckets
+ Operating system
-
+
+ Unknown
+
+
+ Microsoft Windows
+
+
+ Microsoft Windows CE
+
+
+ Linux
+
+
+ Apple OSX
+
+
- Maximum burst rate in bytes per second. This is the maximum number
- of tokens that can accumulate in the bucket at any one time
+ Runtime platform
-
-
- The speed limit of this bucket in bytes per second. This is the
- number of tokens that are added to the bucket per second
-
- Tokens are added to the bucket any time
- is called, at the granularity of
- the system tick interval (typically around 15-22ms)
+
+ .NET runtime
-
-
- The number of bytes that can be sent at this moment. This is the
- current number of tokens in the bucket
- If this bucket has a parent bucket that does not have
- enough tokens for a request, will
- return false regardless of the content of this bucket
-
+
+ Mono runtime: http://www.mono-project.com/
Used for converting degrees to radians
@@ -1842,6 +1924,20 @@
A string containing the AssetType name
The AssetType which matches the string name, or AssetType.Unknown if no match was found
+
+
+ Takes a FolderType and returns the string representation
+
+ The source
+ The string version of the FolderType
+
+
+
+ Translate a string name of an FolderType into the proper Type
+
+ A string containing the FolderType name
+ The FolderType which matches the string name, or FolderType. None if no match was found
+
Convert an InventoryType to a string
@@ -1972,37 +2068,6 @@
Converted IP address object, or null if the conversion
failed
-
-
- Operating system
-
-
-
- Unknown
-
-
- Microsoft Windows
-
-
- Microsoft Windows CE
-
-
- Linux
-
-
- Apple OSX
-
-
-
- Runtime platform
-
-
-
- .NET runtime
-
-
- Mono runtime: http://www.mono-project.com/
-
A 128-bit Universally Unique Identifier, used throughout the Second
diff --git a/bin/OpenMetaverseTypes.dll b/bin/OpenMetaverseTypes.dll
index 39b8f75c70..ad2c74408e 100755
Binary files a/bin/OpenMetaverseTypes.dll and b/bin/OpenMetaverseTypes.dll differ