aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* If an agent is still registered as 'in transit' by the source region, don't ↵Justin Clark-Casey (justincc)2012-05-241-0/+7
| | | | | | | | | | | | allow an immediate teleport back. This is to help relieve a race condition when an agent teleports then immediately attempts to teleport back before the source region has properly cleaned up/demoted the old ScenePresence. This is rare in viewers but much more possible via scripting or region module. However, more needs to be done since virtually all clean up happens after the transit flag is cleared . Possibly need to add a 'cleaning up' state to in transit. This change required making the EntityTransferModule and HGEntityTransferModule per-region rather than shared, in order to allow separate transit lists. Changes were also required in LocalSimulationConnector. Tested in standalone, grid and with local and remote region crossings with attachments.
* refactor: Split most of EntityTransferModule.Teleport() into its same region ↵Justin Clark-Casey (justincc)2012-05-011-4/+33
| | | | | | and different region teleport components. DoTeleport() now retrives IEventQueue itself rather than requiring it to be passed in.
* HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto2011-05-271-0/+3
| | | | WARNING: additional configuration for HG inis -- see *Common.ini.example
* Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-281-1/+1
|
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-0/+5
|
* * Fixed misspelling of field in GridServiceDiva Canto2010-01-181-0/+3
| | | | * Moved TeleportClientHome to EntityTransferModule
* Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2010-01-161-0/+2
|
* Renamed IAgentTransferModule to IEntityTransferModule -- accounts for ↵Diva Canto2010-01-151-0/+50
objects too.