aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2015-10-18 16:06:31 -0700
committerDiva Canto2015-10-18 16:06:31 -0700
commit70a46fe0907c822a5244e36c338bf559ffbec965 (patch)
tree6b275cb6256e90e000cbef4b3ce00380912dda99 /bin
parentThe protocol version checking on the grid server connector seemed to have a b... (diff)
downloadopensim-SC_OLD-70a46fe0907c822a5244e36c338bf559ffbec965.zip
opensim-SC_OLD-70a46fe0907c822a5244e36c338bf559ffbec965.tar.gz
opensim-SC_OLD-70a46fe0907c822a5244e36c338bf559ffbec965.tar.bz2
opensim-SC_OLD-70a46fe0907c822a5244e36c338bf559ffbec965.tar.xz
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.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini15
-rw-r--r--bin/config-include/Standalone.ini15
-rw-r--r--bin/config-include/StandaloneHypergrid.ini15
3 files changed, 0 insertions, 45 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 963eeff..f44100b 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -746,21 +746,6 @@
746 ; Distance in meters that shouts should travel. Default is 100m 746 ; Distance in meters that shouts should travel. Default is 100m
747 shout_distance = 100 747 shout_distance = 100
748 748
749
750[EntityTransfer]
751 ; The maximum protocol version that we will use for outgoing transfers
752 ; Valid values are
753 ; "SIMULATION/0.3"
754 ; - This is the default, and it supports teleports to variable-sized regions
755 ; - Older versions can teleport to this one, but only if the destination region
756 ; is 256x256
757 ; "SIMULATION/0.2"
758 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
759 ; - this protocol is more efficient than "SIMULATION/0.1"
760 ; "SIMULATION/0.1"
761 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
762 MaxOutgoingTransferVersion = "SIMULATION/0.3"
763
764 ; The maximum distance in regions that an agent is allowed to teleport 749 ; The maximum distance in regions that an agent is allowed to teleport
765 ; along the x or y axis. This is set to 65535 because current viewers 750 ; along the x or y axis. This is set to 65535 because current viewers
766 ; can't handle teleports that are greater than this distance 751 ; can't handle teleports that are greater than this distance
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
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 51f7fd0..eaacfff 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -39,21 +39,6 @@
39 SimulationServiceInConnector = true 39 SimulationServiceInConnector = true
40 MapImageServiceInConnector = true 40 MapImageServiceInConnector = true
41 41
42[SimulationService]
43 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
44 ; It is used to control the teleport handoff process.
45 ; Valid values are
46 ; "SIMULATION/0.3"
47 ; - This is the default, and it supports teleports to variable-sized regions
48 ; - Older versions can teleport to this one, but only if the destination region
49 ; is 256x256
50 ; "SIMULATION/0.2"
51 ; - A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol
52 ; - this protocol is more efficient than "SIMULATION/0.1"
53 ; "SIMULATION/0.1"
54 ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before.
55 ConnectorProtocolVersion = "SIMULATION/0.3"
56
57[Messaging] 42[Messaging]
58 MessageTransferModule = HGMessageTransferModule 43 MessageTransferModule = HGMessageTransferModule
59 LureModule = HGLureModule 44 LureModule = HGLureModule