aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverse.StructuredData.dll (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+0
2012-09-18Update libopenmetaverse components to commit f5cecaajustincc1-0/+0
Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues.
2012-07-27Update OpenMetaverse libraries at commit 6212cbd, this time built on Windowsjustincc1-0/+0
This is to try and resolve a strange Initialization exception for the AppearanceManager type that only occurs on Windows 64 bit (not Windows 32 bit or Linux!)
2012-07-27Replace libopenmetaverse commit 6212cbd with the same libraries but this ↵Justin Clark-Casey (justincc)1-0/+0
time built with xbuild rather than nant. This may fix Windows and some mono version builds.
2012-07-27Update libopenmetaverse to commit 6212cbd (Wed Jul 25 20:11:47 2012)Justin Clark-Casey (justincc)1-0/+0
Built from https://github.com/openmetaversefoundation/libopenmetaverse/commits/master This update incorporates a fix by Melanie in libomv where textures would sometimes rotate slightly when other properties were changed. Hence addresses http://opensimulator.org/mantis/view.php?id=6100 This update also incorporates libomv bot code updates that significantly reduce the warning spam for pCampbot. The change rate of libomv is low and many changes refer to bot or code not used by OpenSimulator, so I think it is sufficiently stable to use evne though it's not a release.
2011-12-07Update libomv to 0.9.1BlueWall1-0/+0
2011-05-31update libomv libraries to 0.9.0Justin Clark-Casey (justincc)1-0/+0
this is a prerequisite to fixing llDialog issues for the latest Linden viewers, since they are now making use of a new OwnerData field in the ScriptDialog message
2011-04-27add the executable bit to all bundled DLLs so that these are preserved when ↵Justin Clark-Casey (justincc)1-0/+0
using git or untarring releases under cygwin on windows Mono doesn't care if the
2010-10-30* Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)1-0/+0
* This is libOMV SVN revision 3463.
2010-10-24* Updated libomv to r3461Latif Khalifa1-0/+0
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-14libomv update to support headerless llsd binary deserialization needed for ↵Latif Khalifa1-0/+0
mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
2010-10-14Updated to libomv-opensim r3449Latif Khalifa1-0/+0
2010-10-04Use libomv 0.8.4.3445Latif Khalifa1-0/+0
2010-10-04Revert "Add linden prim renderer and update libOMV"Melanie1-0/+0
This reverts commit 766ce9a14146dc9814d488364f5c931d0fa96a17.
2010-10-04Revert "Replaced OpenMetaverse dlls with ones compiled in Windows."Melanie1-0/+0
This reverts commit eb0cde7959a03ccbf3551b725cd6b559071857fb.
2010-10-03Replaced OpenMetaverse dlls with ones compiled in Windows.Diva Canto1-0/+0
2010-10-04Add linden prim renderer and update libOMVMelanie1-0/+0
2010-09-07Rolling back the recent libomv update but keeping the ExpiringCache cleanups ↵John Hurliman1-0/+0
(as much as is possible). There was a report of non-finite avatar positions after the update
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to ↵John Hurliman1-0/+0
avoid repeated requests for missing avatar IDs * Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
2010-08-17* Updated to OpenMetaverse.StructuredData.dll that includes implicit ↵John Hurliman1-0/+0
typecasts going in the other direction
2010-08-17Updated to new OpenMetaverse.StructuredData.dll that includes implicit typecastsJohn Hurliman1-0/+0
2010-07-27Update OpenMetaverse libraries to r3287 + r3294 (removal of ↵Justin Clark-Casey (justincc)1-0/+0
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).
2010-03-20* Updated libomv libraries to fix JSON (LLSD) decoding errors on null values ↵John Hurliman1-0/+0
and remove the unused OpenMetaverse.Http.dll and Mono.Security.dll * Fixed a password hash comparison error in SimianAuthenticationServiceConnector.Authenticate()
2010-03-07* Updated to libomv r3268 which fixes the mapping for OpenJPEG on 64-bit ↵John Hurliman1-0/+0
systems and adds protocol support for Viewer 2.0 (still needs work in OpenSim to get things fully functional)
2009-08-05* Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)1-0/+0
* 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-25* Updates libOMV to version 0.7.0Teravus Ovares1-0/+0
* 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
2009-03-31Replacing OpenMetaverse.StructuredData.dll again with one compiled under ↵diva1-0/+0
Windows. Apparently there's something wrong with that dll when it is compiled under mono.
2009-03-31Committing LibOMV 0.6.1.1 (r2568) binaries. Sources are in -libsMelanie Thielker1-0/+0
2009-03-31Replacing OpenMetaverse.StructuredData.dll with another one that jhurliman ↵diva1-0/+0
gave me. Hopefully this will ease the teleport and login problems reported today (Mantis #3366 #3373)
2009-03-30Committing the changed binaries to get jhurliman's patch into our repoMelanie Thielker1-0/+0
Fixes Mantis #3362
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-0/+0
* Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
2008-11-19Re-Add OSD DLL (r7382)Melanie Thielker1-0/+0
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-0/+0
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
2008-11-18Adding the OSD dllMelanie Thielker1-0/+0