aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-09Plumb RezRestoreToWorld from the client (part done)Melanie Thielker1-0/+2
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto7-6/+8
replace anymore.
2015-12-27Add locking around stats record fetch to resolve Mantis 7793.Robert Adams1-18/+21
2015-12-15replace GetNearestPoint... funtionsUbitUmarov1-0/+4
2015-12-14calculate land startpoint, endpoint and center estimate when it is updated, ↵UbitUmarov1-6/+9
it not every time they are needed
2015-12-13change default landpoint type to anywhere (direct)UbitUmarov1-1/+1
2015-12-09minor cleanupUbitUmarov1-17/+4
2015-12-09coment out odd DoubleQueue class codeUbitUmarov1-1/+2
2015-12-04add default eyes to default wearables, and revert previus bad commitUbitUmarov1-0/+6
2015-12-03fix a 1m diference in regions view range estimationsUbitUmarov1-1/+1
2015-12-02minor: fix a log timing informationUbitUmarov1-3/+0
2015-12-01Change protocol version max to 0.6Melanie Thielker1-2/+2
2015-11-29Trying to make http requests less slow, according to ↵Diva Canto1-0/+2
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow
2015-11-27coment out warnings that do a messed around number of threadpool workitens ↵UbitUmarov1-1/+3
and number of active threads ( at least when a pool is in use)
2015-11-27 revert last change to watchdog timeouts, that should not be neededUbitUmarov1-26/+22
2015-11-27 change JobEngine stop code and add a extra check for thread removed on ↵UbitUmarov2-83/+73
watchdog timeout checks
2015-11-25 suspend the use of DisableSimulator, that is causing teleport and crossing ↵UbitUmarov1-1/+1
issues
2015-11-24If no job engine is started at all, keep checking it's status fromMelanie Thielker1-3/+2
bombing
2015-11-24try not to use Process.HasExit that is broken in some mono versionsUbitUmarov1-9/+12
2015-11-23Flipped version to 0.9.0.0Diva Canto1-1/+1
2015-11-22Changes to LandObject/ILandObject to support importing OARs with different ↵Jak Daniels1-2/+45
Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2015-11-16 work around some 'tests' error: normalization of <0,0,0> no longer causes ↵UbitUmarov1-3/+4
argument exception, missed a few more
2015-11-16 work around some 'tests' error: normalization of <0,0,0> no longer causes ↵UbitUmarov1-2/+2
argument exception
2015-11-16Fix a merge conflictMelanie Thielker1-7/+0
2015-11-15 handle diferente number of wearables on getting assets form another appearanceUbitUmarov1-2/+10
2015-11-15 fix the protection for more Wearables than region suportsUbitUmarov1-6/+9
2015-11-10 fix cut points of UTF-8 stringsUbitUmarov1-10/+28
2015-11-10 add a StringToBytes variant that takes Maximum lenght as argument.UbitUmarov1-0/+50
2015-11-02fix avatarAppearance wearables copyUbitUmarov1-3/+8
2015-11-02Add forgotten fileMelanie Thielker1-0/+70
2015-11-01More EntityTransferContext plumbingMelanie Thielker5-27/+21
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker5-34/+57
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2-5/+10
work. Will eat your babies. Yada. Yada.
2015-10-28 fix cut points of UTF-8 stringsUbitUmarov1-10/+28
2015-10-26 add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵UbitUmarov1-0/+2
(X,Y). For now one pair is good enough.
2015-10-18On to 0.8.3!Diva Canto5-5/+5
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
2015-10-18On to 0.8.3!Diva Canto5-5/+5
2015-10-18Fixed merge conflictsDiva Canto2-11/+21
Clean up of simulation version, the number that rules the compatibility of teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
2015-10-18Clean up of simulation version, the number that rules the compatibility of ↵Diva Canto2-11/+21
teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3.
2015-09-28 change version stringUbitUmarov1-2/+2
2015-09-27 add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov1-0/+1
2015-09-24 change console main help to match masterUbitUmarov1-13/+8
2015-09-23 dont let http keepalive and context reuse be trueUbitUmarov2-3/+16
2015-09-21remove duplicated and breaking codeUbitUmarov1-3/+0
2015-09-15temporary reduce maxwearables, so teleport testing can be performed before ↵UbitUmarov1-3/+3
other regions get updated
2015-09-14 change interface version to 8, as coreUbitUmarov1-1/+1
2015-09-14Bump Interface Version to 8Melanie Thielker1-1/+1
2015-09-14Make regions tolerant to newer regions with more werables.Melanie Thielker2-3/+6
Also, bump the interface version to 8
2015-09-13Remove the last proprietary copyright headers, insert BSD ones.Melanie Thielker2-2/+2
2015-09-10remove a avn thing before it gets into coreUbitUmarov1-11/+0