aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverse.XML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-12705/+23877
|
* * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)2010-10-301-15902/+15902
| | | | * This is libOMV SVN revision 3463.
* * Updated libomv to r3461Latif Khalifa2010-10-241-4/+5
| | | | 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.
* libomv update to support headerless llsd binary deserialization needed for ↵Latif Khalifa2010-10-141-0/+41
| | | | | | mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
* Updated to libomv-opensim r3449Latif Khalifa2010-10-141-14538/+14613
|
* * Normalizing endlines so git stops complaining about them being inconsistent.Teravus Ovares (Dan Olivares)2010-10-131-24951/+24951
| | | | * People will hate me for updating OpenSimDefaults.. but meh. Gotta be done or git is unhappy.
* Use libomv 0.8.4.3445Latif Khalifa2010-10-041-25026/+24951
|
* Replaced OpenMetaverse dlls with ones compiled in Windows.Diva Canto2010-10-031-16889/+16121
|
* Add linden prim renderer and update libOMVMelanie2010-10-041-15619/+16163
|
* These files want to be committed -- white space weirdness.Diva Canto2010-08-061-25250/+25250
|
* Update OpenMetaverse libraries to r3287 + r3294 (removal of ↵Justin Clark-Casey (justincc)2010-07-271-22015/+25250
| | | | | | | | | | 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).
* * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)2009-08-051-12601/+13501
| | | | | | | | * 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)
* Update svn properties.Jeff Ames2009-07-271-21115/+21115
|
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-0/+21115
* 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