aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Addresses mantis #4991 -- HG between two regions with the same map coordinate...Diva Canto2010-08-271-0/+9
* Addresses mantis #4929. Agent was being logged off the grid too soon -- thing...Diva Canto2010-08-151-2/+13
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-131-0/+28
* Added checks for failed UpdateAgent calls.Diva Canto2010-06-121-17/+29
* * Added CHANGED_TELEPORT event trigger upon inter-sim teleports.Diva Canto2010-06-121-1/+1
* Make local teleports send CHANGED_TELEPORTMelanie Thielker2010-06-121-0/+3
* Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake2010-06-081-3/+0
* * Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto2010-06-051-0/+11
* Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-13/+1
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-1/+13
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-071-4/+5
* Added copying of Viewer field to the agent circuit data that is being passed ...Diva Canto2010-05-051-0/+6
* * Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman2010-02-231-2/+4
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-5/+4
* Works for grid login.Diva Canto2010-01-291-1/+5
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-2/+8
* Go Home works. With security!!Diva Canto2010-01-181-6/+4
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-181-224/+232
* * Fixed misspelling of field in GridServiceDiva Canto2010-01-181-1/+34
* HG teleports through gatekeeper are working.Diva Canto2010-01-171-6/+12
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-171-6/+17
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-229/+240
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto2010-01-161-1/+1
* Finished moving object crossings into EntityTransferModuleDiva Canto2010-01-161-3/+3
* Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2010-01-161-49/+372
* Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto2010-01-151-0/+1201