aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker1-3/+3
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker1-3/+3
2014-11-25Add naive implementation of controlled incoming HG attachments to manage load.Justin Clark-Casey (justincc)1-0/+2
2014-02-15Properly restore position on crossing failure for mega-regions.Robert Adams1-2/+3
2014-01-17minor: reinsert some method doc back into IEntityTransferModuleJustin Clark-Casey (justincc)1-0/+20
2013-12-24varregion: add lots of DEBUG level log messages. Especially for teleport.Robert Adams1-2/+1
2013-12-11This is the Avination Entity Transfer Module. Surprisingly, it still compilesMelanie1-22/+10
2013-05-07Step one of estate settings sharing - port the Avination Estate module (compl...Melanie1-1/+1
2012-05-25Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)1-1/+1
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-0/+7
2012-05-01refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)1-4/+33
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-0/+3
2011-01-28Fix bumping into sim borders and check estate bans for walking crossingsMelanie1-1/+1
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-0/+5
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto1-0/+3
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto1-0/+2
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto1-1/+1
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-4/+13
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-25Update svn properties.Jeff Ames1-14/+14
2009-05-21Added ITeleportModule interface, and added a hook into scene so if a module h...MW1-0/+14