aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * HGGridConnector is no longer necessary.Diva Canto2010-01-292-17/+20
| | | | * 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-292-12/+33
|
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-282-53/+69
|
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-0/+1
|
* Some method implementations were missing from LocalGridServiceConnector.Diva Canto2010-01-241-0/+2
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-18/+27
|
* Go Home works. With security!!Diva Canto2010-01-182-8/+71
|
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-182-224/+281
| | | | * Added basic machinery for teleporting users home. Untested.
* * Fixed misspelling of field in GridServiceDiva Canto2010-01-182-38/+34
| | | | * Moved TeleportClientHome to EntityTransferModule
* HG teleports through gatekeeper are working.Diva Canto2010-01-172-17/+12
|
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-172-6/+44
|
* Oops, forgot this one.Diva Canto2010-01-171-0/+137
|
* 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.