This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
b1b72d7c2f16e7d1e239a0579dc0b28ea9812ed7
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Interfaces
History
Justin Clark-Casey (justincc)
faaf47a86f
Prevent a race condition between the script engine backup thread and script removal by locking on the script's EventQueue and only proceeding if it's flagged as still running.
...
Relates to
http://opensimulator.org/mantis/view.php?id=7407
2015-01-16 23:55:11 +00: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
…
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
…
IScriptInstance.cs
Prevent a race condition between the script engine backup thread and script removal by locking on the script's EventQueue and only proceeding if it's flagged as still running.
2015-01-16 23:55:11 +00:00