OpenSimMirror/OpenSim/Region/ScriptEngine/Interfaces
Justin Clark-Casey (justincc) d7b9260496 If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the existing session use the previous strategy for that script rather than not starting the script at all.
We have to do this since we can't unload existing DLLs if they're all in the same AppDomain.
But we can still update the underlying DLL which will be used in the next simulator session.
2014-07-11 00:03:02 +01:00
..
ICompiler.cs If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the existing session use the previous strategy for that script rather than not starting the script at all. 2014-07-11 00:03:02 +01:00
IScript.cs Another stab at cmickeyb's patch for script GC. 2009-08-07 20:43:23 +01:00
IScriptApi.cs Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wait handle to script APIs. 2013-01-23 23:38:08 +00:00
IScriptEngine.cs If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then continue to generate C# that is functionality identical to historical generation 2013-01-23 02:36:43 +00:00
IScriptInstance.cs Update SmartThreadPool to latest version 2.2.3 with a major and minor change. 2013-05-01 19:01:43 +01:00