aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenMetaverse.dll (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-03optimizers are sillyUbitUmarov1-0/+0
2019-01-25update libomv with a few more 'useless' changesUbitUmarov1-0/+0
2019-01-22mantis 8452: possible fixUbitUmarov1-0/+0
2019-01-17update libomv with more changes to low level codeUbitUmarov1-0/+0
2019-01-14more on TPUbitUmarov1-0/+0
2019-01-14fix te mediaUbitUmarov1-0/+0
2019-01-14a few more changes to texturesentry handling on libomv and osUbitUmarov1-0/+0
2019-01-11mantis 8448: remove silly typos from libomvUbitUmarov1-0/+0
2019-01-11update libomv (fix bug on last)UbitUmarov1-0/+0
2019-01-11update libomvUbitUmarov1-0/+0
2019-01-10update libovmUbitUmarov1-0/+0
2019-01-09mantis 8445: fix PackFixed(...)UbitUmarov1-0/+0
2019-01-08 a few more changes to terraincompressor and libomvUbitUmarov1-0/+0
2019-01-08update libomvUbitUmarov1-0/+0
2018-12-30update libopenmetaverseUbitUmarov1-0/+0
2018-12-27update libopenmetaverseUbitUmarov1-0/+0
2018-01-16replace ICSharpCode.SharpZipLib with target .net4.6UbitUmarov1-0/+0
2018-01-15replace Newtonsoft.Json and Zlib.net with target .net4.6UbitUmarov1-0/+0
2018-01-15update PrimMesher to a newer version from dahlia (thx dahlia), targeted .net4.6UbitUmarov1-0/+0
2018-01-14update PrimMesh to lkalif 2013 version, .net4.6 and libomv againUbitUmarov1-0/+0
2018-01-12testing update libomv dlls to .net4.6UbitUmarov1-0/+0
2017-08-17Replaced libomv dlls with newly compiled ones to solve crashes with ↵Diva Canto1-0/+0
pCampBot. See https://github.com/openmetaversefoundation/libopenmetaverse/commit/e8250162cc3b36274c585db0f3ff56087c157c11
2017-07-13update libomv fixing EnUsCultureUbitUmarov1-0/+0
2017-05-19update libomv LitJSON to version 0.9.0UbitUmarov1-0/+0
2017-04-25Update libOMVDiva Canto1-0/+0
2016-12-31Replaced OpenMetaverse libs/xmls with new ones. Also added a file in ↵Diva Canto1-0/+0
openmetaverse_data that was added recently to libomv and was missing.
2016-04-06Update LibOMV to latest versions. LibOMV commit hash ↵AliciaRaven1-0/+0
177ea9848a43e6df3b82f70aea4ac903ece1b2e3
2015-08-23Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default ↵dahlia1-0/+0
settings release mode VS 2015 community edition" This reverts commit 4f8e18e31c75c31c833833ca7582938b1bb95804.
2015-08-23update libomv managed dlls to 49a5cf05c32e - fresh clone default settings ↵dahlia1-0/+0
release mode VS 2015 community edition
2015-08-14Update libomv managed dlls to 49a5cf05c32edahlia1-0/+0
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding ↵Diva Canto1-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!
2015-06-10Update libomv to current HEAD f75dccc313f3dahlia1-0/+0
2015-05-12update libomv to 6b8afb2b61d3dahlia1-0/+0
2014-12-25Updated libomv to grab the latest bug fixes in Collada uploadDiva Canto1-0/+0
2014-12-25Revert "Update libomv to grab latest bug fixes for Collada upload."Diva Canto1-0/+0
This reverts commit 4c0745b58986e529e3222fcb39a0cfad3bc878c4.
2014-12-25Update libomv to grab latest bug fixes for Collada upload.Diva Canto1-0/+0
2014-12-10Restore OpenMetaverse.dll to the one compiled under Windows again from ↵Justin Clark-Casey (justincc)1-0/+0
commit 2660619. Somehow it got replaced again in the ghosts merge with the one built under Linux. No other dlls are affected
2014-11-25Update libomv to cedac55justincc1-0/+0
This resolves an issue with pCampbot where some bots would occasionally connect with the same UDP source port. This sometimes led to console messages where bots would report receiving packets multiple times that weren't marked as resends. DLLs built under windows
2014-11-25Add "wearables show" console command.Justin Clark-Casey (justincc)1-0/+0
This shows summary wearables information (shape, hair, etc.) for all avatars in the scene or specific information about a given avatar's wearables. Similar to the existing "attachments show" command.
2014-11-12Update libOMV and fix XBakes dependencies.Melanie Thielker1-0/+0
2014-10-30Update libomv to cedac55justincc1-0/+0
This resolves an issue with pCampbot where some bots would occasionally connect with the same UDP source port. This sometimes led to console messages where bots would report receiving packets multiple times that weren't marked as resends. DLLs built under windows
2014-10-24Refresh OpenMetaverse libraries again at 0f4b361 but with Windows builds to ↵justincc1-0/+0
see if this resolves some user problems.
2014-09-24Update libopenmetaverse to 0f4b361.Justin Clark-Casey (justincc)1-0/+0
Primarily to get a small message logging improvement for pCampbot.
2014-09-22Reinsert OpenMetaverse.dll from commit fbdf507 from an accidental replace in ↵Justin Clark-Casey (justincc)1-0/+0
f1f935e This only affected pCampbot.
2014-08-13Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulatorJustin Clark-Casey (justincc)1-0/+0
This adds the "show stats", "stats record", etc. commands and information on available Threadpool threads, etc. It also adds the Watchdog which logs warnings if time between executions is unexpectedly large.
2014-08-12Update libomv libraries with those built from commit 2208379.Justin Clark-Casey (justincc)1-0/+0
This is to resolve some issues for pCampbot, chiefly with capability connection and inbound handling.
2014-02-22update libomv to 59280cfe3e96714151158f4ec7b167af57f60e93 (current head) to ↵dahlia1-0/+0
hopefully resolve zlib incompatibilities when rendering maptiles with mesh
2013-11-15update libomv to 1538d3088e79ff0a9abea6905b487755b6890a85 in hope that it ↵dahlia1-0/+0
fixes some bulletsim issues on linux
2013-11-06update OpenMetaverse.dll to 7ae74674a09877119cbb4c80cbffea474e20da29dahlia1-0/+0
- addresses particle flags issue
2013-11-06Updated libomv to 25ee208a 2013-11-05Latif Khalifa1-0/+0