diff options
author | Tedd Hansen | 2008-02-02 05:07:02 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-02 05:07:02 +0000 |
commit | b57d9be856ba53a3014a2fac475de35cf730d0f6 (patch) | |
tree | 680900b9da2f4d1379a175f3707578b898680998 /bin | |
parent | Almost forgot to check in: (diff) | |
download | opensim-SC_OLD-b57d9be856ba53a3014a2fac475de35cf730d0f6.zip opensim-SC_OLD-b57d9be856ba53a3014a2fac475de35cf730d0f6.tar.gz opensim-SC_OLD-b57d9be856ba53a3014a2fac475de35cf730d0f6.tar.bz2 opensim-SC_OLD-b57d9be856ba53a3014a2fac475de35cf730d0f6.tar.xz |
Re-enabled AllowedCompilers function
Added notice in OpenSim.ini that config refresh function is disabled
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.32BitLaunch.exe | bin | 4608 -> 4608 bytes | |||
-rw-r--r-- | bin/OpenSim.32BitLaunch.pdb | bin | 11776 -> 11776 bytes | |||
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.32BitLaunch.exe b/bin/OpenSim.32BitLaunch.exe index 64bef64..a3a00e8 100644 --- a/bin/OpenSim.32BitLaunch.exe +++ b/bin/OpenSim.32BitLaunch.exe | |||
Binary files differ | |||
diff --git a/bin/OpenSim.32BitLaunch.pdb b/bin/OpenSim.32BitLaunch.pdb index f444e0d..069afee 100644 --- a/bin/OpenSim.32BitLaunch.pdb +++ b/bin/OpenSim.32BitLaunch.pdb | |||
Binary files differ | |||
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7b2198b..49c93d3 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -145,6 +145,7 @@ script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll | |||
145 | ; Set it to number of seconds between refresh, for example 30. | 145 | ; Set it to number of seconds between refresh, for example 30. |
146 | ; Will allow you to change ScriptEngine settings while server is running just by editing this file. | 146 | ; Will allow you to change ScriptEngine settings while server is running just by editing this file. |
147 | ; For example to increase or decrease number of threads. | 147 | ; For example to increase or decrease number of threads. |
148 | ; NOTE! Disabled for now. Feature does not work. | ||
148 | RefreshConfig=0 | 149 | RefreshConfig=0 |
149 | 150 | ||
150 | ; Number of threads to use for script event execution | 151 | ; Number of threads to use for script event execution |