diff options
author | diva | 2008-12-29 22:22:05 +0000 |
---|---|---|
committer | diva | 2008-12-29 22:22:05 +0000 |
commit | a3e2e03f7b8c42011ba6b06e8d2608645371f2cb (patch) | |
tree | 8c16a02079ad14d653cd35917f8844ca5edbec80 /bin | |
parent | This is a beefy commit containing the communication modules that implement Se... (diff) | |
download | opensim-SC_OLD-a3e2e03f7b8c42011ba6b06e8d2608645371f2cb.zip opensim-SC_OLD-a3e2e03f7b8c42011ba6b06e8d2608645371f2cb.tar.gz opensim-SC_OLD-a3e2e03f7b8c42011ba6b06e8d2608645371f2cb.tar.bz2 opensim-SC_OLD-a3e2e03f7b8c42011ba6b06e8d2608645371f2cb.tar.xz |
Final part for implementing SendChildAgentDataUpdate with modules. This is the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cc117ad..6c30f6e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -179,6 +179,11 @@ | |||
179 | ;WorldMapModule = "WorldMap" | 179 | ;WorldMapModule = "WorldMap" |
180 | ;MapImageModule = "MapImageModule" | 180 | ;MapImageModule = "MapImageModule" |
181 | 181 | ||
182 | [Communications] | ||
183 | |||
184 | ;InterregionComms = "LocalComms" | ||
185 | InterregionComms = "RESTComms" | ||
186 | ;InterregionComms = "HGRESTComms" | ||
182 | 187 | ||
183 | [StandAlone] | 188 | [StandAlone] |
184 | accounts_authenticate = true | 189 | accounts_authenticate = true |