aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverseTypes.XML (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default ↵dahlia2015-08-231-184/+119
| | | | | | settings release mode VS 2015 community edition" This reverts commit 4f8e18e31c75c31c833833ca7582938b1bb95804.
* update libomv managed dlls to 49a5cf05c32e - fresh clone default settings ↵dahlia2015-08-231-119/+184
| | | | release mode VS 2015 community edition
* update libomv to 6b8afb2b61d3dahlia2015-05-121-1332/+1332
|
* Update libomv to 7e260ad419ebb1c24a5f1b123e11dd930e05f414. Thanks lkalif :)dahlia2013-11-051-789/+789
|
* Updated libomv to 25ee208a 2013-11-05Latif Khalifa2013-11-061-52/+0
|
* Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686bLatif Khalifa2013-05-161-1199/+1199
|
* update libomv to git master which adds support for MaterialID in TextureEntrydahlia2013-04-171-567/+619
|
* * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)2010-10-301-1089/+1089
| | | | * This is libOMV SVN revision 3463.
* Updated to libomv-opensim r3449Latif Khalifa2010-10-141-1106/+1112
|
* * Normalizing endlines so git stops complaining about them being inconsistent.Teravus Ovares (Dan Olivares)2010-10-131-2596/+2596
| | | | * 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-2602/+2596
|
* Replaced OpenMetaverse dlls with ones compiled in Windows.Diva Canto2010-10-031-1502/+1427
|
* Add linden prim renderer and update libOMVMelanie2010-10-041-941/+1661
|
* These files want to be committed -- white space weirdness.Diva Canto2010-08-061-1957/+1957
|
* Update OpenMetaverse libraries to r3287 + r3294 (removal of ↵Justin Clark-Casey (justincc)2010-07-271-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).
* * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)2009-08-051-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)
* Update svn properties.Jeff Ames2009-07-271-1852/+1852
|
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-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