diff options
author | Diva Canto | 2013-02-27 20:50:03 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-27 20:50:03 -0800 |
commit | 64b8ce73dabcf651beadcc11cbe94db69cc3ea0e (patch) | |
tree | ab7f3a63c166185a5fd9d6d5a7e36a18d63a9817 /bin | |
parent | Moved the HG default variables out of [Startup] and into their own section [H... (diff) | |
parent | Add comment to example region modules about need to add Assembly annotation i... (diff) | |
download | opensim-SC_OLD-64b8ce73dabcf651beadcc11cbe94db69cc3ea0e.zip opensim-SC_OLD-64b8ce73dabcf651beadcc11cbe94db69cc3ea0e.tar.gz opensim-SC_OLD-64b8ce73dabcf651beadcc11cbe94db69cc3ea0e.tar.bz2 opensim-SC_OLD-64b8ce73dabcf651beadcc11cbe94db69cc3ea0e.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 15 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 3 | ||||
-rw-r--r-- | bin/Robust.ini.example | 3 |
3 files changed, 15 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9761052..f89606f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -322,12 +322,19 @@ | |||
322 | 322 | ||
323 | [Map] | 323 | [Map] |
324 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 324 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
325 | ;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to | 325 | ;; Map tile options. |
326 | ;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in | 326 | ;; If true, then maptiles are generated using the MapImageModule below. |
327 | ;; the regions config file(s). If you do not want to upload map tiles at all, then you will need | 327 | ;; If false then the texture referenced by MaptileStaticUUID is used instead, which can also be overriden |
328 | ;; to disable the MapImageServiceModule entirely. | 328 | ;; in individual region config file(s). If you do not want to upload map tiles at all, then you will need |
329 | ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/ | ||
329 | ; GenerateMaptiles = true | 330 | ; GenerateMaptiles = true |
330 | 331 | ||
332 | ;# {MapImageModule} [] {The map image module to use} {MapImageModule Warp3DImageModule} MapImageModule | ||
333 | ;; The module to use in order to generate map images. | ||
334 | ;; MapImageModule is the default. Warp3DImageModule is an alternative experimental module that can | ||
335 | ;; generate better images. | ||
336 | ;MapImageModule = "MapImageModule" | ||
337 | |||
331 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 | 338 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 |
332 | ;; If desired, a running region can update the map tiles periodically | 339 | ;; If desired, a running region can update the map tiles periodically |
333 | ;; to reflect building activity. This names no sense of you don't have | 340 | ;; to reflect building activity. This names no sense of you don't have |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 53676a3..aae76d5 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -52,7 +52,8 @@ | |||
52 | 52 | ||
53 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 53 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
54 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 54 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
55 | VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | 55 | ;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below) |
56 | ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | ||
56 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" | 57 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" |
57 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" | 58 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" |
58 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" | 59 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index bb98bbf..d932ce7 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -30,7 +30,8 @@ | |||
30 | [ServiceList] | 30 | [ServiceList] |
31 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 31 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
32 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 32 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
33 | VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | 33 | ;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below) |
34 | ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | ||
34 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" | 35 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" |
35 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" | 36 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" |
36 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" | 37 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" |