aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverseTypes.XML (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1170/+1170
2010-10-30* Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)1-1089/+1089
* This is libOMV SVN revision 3463.
2010-10-14Updated to libomv-opensim r3449Latif Khalifa1-1106/+1112
2010-10-13* Normalizing endlines so git stops complaining about them being inconsistent.Teravus Ovares (Dan Olivares)1-2596/+2596
* 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-2602/+2596
2010-10-04Revert "Add linden prim renderer and update libOMV"Melanie1-1661/+941
This reverts commit 766ce9a14146dc9814d488364f5c931d0fa96a17.
2010-10-04Revert "Replaced OpenMetaverse dlls with ones compiled in Windows."Melanie1-1427/+1502
This reverts commit eb0cde7959a03ccbf3551b725cd6b559071857fb.
2010-10-03Replaced OpenMetaverse dlls with ones compiled in Windows.Diva Canto1-1502/+1427
2010-10-04Add linden prim renderer and update libOMVMelanie1-941/+1661
2010-08-06These files want to be committed -- white space weirdness.Diva Canto1-1957/+1957
2010-07-27Update OpenMetaverse libraries to r3287 + r3294 (removal of ↵Justin Clark-Casey (justincc)1-1852/+1957
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-672/+672
* 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-1852/+1852
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-0/+1852
* 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