aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2017-06-16 02:43:36 +0100
committerUbitUmarov2017-06-16 02:43:36 +0100
commit10d526f961b9dfea47019f9b9ff4e21df5693b53 (patch)
treed4832523e2b006f267f219d44b016545db9b7496 /bin/OpenSim.ini.example
parentMerge branch 'master' into httptests (diff)
parent change the clock source for EnvironmentTickCount so it does get a bit more r... (diff)
downloadopensim-SC-10d526f961b9dfea47019f9b9ff4e21df5693b53.zip
opensim-SC-10d526f961b9dfea47019f9b9ff4e21df5693b53.tar.gz
opensim-SC-10d526f961b9dfea47019f9b9ff4e21df5693b53.tar.bz2
opensim-SC-10d526f961b9dfea47019f9b9ff4e21df5693b53.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f1dcbd3..0ef6cfc 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -965,17 +965,6 @@
965 ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true) 965 ;; it is more usefull if there are no previously compiled scripts DLLs (as with DeleteScriptsOnStartup = true)
966 ;CompactMemOnLoad = false 966 ;CompactMemOnLoad = false
967 967
968 ;# {DefaultCompileLanguage} {Enabled:true} {Default script language?} {lsl vb cs} lsl
969 ;; Default language for scripts
970 ; DefaultCompileLanguage = "lsl"
971
972 ;# {AllowedCompilers} {Enabled:true} {Languages to allow (comma separated)?} {} lsl
973 ;; List of allowed languages (lsl,vb,cs)
974 ;; AllowedCompilers=lsl,cs,vb
975 ;; *warning*, non lsl languages have access to static methods such as
976 ;; System.IO.File. Enable at your own risk.
977 ; AllowedCompilers = "lsl"
978
979 ;; Compile debug info (line numbers) into the script assemblies 968 ;; Compile debug info (line numbers) into the script assemblies
980 ; CompileWithDebugInformation = true 969 ; CompileWithDebugInformation = true
981 970