diff --git a/bin/OpenMetaverse.Rendering.Meshmerizer.dll b/bin/OpenMetaverse.Rendering.Meshmerizer.dll
index e63593e5ed..052490d868 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 d6a3247ca4..8b920bd686 100755
Binary files a/bin/OpenMetaverse.StructuredData.dll and b/bin/OpenMetaverse.StructuredData.dll differ
diff --git a/bin/OpenMetaverse.XML b/bin/OpenMetaverse.XML
index 457cbe12f3..6e35a04482 100644
--- a/bin/OpenMetaverse.XML
+++ b/bin/OpenMetaverse.XML
@@ -7557,6 +7557,9 @@
+
+
+
@@ -9160,6 +9163,13 @@
A byte array containing raw texture data
+
+
+ Create a byte array containing 32-bit RGBA data with a bottom-left
+ origin, suitable for feeding directly into OpenGL
+
+ A byte array containing raw texture data
+
Represents an Animation
@@ -11537,6 +11547,26 @@
A that represents the ending Y size of the particle
Minimum value is 0, maximum value is 4
+
+ A that represents the start glow value
+ Minimum value is 0, maximum value is 1
+
+
+ A that represents the end glow value
+ Minimum value is 0, maximum value is 1
+
+
+ OpenGL blend function to use at particle source
+
+
+ OpenGL blend function to use at particle destination
+
+
+
+ Can this particle system be packed in a legacy compatible way
+
+ True if the particle system doesn't use new particle system features
+
Decodes a byte[] array into a ParticleSystem Object
@@ -11611,6 +11641,15 @@
used for point/grab/touch
+
+ continuous ribbon particle
+
+
+ particle data contains glow
+
+
+ particle data contains blend functions
+
Particle Flags Enum
@@ -12044,6 +12083,17 @@
UUID of the transaction
The callback to fire when the simulator responds with the asset data
+
+
+ Request an asset download
+
+ Asset UUID
+ Asset type, must be correct for the transfer to succeed
+ Whether to give this transfer an elevated priority
+ Source location of the requested asset
+ UUID of the transaction
+ The callback to fire when the simulator responds with the asset data
+
Request an asset download through the almost deprecated Xfer system
@@ -18501,7 +18551,11 @@
True on success, otherwise false
-
+
+
+ Populates textures and visual params from a decoded asset
+
+ Wearable to decode
Populates textures and visual params from a decoded asset
@@ -18984,6 +19038,9 @@
+
+ User data
+
@@ -19146,6 +19203,15 @@
Region protocol flags
+
+ Nothing special
+
+
+ Region supports Server side Appearance
+
+
+ Viewer supports Server side Appearance
+
Access level for a simulator
@@ -21475,6 +21541,11 @@
Constants for the archiving module
+
+
+ Path for region settings.
+
+
The location of the archive control file
@@ -23668,6 +23739,58 @@
OSD containting the messaage
+
+
+ Provides helper methods for parallelizing loops
+
+
+
+
+ Executes a for loop in which iterations may run in parallel
+
+ The loop will be started at this index
+ The loop will be terminated before this index is reached
+ Method body to run for each iteration of the loop
+
+
+
+ Executes a for loop in which iterations may run in parallel
+
+ The number of concurrent execution threads to run
+ The loop will be started at this index
+ The loop will be terminated before this index is reached
+ Method body to run for each iteration of the loop
+
+
+
+ Executes a foreach loop in which iterations may run in parallel
+
+ Object type that the collection wraps
+ An enumerable collection to iterate over
+ Method body to run for each object in the collection
+
+
+
+ Executes a foreach loop in which iterations may run in parallel
+
+ Object type that the collection wraps
+ The number of concurrent execution threads to run
+ An enumerable collection to iterate over
+ Method body to run for each object in the collection
+
+
+
+ Executes a series of tasks in parallel
+
+ A series of method bodies to execute
+
+
+
+ Executes a series of tasks in parallel
+
+ The number of concurrent execution threads to run
+ A series of method bodies to execute
+
Sort by name
diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll
index 3d89548a27..a91670da68 100755
Binary files a/bin/OpenMetaverse.dll and b/bin/OpenMetaverse.dll differ
diff --git a/bin/OpenMetaverseTypes.XML b/bin/OpenMetaverseTypes.XML
index 56e3ac71db..4f5b6b4434 100644
--- a/bin/OpenMetaverseTypes.XML
+++ b/bin/OpenMetaverseTypes.XML
@@ -2573,58 +2573,6 @@
A cache of UUID.Zero as a string to optimize a common path
-
-
- Provides helper methods for parallelizing loops
-
-
-
-
- Executes a for loop in which iterations may run in parallel
-
- The loop will be started at this index
- The loop will be terminated before this index is reached
- Method body to run for each iteration of the loop
-
-
-
- Executes a for loop in which iterations may run in parallel
-
- The number of concurrent execution threads to run
- The loop will be started at this index
- The loop will be terminated before this index is reached
- Method body to run for each iteration of the loop
-
-
-
- Executes a foreach loop in which iterations may run in parallel
-
- Object type that the collection wraps
- An enumerable collection to iterate over
- Method body to run for each object in the collection
-
-
-
- Executes a foreach loop in which iterations may run in parallel
-
- Object type that the collection wraps
- The number of concurrent execution threads to run
- An enumerable collection to iterate over
- Method body to run for each object in the collection
-
-
-
- Executes a series of tasks in parallel
-
- A series of method bodies to execute
-
-
-
- Executes a series of tasks in parallel
-
- The number of concurrent execution threads to run
- A series of method bodies to execute
-
Copy constructor
diff --git a/bin/OpenMetaverseTypes.dll b/bin/OpenMetaverseTypes.dll
index 213555cf54..4d00d5e8b4 100755
Binary files a/bin/OpenMetaverseTypes.dll and b/bin/OpenMetaverseTypes.dll differ