aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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()
* * HGScene is no more.Diva Canto2010-01-301-1/+0
| | | | * Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
* Removed obsolete interface IHyperlink.Diva Canto2010-01-241-5/+0
|
* Several more buglets removed.Diva Canto2010-01-131-1/+1
|
* CommunicationsManager deleted.Diva Canto2010-01-111-3/+0
|
* All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto2010-01-101-48/+0
| | | | deleted, including old LoginService.
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-7/+4
| | | | | * Started rerouting calls to UserService. * Compiles. May run.
* Successfully logged into a grid.Diva Canto2010-01-031-10/+14
|
* * Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto2010-01-031-0/+356
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.