aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-03Reinsert a 2000ms delay before closing a no longer required agent on the sour...Justin Clark-Casey (justincc)1-2/+7
2012-05-03minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)1-6/+1
2012-05-01Comment out the five second sleep in etm.DoTeleport() if the old agent needs ...Justin Clark-Casey (justincc)1-1/+1
2012-05-01Remove some test code that accidentally crept in with 9d2e1c67Justin Clark-Casey (justincc)1-3/+0
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)1-4/+26
2012-05-01Move max teleport distance check down into etm.DoTeleport() since this should...Justin Clark-Casey (justincc)1-40/+41
2012-05-01refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)1-115/+151
2012-04-27If a Grid God teleports then include the Godlike teleport flag. This can affe...Oren Hurvitz1-0/+6
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+2
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)1-17/+34
2012-04-24HG: Moved User-level code down to the HGEntityTransferModule where it belongs.Diva Canto1-14/+1
2012-04-25zero out SP velocity before calling SP.Teleport(), as the client expects (tho...Justin Clark-Casey (justincc)1-0/+1
2012-04-25Add regression test TestSameRegionTeleport()Justin Clark-Casey (justincc)1-1/+1
2012-04-25Improve teleport log debug and error messages to tell us who is teleporting.Justin Clark-Casey (justincc)1-3/+14
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto1-1/+7
2012-04-03Eliminate race condition where many callers would check SOP.PhysicsActor != n...Justin Clark-Casey (justincc)1-4/+4
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-0/+15
2012-03-27HG: beginning of a more restrictive inventory access procedure (optional). Ex...Diva Canto1-3/+3
2012-03-13Teleports: bounce off repeated requests of teleporting the same agent. Some s...Diva Canto1-0/+13
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie1-5/+4
2012-02-19One more tweak related to the previous 2 commits.Diva Canto1-1/+3
2012-02-19A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto1-4/+8
2012-01-28Send CHANGED_TELEPORT during local TP again - partially revert cf73afec356eed...Bo Iwu1-2/+1
2011-12-23remove the old region crossing handlerMic Bowman1-10/+0
2011-12-22Fixes some problems with objects that attempt to cross a region boundaryMic Bowman1-0/+24
2011-12-22Region crossings redone: (1) removed WaitForCallback. Now that we are passing...Diva Canto1-39/+32
2011-12-16Sends the consistent child agent position upon creation of the child agent in...Diva Canto1-1/+12
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-1/+0
2011-12-02Stop some places where we're trying to reset animations in child agents where...Justin Clark-Casey (justincc)1-100/+110
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-1/+1
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-1/+1
2011-10-28set grp.RootPart.GroupPosition for code consistency (and readability) rather ...Justin Clark-Casey (justincc)1-2/+2
2011-10-06Refactored "known child region" in ScenePresence. There were 4 differentDan Lake1-1/+1
2011-10-06Simplified IsInTransit property on ScenePresence and removed InTransit() whic...Dan Lake1-6/+6
2011-09-10Add extra log information when attachments fail validationJustin Clark-Casey (justincc)1-5/+11
2011-09-10reinstate the validation logging on teleport. A 'fail' of validation still d...Justin Clark-Casey (justincc)1-0/+2
2011-09-05Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)1-13/+18
2011-09-02Comment out Scene.CleanDroppedAttachments() and calls.Justin Clark-Casey (justincc)1-1/+1
2011-09-01Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)1-1/+1
2011-08-31move common code into AttachmentsModule.DeleteAttachmentsFromScene()Justin Clark-Casey (justincc)1-5/+1
2011-08-31Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)1-29/+32
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-1/+1
2011-08-09When an NPC is created, stop telling neighbouring regions to expect a child a...Justin Clark-Casey (justincc)1-1/+5
2011-07-07Ensure that the max transfer distance is initialized correctly.Mic Bowman1-1/+7
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-7/+45
2011-06-03HG Landmarks now working.Diva Canto1-1/+28
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-1/+1
2011-05-08Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie1-1/+2
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie1-0/+1
2011-05-08Mantis #5472Diva Canto1-6/+15