diff options
author | Melanie | 2013-02-28 21:20:07 +0000 |
---|---|---|
committer | Melanie | 2013-02-28 21:20:07 +0000 |
commit | eb9458fd7e3a9098712f501cdcf05d71f741ec14 (patch) | |
tree | 1a719b0d89f22cefd04866db162694d0eb724d8d /bin | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Fix potential concurrency issue since the LSL notecard cache was not being ch... (diff) | |
download | opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.zip opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.tar.gz opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.tar.bz2 opensim-SC-eb9458fd7e3a9098712f501cdcf05d71f741ec14.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/Framework/Scenes/SceneManager.cs
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 17 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 32 | ||||
-rw-r--r-- | bin/Robust.ini.example | 3 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 20 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 21 |
5 files changed, 60 insertions, 33 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9de3862..e3b605b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -316,23 +316,6 @@ | |||
316 | ;; - "Imprudence 1.3.1" has access | 316 | ;; - "Imprudence 1.3.1" has access |
317 | ; BannedViewerList = | 317 | ; BannedViewerList = |
318 | 318 | ||
319 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
320 | ;; If this is a standalone world, this is the address of this instance. | ||
321 | ;; If this is a grided simulator, this is the address of the external robust server that | ||
322 | ;; runs the UserAgentsService. | ||
323 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
324 | ;; This is a default that can be overwritten in some sections. | ||
325 | ; HomeURI = "http://127.0.0.1:9000" | ||
326 | |||
327 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
328 | ;; If this is a standalone world, this is the address of this instance. | ||
329 | ;; If this is a grided simulator, this is the address of the external robust server | ||
330 | ;; that runs the Gatekeeper service. | ||
331 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
332 | ;; This is a default that can be overwritten in some sections. | ||
333 | ; GatekeeperURI = "http://127.0.0.1:9000" | ||
334 | |||
335 | |||
336 | [Map] | 319 | [Map] |
337 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 320 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
338 | ;; Map tile options. | 321 | ;; Map tile options. |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 53676a3..91dea8c 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -34,25 +34,12 @@ | |||
34 | ; The Robust.exe process must hvae R/W access to the location | 34 | ; The Robust.exe process must hvae R/W access to the location |
35 | ConfigDirectory = "/home/opensim/etc/Configs" | 35 | ConfigDirectory = "/home/opensim/etc/Configs" |
36 | 36 | ||
37 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
38 | ;; This is the address of the external robust server that | ||
39 | ;; runs the UserAgentsService, possibly this server. | ||
40 | ;; For example http://myworld.com:8002 | ||
41 | ;; This is a default that can be overwritten in some sections. | ||
42 | ; HomeURI = "http://127.0.0.1:8002" | ||
43 | |||
44 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
45 | ;; This is the address of the external robust server | ||
46 | ;; that runs the Gatekeeper service, possibly this server. | ||
47 | ;; For example http://myworld.com:8002 | ||
48 | ;; This is a default that can be overwritten in some sections. | ||
49 | ; GatekeeperURI = "http://127.0.0.1:8002" | ||
50 | |||
51 | [ServiceList] | 37 | [ServiceList] |
52 | 38 | ||
53 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 39 | AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
54 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 40 | InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
55 | VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | 41 | ;; Uncomment if you have set up Freeswitch (see [FreeswitchService] below) |
42 | ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | ||
56 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" | 43 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" |
57 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" | 44 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" |
58 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" | 45 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" |
@@ -118,6 +105,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
118 | ;ConsolePass = secret | 105 | ;ConsolePass = secret |
119 | ;ConsolePort = 0 | 106 | ;ConsolePort = 0 |
120 | 107 | ||
108 | [Hypergrid] | ||
109 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
110 | ;; This is the address of the external robust server that | ||
111 | ;; runs the UserAgentsService, possibly this server. | ||
112 | ;; For example http://myworld.com:8002 | ||
113 | ;; This is a default that can be overwritten in some sections. | ||
114 | ; HomeURI = "http://127.0.0.1:8002" | ||
115 | |||
116 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
117 | ;; This is the address of the external robust server | ||
118 | ;; that runs the Gatekeeper service, possibly this server. | ||
119 | ;; For example http://myworld.com:8002 | ||
120 | ;; This is a default that can be overwritten in some sections. | ||
121 | ; GatekeeperURI = "http://127.0.0.1:8002" | ||
122 | |||
121 | [DatabaseService] | 123 | [DatabaseService] |
122 | StorageProvider = "OpenSim.Data.MySQL.dll" | 124 | StorageProvider = "OpenSim.Data.MySQL.dll" |
123 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" | 125 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" |
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" |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e53fcca..d12ea5b 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -26,6 +26,26 @@ | |||
26 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | 26 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" |
27 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | 27 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" |
28 | 28 | ||
29 | [Hypergrid] | ||
30 | ; Uncomment the variables in this section only if you are in | ||
31 | ; Hypergrid configuration. Otherwise, ignore. | ||
32 | |||
33 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
34 | ;; If this is a standalone world, this is the address of this instance. | ||
35 | ;; If this is a grided simulator, this is the address of the external robust server that | ||
36 | ;; runs the UserAgentsService. | ||
37 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
38 | ;; This is a default that can be overwritten in some sections. | ||
39 | ; HomeURI = "http://127.0.0.1:9000" | ||
40 | |||
41 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
42 | ;; If this is a standalone world, this is the address of this instance. | ||
43 | ;; If this is a grided simulator, this is the address of the external robust server | ||
44 | ;; that runs the Gatekeeper service. | ||
45 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
46 | ;; This is a default that can be overwritten in some sections. | ||
47 | ; GatekeeperURI = "http://127.0.0.1:9000" | ||
48 | |||
29 | [Modules] | 49 | [Modules] |
30 | ;; Choose one cache module and the corresponding config file, if it exists. | 50 | ;; Choose one cache module and the corresponding config file, if it exists. |
31 | ;; Copy the config .example file into your own .ini file and adapt that. | 51 | ;; Copy the config .example file into your own .ini file and adapt that. |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 3129078..f80044e 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -27,6 +27,27 @@ | |||
27 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | 27 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" |
28 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | 28 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" |
29 | 29 | ||
30 | [Hypergrid] | ||
31 | ; Uncomment the variables in this section only if you are in | ||
32 | ; Hypergrid configuration. Otherwise, ignore. | ||
33 | |||
34 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
35 | ;; If this is a standalone world, this is the address of this instance. | ||
36 | ;; If this is a grided simulator, this is the address of the external robust server that | ||
37 | ;; runs the UserAgentsService. | ||
38 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
39 | ;; This is a default that can be overwritten in some sections. | ||
40 | ; HomeURI = "http://127.0.0.1:9000" | ||
41 | |||
42 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
43 | ;; If this is a standalone world, this is the address of this instance. | ||
44 | ;; If this is a grided simulator, this is the address of the external robust server | ||
45 | ;; that runs the Gatekeeper service. | ||
46 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
47 | ;; This is a default that can be overwritten in some sections. | ||
48 | ; GatekeeperURI = "http://127.0.0.1:9000" | ||
49 | |||
50 | |||
30 | [Modules] | 51 | [Modules] |
31 | ;; Choose one cache module and the corresponding config file, if it exists. | 52 | ;; Choose one cache module and the corresponding config file, if it exists. |
32 | ;; Copy the config .example file into your own .ini file and alter that | 53 | ;; Copy the config .example file into your own .ini file and alter that |