aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverseTypes.dll (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default ↵dahlia2015-08-231-0/+0
| | | | | | settings release mode VS 2015 community edition" This reverts commit 4f8e18e31c75c31c833833ca7582938b1bb95804.
* update libomv managed dlls to 49a5cf05c32e - fresh clone default settings ↵dahlia2015-08-231-0/+0
| | | | release mode VS 2015 community edition
* Update libomv managed dlls to 49a5cf05c32edahlia2015-08-141-0/+0
|
* WARNING: massive refactor to follow libomv's latest changes regarding ↵Diva Canto2015-08-081-0/+0
| | | | | | | inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed!
* Update libomv to current HEAD f75dccc313f3dahlia2015-06-101-0/+0
|
* update libomv to 6b8afb2b61d3dahlia2015-05-121-0/+0
|
* Refresh OpenMetaverse libraries again at 0f4b361 but with Windows builds to ↵justincc2014-10-241-0/+0
| | | | see if this resolves some user problems.
* Update libopenmetaverse to 0f4b361.Justin Clark-Casey (justincc)2014-09-241-0/+0
| | | | Primarily to get a small message logging improvement for pCampbot.
* Update libomv libraries with those built from commit 2208379.Justin Clark-Casey (justincc)2014-08-121-0/+0
| | | | This is to resolve some issues for pCampbot, chiefly with capability connection and inbound handling.
* update libomv to 59280cfe3e96714151158f4ec7b167af57f60e93 (current head) to ↵dahlia2014-02-221-0/+0
| | | | hopefully resolve zlib incompatibilities when rendering maptiles with mesh
* update libomv to 1538d3088e79ff0a9abea6905b487755b6890a85 in hope that it ↵dahlia2013-11-151-0/+0
| | | | fixes some bulletsim issues on linux
* Update libomv to 7e260ad419ebb1c24a5f1b123e11dd930e05f414. Thanks lkalif :)dahlia2013-11-051-0/+0
|
* Updated libomv to 25ee208a 2013-11-05Latif Khalifa2013-11-061-0/+0
|
* update libomv to 5b4c1e8694479629f7cacd72dd6bc39a6b327f9c (git master as of ↵dahlia2013-10-301-0/+0
| | | | time of this commit)
* Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686bLatif Khalifa2013-05-161-0/+0
|
* update libomv to git master which adds support for MaterialID in TextureEntrydahlia2013-04-171-0/+0
|
* * Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9teravus2013-03-041-0/+0
| | | | * Add zero length blocks to the new packet blocks to remain compatible with older viewers and avoid a NullRef when _packets_.cs calls the Length parameter.. which adds up the Length property all of the blocks.
* Update libopenmetaverse components to commit f5cecaajustincc2012-09-181-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.
* Update OpenMetaverse libraries at commit 6212cbd, this time built on Windowsjustincc2012-07-271-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!)
* Replace libopenmetaverse commit 6212cbd with the same libraries but this ↵Justin Clark-Casey (justincc)2012-07-271-0/+0
| | | | | | time built with xbuild rather than nant. This may fix Windows and some mono version builds.
* Update libopenmetaverse to commit 6212cbd (Wed Jul 25 20:11:47 2012)Justin Clark-Casey (justincc)2012-07-271-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.
* Update libomv to 0.9.1BlueWall2011-12-071-0/+0
|
* update libomv libraries to 0.9.0Justin Clark-Casey (justincc)2011-05-311-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
* add the executable bit to all bundled DLLs so that these are preserved when ↵Justin Clark-Casey (justincc)2011-04-271-0/+0
| | | | | | using git or untarring releases under cygwin on windows Mono doesn't care if the
* * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)2010-10-301-0/+0
| | | | * This is libOMV SVN revision 3463.
* * Updated libomv to r3461Latif Khalifa2010-10-241-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.
* libomv update to support headerless llsd binary deserialization needed for ↵Latif Khalifa2010-10-141-0/+0
| | | | | | mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
* Updated to libomv-opensim r3449Latif Khalifa2010-10-141-0/+0
|
* Use libomv 0.8.4.3445Latif Khalifa2010-10-041-0/+0
|
* Replaced OpenMetaverse dlls with ones compiled in Windows.Diva Canto2010-10-031-0/+0
|
* Add linden prim renderer and update libOMVMelanie2010-10-041-0/+0
|
* Update OpenMetaverse libraries to r3287 + r3294 (removal of ↵Justin Clark-Casey (justincc)2010-07-271-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).
* * Updated libomv libraries to fix JSON (LLSD) decoding errors on null values ↵John Hurliman2010-03-201-0/+0
| | | | | | and remove the unused OpenMetaverse.Http.dll and Mono.Security.dll * Fixed a password hash comparison error in SimianAuthenticationServiceConnector.Authenticate()
* * Updated to libomv r3268 which fixes the mapping for OpenJPEG on 64-bit ↵John Hurliman2010-03-071-0/+0
| | | | systems and adds protocol support for Viewer 2.0 (still needs work in OpenSim to get things fully functional)
* * Standalone logins will now go through the sequence of "requested region, ↵John Hurliman2009-10-281-0/+0
| | | | | | | default region, any region" before giving up * Hip offset should have been added not subtracted (it's a negative offset). This puts avatar feet closer to the ground * Improved duplicate checking for terse updates. This should reduce bandwidth and walking through walls
* * Tweak to region module loading to check for a matching constructor first ↵John Hurliman2009-10-271-0/+0
| | | | | | | instead of throwing and catching exceptions * Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command * Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses
* * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)2009-08-051-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)
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-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
* Committing LibOMV 0.6.1.1 (r2568) binaries. Sources are in -libsMelanie Thielker2009-03-311-0/+0
|
* Committing the changed binaries to get jhurliman's patch into our repoMelanie Thielker2009-03-301-0/+0
| | | | | | Fixes Mantis #3362
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-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.
* Update the binaries to the latest version as per patch r7382Melanie Thielker2008-11-191-0/+0
|
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-0/+0
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-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
* Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker2008-11-181-0/+0
| | | | | | texture sending. Grain of salt not included.
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-0/+0
| | | | | | | | * Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
* * Patch from JHurlimanTeravus Ovares2008-09-261-0/+0
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * Adds some WindTeravus Ovares2008-09-251-0/+0
| | | | | | | | * A little wind wouldn't hurt anyone, right? This is the 'slightly breezy' setting.. hopefully you won't notice 'much' of a difference. * It turns out the terrain patch routine is similar enough to the wind version that it can be used to hack together a breeze generator with a few mods. * Not much configuration.. yet. You only get breeze updates in the general vicinity of your camera now to keep bandwidth usage down.. and we're not talking about 'much' movement at the moment. * initial version... could use improvement I'm sure.
* Update svn properties.Jeff Ames2008-09-071-0/+0
|
* * Fixes a few type changes that caused the XML Format to break.Teravus Ovares2008-09-061-0/+0
| | | | | | * Testers, please try rezzing your inventory on this revision and sending me feedback in mantis. * Users, it's not time to update yet. The dust still hasn't settled.