aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/IronMath.dllbin45056 -> 0 bytes
-rw-r--r--bin/IronPython.dllbin1605632 -> 0 bytes
-rw-r--r--bin/OpenSim.ini.example26
3 files changed, 23 insertions, 3 deletions
diff --git a/bin/IronMath.dll b/bin/IronMath.dll
deleted file mode 100644
index 4960cc6..0000000
--- a/bin/IronMath.dll
+++ /dev/null
Binary files differ
diff --git a/bin/IronPython.dll b/bin/IronPython.dll
deleted file mode 100644
index 2efe7ef..0000000
--- a/bin/IronPython.dll
+++ /dev/null
Binary files differ
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f9d9ca6..04cf8e8 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -91,7 +91,7 @@
91 91
92 ; Maximum total size, and maximum size where a prim can be physical 92 ; Maximum total size, and maximum size where a prim can be physical
93 NonPhysicalPrimMax = 256 93 NonPhysicalPrimMax = 256
94 PhysicalPrimMax = 10 94 PhysicalPrimMax = 10 ; (I think this was moved to the Regions.ini!)
95 ClampPrimSize = false 95 ClampPrimSize = false
96 96
97 ; Region crossing 97 ; Region crossing
@@ -342,7 +342,7 @@
342 342
343 ; The MessagingServer is a companion of the UserServer. It uses 343 ; The MessagingServer is a companion of the UserServer. It uses
344 ; user_send_key and user_recv_key, too 344 ; user_send_key and user_recv_key, too
345 ;messaging_server_url = "http://127.0.0.1:8006" 345 messaging_server_url = "http://127.0.0.1:8006"
346 346
347 ; What is reported as the "X-Secondlife-Shard" 347 ; What is reported as the "X-Secondlife-Shard"
348 ; Defaults to the user server url if not set 348 ; Defaults to the user server url if not set
@@ -597,6 +597,9 @@
597 body_motor_joint_maxforce_tensor_linux = 5 597 body_motor_joint_maxforce_tensor_linux = 5
598 body_motor_joint_maxforce_tensor_win = 5 598 body_motor_joint_maxforce_tensor_win = 5
599 599
600 ; Maximum mass an object can be before it is clamped
601 maximum_mass_object = 10000.01
602
600 ; ## 603 ; ##
601 ; ## Sculpted Prim settings 604 ; ## Sculpted Prim settings
602 ; ## 605 ; ##
@@ -822,6 +825,12 @@
822 ; default is 1000 825 ; default is 1000
823 cloud_update_rate = 1000 826 cloud_update_rate = 1000
824 827
828[Meta7Windlight]
829
830 ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer.
831 ; It has no ill effect on viewers which do not support server-side windlight settings.
832 ; Currently we only have support for MySQL databases.
833 enable_windlight = false;
825 834
826[Trees] 835[Trees]
827 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying 836 ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
@@ -971,6 +980,9 @@
971 980
972 ; Allow the use of os* functions (some are dangerous) 981 ; Allow the use of os* functions (some are dangerous)
973 AllowOSFunctions = false 982 AllowOSFunctions = false
983
984 ; Allow the user of Careminster functions
985 AllowCareminsterFunctions = false
974 986
975 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 987 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
976 OSFunctionThreatLevel = VeryLow 988 OSFunctionThreatLevel = VeryLow
@@ -1155,7 +1167,6 @@
1155 safemode = false 1167 safemode = false
1156 1168
1157[VivoxVoice] 1169[VivoxVoice]
1158
1159 ; The VivoxVoice module will allow you to provide voice on your 1170 ; The VivoxVoice module will allow you to provide voice on your
1160 ; region(s). It uses the same voice technology as the LL grid and 1171 ; region(s). It uses the same voice technology as the LL grid and
1161 ; works with recent LL clients (we have tested 1.22.9.110075, so 1172 ; works with recent LL clients (we have tested 1.22.9.110075, so
@@ -1296,6 +1307,15 @@
1296 RootReprioritizationDistance = 10.0 1307 RootReprioritizationDistance = 10.0
1297 ChildReprioritizationDistance = 20.0 1308 ChildReprioritizationDistance = 20.0
1298 1309
1310
1311[WebStats]
1312; View region statistics via a web page
1313; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
1314; Use a web browser and type in the "Login URI" + "/SStats/"
1315; For example- http://127.0.0.1:9000/SStats/
1316; enabled=false
1317
1318
1299;; 1319;;
1300;; These are defaults that are overwritten below in [Architecture]. 1320;; These are defaults that are overwritten below in [Architecture].
1301;; These defaults allow OpenSim to work out of the box with 1321;; These defaults allow OpenSim to work out of the box with