aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-24For the "teleport from above" case, do the right thing.onefang1-3/+4
2019-05-19Remove silly 4096 sim TP check for a client bug that was fixed long ago.onefang1-47/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang3-908/+929
2016-11-03No, we don't need to enshrine viewer bugs in the server, we need to fix the v...David Walter Seikel1-45/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel3-765/+1731
2013-02-23No, we don't need to enshrine viewer bugs in the server, we need to fix the v...David Walter Seikel1-46/+0
2013-01-25Changed a couple of debug messages at the request of osgrid.Diva Canto1-2/+2
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto2-0/+4
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto1-2/+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-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-4/+4
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-5/+17
2012-09-26Use GridUser properly for foreign users.Diva Canto1-0/+2
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-21This fixes HG attachments' missing assets (textures, etc).Diva Canto1-0/+28
2012-09-16HG2.0: Generalized the allowed HG appearances to be more than 1.Diva Canto1-31/+59
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2-2/+171
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-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-25/+21
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)3-239/+330
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)2-2/+2
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)2-66/+58
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)2-122/+159
2012-04-27If a Grid God teleports then include the Godlike teleport flag. This can affe...Oren Hurvitz1-0/+6
2012-04-27Minor change in error message (HG teleport failures)Diva Canto1-1/+1
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)2-18/+36
2012-04-24Slight rewording of output messages.Diva Canto1-1/+1