aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed the unused GridRegion.getInternalEndPointPort() (just use ↵John Hurliman2010-02-231-2/+4
| | | | | | | InternalEndPoint.Port). This class is complex enough as it is * Changed the failed to inform neighbor message from a warning to info, since this will fire for every empty neighbor space * Made the EnableSimulator/EstablishAgentCommunication log message more verbose and more clear about what is happening
* * HGGridConnector is no longer necessary.Diva Canto2010-01-291-5/+4
| | | | * Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
* 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
| | | | * Added basic machinery for teleporting users home. Untested.
* * Fixed misspelling of field in GridServiceDiva Canto2010-01-181-1/+34
| | | | * Moved TeleportClientHome to EntityTransferModule
* 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
| | | | yet.
* 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 ↵Diva Canto2010-01-151-0/+1201
objects too.