diff options
author | UbitUmarov | 2015-09-02 19:54:53 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-02 19:54:53 +0100 |
commit | a11edceb00b5b86f825bd957bdac9edb91f893dd (patch) | |
tree | c192eae26f3aadf365a66f32fc6d9ade2f0a0c61 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | bad merge? (diff) | |
download | opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.zip opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.gz opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.bz2 opensim-SC-a11edceb00b5b86f825bd957bdac9edb91f893dd.tar.xz |
seems to compile ( tests comented out)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 760decd..5cd9045 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -276,13 +276,9 @@ namespace OpenSim | |||
276 | 276 | ||
277 | base.StartupSpecific(); | 277 | base.StartupSpecific(); |
278 | 278 | ||
279 | <<<<<<< HEAD | ||
280 | if (EnableInitialPluginLoad) | ||
281 | LoadPlugins(); | ||
282 | 279 | ||
283 | // We still want to post initalize any plugins even if loading has been disabled since a test may have | 280 | // We still want to post initalize any plugins even if loading has been disabled since a test may have |
284 | // inserted them manually. | 281 | // inserted them manually. |
285 | ======= | ||
286 | LoadPlugins(); | 282 | LoadPlugins(); |
287 | 283 | ||
288 | if (m_plugins.Count == 0) // We failed to load any modules. Mono Addins glitch! | 284 | if (m_plugins.Count == 0) // We failed to load any modules. Mono Addins glitch! |
@@ -290,7 +286,6 @@ namespace OpenSim | |||
290 | Environment.Exit(1); | 286 | Environment.Exit(1); |
291 | } | 287 | } |
292 | 288 | ||
293 | >>>>>>> avn/ubitvar | ||
294 | foreach (IApplicationPlugin plugin in m_plugins) | 289 | foreach (IApplicationPlugin plugin in m_plugins) |
295 | plugin.PostInitialise(); | 290 | plugin.PostInitialise(); |
296 | 291 | ||
@@ -832,10 +827,6 @@ namespace OpenSim | |||
832 | { | 827 | { |
833 | Vector3 regionExtent = new Vector3(regionInfo.RegionSizeX, regionInfo.RegionSizeY, regionInfo.RegionSizeZ); | 828 | Vector3 regionExtent = new Vector3(regionInfo.RegionSizeX, regionInfo.RegionSizeY, regionInfo.RegionSizeZ); |
834 | PhysicsScene physicsScene = GetPhysicsScene(regionInfo.RegionName, regionExtent); | 829 | PhysicsScene physicsScene = GetPhysicsScene(regionInfo.RegionName, regionExtent); |
835 | <<<<<<< HEAD | ||
836 | |||
837 | ======= | ||
838 | >>>>>>> avn/ubitvar | ||
839 | SceneCommunicationService sceneGridService = new SceneCommunicationService(); | 830 | SceneCommunicationService sceneGridService = new SceneCommunicationService(); |
840 | 831 | ||
841 | return new Scene( | 832 | return new Scene( |