aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-26Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)1-15/+16
2012-10-16minor: Add/correct some doc messages associated with entity teleport.Justin Clark-Casey (justincc)1-1/+6
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-5/+17
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto1-2/+17
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-06-26Add regression test to check that attachments in source region are deleting w...Justin Clark-Casey (justincc)1-0/+5
2012-06-26If crossing attachments into another region pre-fatpack, clone objects before...Justin Clark-Casey (justincc)1-17/+26
2012-06-08Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)1-1/+0
2012-05-28refactor: factor out entity transfer state machine into a separate class to m...Justin Clark-Casey (justincc)1-231/+53
2012-05-28If handling the failure of teleport, move agent state to CleaningUp when we s...Justin Clark-Casey (justincc)1-3/+6
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-1/+1
2012-05-25on agent cross, remove from physics scene after its been placed in transit, n...Justin Clark-Casey (justincc)1-3/+7
2012-05-25refactor: make ETM.CrossAgentToNewRegionAsync neighbourRegion == null check r...Justin Clark-Casey (justincc)1-90/+92
2012-05-25Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)1-24/+165
2012-05-24Don't actually proceed on a within-region teleport if another is already taki...Justin Clark-Casey (justincc)1-0/+2
2012-05-24On inter-region teleport, only stand the avatar up if the QueryAccess call to...Justin Clark-Casey (justincc)1-7/+7
2012-05-24Now that the EntityTransferModule is per-region, fetch the event queue module...Justin Clark-Casey (justincc)1-18/+22
2012-05-24Fix issue where a dns resolution failure on the final destination might leave...Justin Clark-Casey (justincc)1-192/+200
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-39/+30
2012-05-21Setting 'in transit' on a local teleport as well as inter-region teleports.Justin Clark-Casey (justincc)1-0/+9
2012-05-17Remove redundant "Teleport failed:" from reason when QueryAccess fails for th...Justin Clark-Casey (justincc)1-4/+12
2012-05-14Set the agent in transit teleport flag at the first available opportunity (i....Justin Clark-Casey (justincc)1-11/+37
2012-05-14Add more region information to some teleport related loggingJustin Clark-Casey (justincc)1-7/+8
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