aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-16 18:44:55 +0100
committerJustin Clark-Casey (justincc)2009-09-16 18:44:55 +0100
commit077d01c2255009a1e47e8bed42375ce81b770ef9 (patch)
tree5f3e553a31765a49a87b783baa515f63c01f4941 /OpenSim/Region
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-077d01c2255009a1e47e8bed42375ce81b770ef9.zip
opensim-SC_OLD-077d01c2255009a1e47e8bed42375ce81b770ef9.tar.gz
opensim-SC_OLD-077d01c2255009a1e47e8bed42375ce81b770ef9.tar.bz2
opensim-SC_OLD-077d01c2255009a1e47e8bed42375ce81b770ef9.tar.xz
switch default physics engine to ODE and default meshmerizer to Meshmerizer in code and in OpenSim.ini.example
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Application/ConfigurationLoader.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs
index c3e7b86..21edcc5 100644
--- a/OpenSim/Region/Application/ConfigurationLoader.cs
+++ b/OpenSim/Region/Application/ConfigurationLoader.cs
@@ -305,8 +305,8 @@ namespace OpenSim
305 config.Set("region_info_source", "filesystem"); 305 config.Set("region_info_source", "filesystem");
306 306
307 config.Set("gridmode", false); 307 config.Set("gridmode", false);
308 config.Set("physics", "basicphysics"); 308 config.Set("physics", "OpenDynamicsEngine");
309 config.Set("meshing", "ZeroMesher"); 309 config.Set("meshing", "Meshmerizer");
310 config.Set("physical_prim", true); 310 config.Set("physical_prim", true);
311 config.Set("see_into_this_sim_from_neighbor", true); 311 config.Set("see_into_this_sim_from_neighbor", true);
312 config.Set("serverside_object_permissions", false); 312 config.Set("serverside_object_permissions", false);