aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing ↵Diva Canto2011-04-281-1/+5
| | | | the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
* Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+3
|
* Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-7/+7
| | | | | | once to each simulator rather than once to each region. This should help with some of the delays caused by multiple outstanding requests to a single service point.
* Fix up QueryAccess to also check parcelsMelanie2011-01-281-6/+3
|
* Spawn a threadlet upon receiving requests to close agents. The operation may ↵Diva Canto2011-01-071-1/+4
| | | | take too long, and we don't need to keep the caller waiting.
* Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+17
| | | | whether or not an agent is allowed there as a root agent.
* Get the local inner simulation service object to the handler so that there ↵Diva Canto2010-03-151-0/+5
| | | | is no possibility of cascading requests when failures happen.
* * Typo fixesJohn Hurliman2010-03-091-1/+1
| | | | * Performance improvement in the expensive GenerateClientFlags()
* Renamed IAgentTransferModule to IEntityTransferModule -- accounts for ↵Diva Canto2010-01-151-3/+3
| | | | objects too.
* * General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto2010-01-151-2/+15
| | | | | | | the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. * HGSceneCommunicationService has been deleted * SceneCommunicationService will likely be deleted soon too
* Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵Diva Canto2010-01-131-2/+2
| | | | m_SimulationService, because it may be null...
* Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto2010-01-121-5/+5
| | | | Appearance is now being passed with AgentCircuitData, as it should be.
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-7/+12
| | | | | * Started rerouting calls to UserService. * Compiles. May run.
* * Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto2010-01-031-44/+85
| | | | | | | a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.
* Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto2009-12-311-0/+298
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!