OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 8cd7ca568d Change default script stop method to co-op instead of abort.
co-op should be more stable as it doesn't abort threads, which can trigger virtual machine instability
This change will be invisible to users as script DLLs are recompiled automatically where necessary, though the change won't take affect until the next simulator restart.
This change has no effect on existing script state.
If you want to continue using abort, set ScriptStopStrategy = abort in the [XEngine] section of OpenSim.ini
2014-07-16 22:58:38 +01:00
..
Addons Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
ApplicationPlugins Actually call Close() for shared region modules when the simulator is being shutdown. 2014-07-02 23:49:25 +01:00
Capabilities Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Framework Use thread-safe version of .NET Random as the SDK class is not thread-safe. 2014-07-14 20:08:11 +01:00
Region Change default script stop method to co-op instead of abort. 2014-07-16 22:58:38 +01:00
Server Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Services minor: Remove compiler warning in GridService 2014-07-14 19:28:43 +01:00
Tests Actually call Close() for shared region modules when the simulator is being shutdown. 2014-07-02 23:49:25 +01:00
Tools Improved line map heuristics. 2014-06-19 23:52:51 +01:00