aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Addresses mantis #4991 -- HG between two regions with the same map ↵Diva Canto2010-08-271-0/+9
| | | | coordinates fails with no warning
* Addresses mantis #4929. Agent was being logged off the grid too soon -- ↵Diva Canto2010-08-151-2/+13
| | | | things may still fail.
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2010-06-131-0/+28
| | | | neighbours.
* 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
| | | | * Cleaned up NewUserConnection.
* Make local teleports send CHANGED_TELEPORTMelanie Thielker2010-06-121-0/+3
|
* Refactor SendCoarseLocations for better performance. Instead of computing ↵Dan Lake2010-06-081-3/+0
| | | | list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations.
* * Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto2010-06-051-0/+11
| | | | * Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions.
* Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-13/+1
| | | | | | Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-1/+13
| | | | important stuff off screen too fast
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-4/+5
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* Added copying of Viewer field to the agent circuit data that is being passed ↵Diva Canto2010-05-051-0/+6
| | | | | | on TPs and crossings. (XmlRpcGroups files want to be committed too)
* * 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.