diff options
author | Diva Canto | 2010-01-15 15:11:58 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-15 15:11:58 -0800 |
commit | f1c30784ac767bf5f62e81748984b76d85d71f6a (patch) | |
tree | 5aa635eadb534f30cd8aa2b9a1803f637e9b95a6 /bin/config-include/Grid.ini | |
parent | Added a UserAccountCache to the UserAccountServiceConnectors. Uses a CenomeCa... (diff) | |
download | opensim-SC_OLD-f1c30784ac767bf5f62e81748984b76d85d71f6a.zip opensim-SC_OLD-f1c30784ac767bf5f62e81748984b76d85d71f6a.tar.gz opensim-SC_OLD-f1c30784ac767bf5f62e81748984b76d85d71f6a.tar.bz2 opensim-SC_OLD-f1c30784ac767bf5f62e81748984b76d85d71f6a.tar.xz |
* General cleanup of Teleports, Crossings and Child agents. They are now in 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
Diffstat (limited to 'bin/config-include/Grid.ini')
-rw-r--r-- | bin/config-include/Grid.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 4892306..1a9ac72 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -17,6 +17,7 @@ | |||
17 | PresenceServices = "RemotePresenceServicesConnector" | 17 | PresenceServices = "RemotePresenceServicesConnector" |
18 | UserAccountServices = "RemoteUserAccountServicesConnector" | 18 | UserAccountServices = "RemoteUserAccountServicesConnector" |
19 | SimulationServices = "RemoteSimulationConnectorModule" | 19 | SimulationServices = "RemoteSimulationConnectorModule" |
20 | AgentTransferModule = "AgentTransferModule" | ||
20 | LandServiceInConnector = true | 21 | LandServiceInConnector = true |
21 | NeighbourServiceInConnector = true | 22 | NeighbourServiceInConnector = true |
22 | SimulationServiceInConnector = true | 23 | SimulationServiceInConnector = true |