diff options
author | Melanie | 2011-04-21 23:06:01 +0100 |
---|---|---|
committer | Melanie | 2011-04-21 23:06:01 +0100 |
commit | 0c68fbdb1aa746d1f18242f921bd2605271c06db (patch) | |
tree | c5a35a5723f4c73821c20773d6bc2897b92dcce8 /bin | |
parent | Add fix a minor bug (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-0c68fbdb1aa746d1f18242f921bd2605271c06db.zip opensim-SC_OLD-0c68fbdb1aa746d1f18242f921bd2605271c06db.tar.gz opensim-SC_OLD-0c68fbdb1aa746d1f18242f921bd2605271c06db.tar.bz2 opensim-SC_OLD-0c68fbdb1aa746d1f18242f921bd2605271c06db.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 12 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 61eaf14..f72cd8e 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -149,12 +149,6 @@ | |||
149 | ; to false if you have compatibility problems. | 149 | ; to false if you have compatibility problems. |
150 | ;CacheSculptMaps = true | 150 | ;CacheSculptMaps = true |
151 | 151 | ||
152 | ; if you use Meshmerizer and want collisions for meshies, setting this to true | ||
153 | ; will cause OpenSim to attempt to decode meshies assets, extract the physics | ||
154 | ; mesh, and use it for collisions. This is currently experimental code and enabling | ||
155 | ; it may cause unexpected physics problems. | ||
156 | ;UseMeshiesPhysicsMesh = false | ||
157 | |||
158 | ; Choose one of the physics engines below | 152 | ; Choose one of the physics engines below |
159 | ; OpenDynamicsEngine is by some distance the most developed physics engine | 153 | ; OpenDynamicsEngine is by some distance the most developed physics engine |
160 | ; basicphysics effectively does not model physics at all, making all objects phantom | 154 | ; basicphysics effectively does not model physics at all, making all objects phantom |
@@ -461,6 +455,12 @@ | |||
461 | ; default is true | 455 | ; default is true |
462 | ColladaMesh = true | 456 | ColladaMesh = true |
463 | 457 | ||
458 | ; if you use Meshmerizer and want collisions for meshies, setting this to true | ||
459 | ; will cause OpenSim to attempt to decode meshies assets, extract the physics | ||
460 | ; mesh, and use it for collisions. This is currently experimental code and enabling | ||
461 | ; it may cause unexpected physics problems. | ||
462 | ;UseMeshiesPhysicsMesh = false | ||
463 | |||
464 | 464 | ||
465 | [ODEPhysicsSettings] | 465 | [ODEPhysicsSettings] |
466 | ;## | 466 | ;## |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index ced2857..e2e9624 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -117,10 +117,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
117 | ; EchoPort = 50505 | 117 | ; EchoPort = 50505 |
118 | ; AttemptSTUN = false | 118 | ; AttemptSTUN = false |
119 | 119 | ||
120 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | ||
121 | ;; IP of your FS server | ||
122 | ; ServerAddress = 127.0.0.1 | ||
123 | |||
124 | ; * This is the new style authentication service. Currently, only MySQL | 120 | ; * This is the new style authentication service. Currently, only MySQL |
125 | ; * is implemented. | 121 | ; * is implemented. |
126 | ; * | 122 | ; * |