diff options
author | Justin Clark-Casey (justincc) | 2013-01-24 00:03:44 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-24 00:03:44 +0000 |
commit | 55c6753b13d4c8cd69cc986db5f6e321b8e65bb7 (patch) | |
tree | 70ae7a976ba9be4e7e8d1cb98d3a6e61e4dfb7d4 /bin/OpenSimDefaults.ini | |
parent | Add information on ScriptStopStrategy to [XEngine] in OpenSimDefaults.ini and... (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.zip opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.tar.gz opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.tar.bz2 opensim-SC-55c6753b13d4c8cd69cc986db5f6e321b8e65bb7.tar.xz |
Merge branch 'master' into cooptermination
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 391fb0c..c60579b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -908,6 +908,19 @@ | |||
908 | 908 | ||
909 | [BulletSim] | 909 | [BulletSim] |
910 | ; World parameters | 910 | ; World parameters |
911 | |||
912 | ; There are two bullet physics libraries, bulletunmanaged is the default and is a native c++ dll | ||
913 | ; bulletxna is a managed C# dll. They have comparible functionality.. the c++ is much faster. | ||
914 | |||
915 | BulletEngine = "bulletunmanaged" | ||
916 | ; BulletEngine = "bulletxna" | ||
917 | |||
918 | ; Terrain Implementation {1|0} 0 for HeightField, 1 for Mesh terrain. If you're using the bulletxna engine, | ||
919 | ; you will want to switch to the heightfield option | ||
920 | |||
921 | TerrainImplementation = 1 | ||
922 | ; TerrainImplementation = 0 | ||
923 | |||
911 | DefaultFriction = 0.20 | 924 | DefaultFriction = 0.20 |
912 | DefaultDensity = 10.000006836 | 925 | DefaultDensity = 10.000006836 |
913 | DefaultRestitution = 0.0 | 926 | DefaultRestitution = 0.0 |
@@ -959,6 +972,7 @@ | |||
959 | PhysicsLoggingEnabled = False | 972 | PhysicsLoggingEnabled = False |
960 | PhysicsLoggingDir = "." | 973 | PhysicsLoggingDir = "." |
961 | VehicleLoggingEnabled = False | 974 | VehicleLoggingEnabled = False |
975 | |||
962 | 976 | ||
963 | [RemoteAdmin] | 977 | [RemoteAdmin] |
964 | enabled = false | 978 | enabled = false |
@@ -1109,6 +1123,17 @@ | |||
1109 | 1123 | ||
1110 | ;exclude_list=User 1,User 2,User 3 | 1124 | ;exclude_list=User 1,User 2,User 3 |
1111 | 1125 | ||
1126 | ;;Shows modal alertbox for entering agent on IRC enabled regions | ||
1127 | ;; | ||
1128 | ;; Enable Alert, default = false | ||
1129 | ;alert_show = false | ||
1130 | ;; | ||
1131 | ;; Show IRC serverinfo, default = true | ||
1132 | ;alert_show_serverinfo = true | ||
1133 | ;; | ||
1134 | ;alert_msg_pre = "This region is linked to Irc." | ||
1135 | ;alert_msg_post = "Everything you say in public chat can be listened." | ||
1136 | |||
1112 | 1137 | ||
1113 | ; The following settings control the progression of daytime | 1138 | ; The following settings control the progression of daytime |
1114 | ; in the Sim. The defaults are the same as the commented out settings | 1139 | ; in the Sim. The defaults are the same as the commented out settings |