aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-24Today's wild shot at the infinity problem. Wait on the child agent left behind.Diva Canto1-1/+3
2013-07-24More on putting TP V1 as it wasDiva Canto1-16/+16
2013-07-24Minor improvements on TP V1 trying to make it exactly as it was before.Diva Canto1-15/+17
2013-07-24New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto1-67/+196
2013-07-24Further tweaks on TPs: not sending the callback URL and instead waiting 15sec...Diva Canto1-26/+33
2013-07-24EXPERIMENTAL: yet another variation of ES/EAC/TPFinishDiva Canto1-39/+39
2013-07-14Change the auth token to be the user's sessionid.Diva Canto1-3/+3
2013-07-13Guard against unauthorized agent deletes.Diva Canto1-7/+7
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie1-0/+3
2013-05-16minor: remove long commented out scene cache clearing code in EntityTransferM...Justin Clark-Casey (justincc)1-9/+0
2013-05-16minor: Remove completely unused IClientAPI.RequestClientInfo() call from Enti...Justin Clark-Casey (justincc)1-3/+0
2013-05-16Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)1-0/+1
2013-05-07Step one of estate settings sharing - port the Avination Estate module (compl...Melanie1-3/+10
2013-04-03minor: Stop falsely logging that a teleport was being aborted on client logou...Justin Clark-Casey (justincc)1-3/+1
2013-03-30refactor: rename ETM.InformClientToInitateTeleportToLocationDelegate to Infor...Justin Clark-Casey (justincc)1-9/+9
2013-03-29Revert "Try eliminating the pause before auto-reteleporting for a megaregion ...Justin Clark-Casey (justincc)1-1/+1
2013-03-29Try eliminating the pause before auto-reteleporting for a megaregion now that...Justin Clark-Casey (justincc)1-1/+1
2013-03-28minor: remove some mono compiler warnings from EntityTransferModuleJustin Clark-Casey (justincc)1-5/+0
2013-03-28Add back a log message when we attempt a megaregion auto-reteleportJustin Clark-Casey (justincc)1-0/+4
2013-03-28minor: Only try to deregister stats in EntityTransferModule.RemoveRegion() if...Justin Clark-Casey (justincc)1-4/+7
2013-03-28Instead of going via GodLikeRequestTeleport, auto-teleport the agent directly...Justin Clark-Casey (justincc)1-3/+12
2013-03-28On the North and East sides of a megaregion, only consider regions within 256...Justin Clark-Casey (justincc)1-2/+2
2013-03-28Remove some Console.WriteLines accidentally left in last commit cfb20f09Justin Clark-Casey (justincc)1-2/+0
2013-03-28refactor: combine the checks for megaregion view range into a single place.Justin Clark-Casey (justincc)1-51/+51
2013-03-28Fix problem with megaregions where teleporting into a different region which ...Justin Clark-Casey (justincc)1-1/+44
2013-03-25Start recording inter-region teleport attempts, aborts, cancels and failures ...Justin Clark-Casey (justincc)1-10/+109
2013-03-23Add "show borders" command to show the borders of a region.Justin Clark-Casey (justincc)1-0/+4
2013-03-22Take out a testing sleep I accidentally left in the teleport code from last c...Justin Clark-Casey (justincc)1-2/+0
2013-03-22At strategic points in the teleport process, if the client has simultaneously...Justin Clark-Casey (justincc)1-3/+56
2013-03-21minor: On teleport, signal a child agent before we send the viewer TeleportFi...Justin Clark-Casey (justincc)1-5/+5
2013-03-20On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)1-15/+21
2013-03-12Add DisableInterRegionTeleportCancellation option in [EntityTransfer] section...Justin Clark-Casey (justincc)1-1/+20
2013-03-12Improve teleport cancellation in some circumstances, though cancelling telepo...Justin Clark-Casey (justincc)1-7/+52
2013-03-06Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)1-0/+5
2013-02-22Make reset of EntityTransferStateMachine for an avatar transfer always happen...Justin Clark-Casey (justincc)1-42/+81
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto1-0/+2
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