aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverse.StructuredData.XML (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-144/+160
2010-10-30* Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)1-74/+74
* This is libOMV SVN revision 3463.
2010-10-24* Updated libomv to r3461Latif Khalifa1-6/+6
Main reason for upgrade is to revert API change that was introduced in order to support headerless binary LLSD decoding needed for deserialization of the mesh assets, which turned out to be unnecessary as we can transparently decode both kinds.
2010-10-14more work in progress on mesh physics - still non-functionaldahlia1-22/+6
2010-10-14libomv update to support headerless llsd binary deserialization needed for ↵Latif Khalifa1-6/+22
mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
2010-10-14Updated to libomv-opensim r3449Latif Khalifa1-1/+1
2010-10-13* Normalizing endlines so git stops complaining about them being inconsistent.Teravus Ovares (Dan Olivares)1-333/+333
* People will hate me for updating OpenSimDefaults.. but meh. Gotta be done or git is unhappy.
2010-10-04Use libomv 0.8.4.3445Latif Khalifa1-333/+333
2010-10-04Revert "Add linden prim renderer and update libOMV"Melanie1-214/+184
This reverts commit 766ce9a14146dc9814d488364f5c931d0fa96a17.
2010-10-04Revert "Replaced OpenMetaverse dlls with ones compiled in Windows."Melanie1-184/+214
This reverts commit eb0cde7959a03ccbf3551b725cd6b559071857fb.
2010-10-03Replaced OpenMetaverse dlls with ones compiled in Windows.Diva Canto1-214/+184
2010-10-04Add linden prim renderer and update libOMVMelanie1-184/+214
2010-08-06These files want to be committed -- white space weirdness.Diva Canto1-333/+333
2010-07-27Update OpenMetaverse libraries to r3287 + r3294 (removal of ↵Justin Clark-Casey (justincc)1-333/+333
OpenMetaverse.Http.dll dependency) + r3378 (treat MediaPermission as a bitfield) As far as I can determine, r3287 + r3294 patch was the previous update to the OpenMetaverse libraries This change just adds r3378 to overcome problems storing media textures with certain permission combinations in inventory This is a limited change in order to isolate moap from any other possible libomv update issues An update to the forthcoming libomv 0.8.3 is expected in due course to replace this This commit also deletes OpenMetaverse.Utilities.* as it's unused (on the advice of jhurliman).
2009-08-05* Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)1-46/+46
* Hopefully this allows older mono versions to still work. * A couple of points of note: * TimeZoneInfo.. replaced with DateTime.UtcNow - TimeSpan.FromHours(7); * HashSet<uint> replaced with Dictionary<uint,object> * Force use of the managed version of ReaderWriterLockSlim (don't use the pre-processor defs)
2009-07-27Update svn properties.Jeff Ames1-333/+333
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-0/+333
* Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html