diff options
author | Diva Canto | 2015-10-18 16:06:31 -0700 |
---|---|---|
committer | Diva Canto | 2015-10-18 16:24:33 -0700 |
commit | 7ab633461ed65d1080b569532020379a068352b5 (patch) | |
tree | ec1efcb5e8d207e62b494f4d3ce404d6d61e1aaf /bin/config-include/Standalone.ini | |
parent | The protocol version checking on the grid server connector seemed to have a b... (diff) | |
download | opensim-SC-7ab633461ed65d1080b569532020379a068352b5.zip opensim-SC-7ab633461ed65d1080b569532020379a068352b5.tar.gz opensim-SC-7ab633461ed65d1080b569532020379a068352b5.tar.bz2 opensim-SC-7ab633461ed65d1080b569532020379a068352b5.tar.xz |
Fixed merge conflicts
Clean up of simulation version, the number that rules the compatibility of teleports:
- It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure
- Its definition moved to the global VersionInfo class
As of now it's still 0.3.
Conflicts:
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 1fbd171..78ada2b 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -28,21 +28,6 @@ | |||
28 | GridInfoServiceInConnector = true | 28 | GridInfoServiceInConnector = true |
29 | MapImageServiceInConnector = true | 29 | MapImageServiceInConnector = true |
30 | 30 | ||
31 | [SimulationService] | ||
32 | ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport | ||
33 | ; It is used to control the teleport handoff process. | ||
34 | ; Valid values are | ||
35 | ; "SIMULATION/0.3" | ||
36 | ; - This is the default, and it supports teleports to variable-sized regions | ||
37 | ; - Older versions can teleport to this one, but only if the destination region | ||
38 | ; is 256x256 | ||
39 | ; "SIMULATION/0.2" | ||
40 | ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | ||
41 | ; - this protocol is more efficient than "SIMULATION/0.1" | ||
42 | ; "SIMULATION/0.1" | ||
43 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | ||
44 | ConnectorProtocolVersion = "SIMULATION/0.3" | ||
45 | |||
46 | [SimulationDataStore] | 31 | [SimulationDataStore] |
47 | LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService" | 32 | LocalServiceModule = "OpenSim.Services.SimulationService.dll:SimulationDataService" |
48 | 33 | ||