Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2016-12-23 02:53:58 +00:00
13 changed files with 600 additions and 197 deletions

View File

@@ -348,13 +348,10 @@ namespace OpenSim
config.Set("meshing", "Meshmerizer");
config.Set("physical_prim", true);
config.Set("serverside_object_permissions", true);
config.Set("storage_prim_inventories", true);
config.Set("startup_console_commands_file", String.Empty);
config.Set("shutdown_console_commands_file", String.Empty);
config.Set("DefaultScriptEngine", "XEngine");
config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll");
// life doesn't really work without this
config.Set("EventQueue", true);
}
{
@@ -387,4 +384,4 @@ namespace OpenSim
m_networkServersInfo.loadFromConfiguration(m_config.Source);
}
}
}
}