This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-15 19:35:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58f7efc41ac1381b6c7ad0fe91f4e3e6e8cfc711
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
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
..
Api
refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class.
2014-11-25 23:56:32 +00:00
CodeTools
Always close script linemap file after reading and always dispose of other streams in the script engine even if exceptions are thrown.
2014-12-03 20:31:09 +00:00
Instance
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
Properties
Bump version and assembly version numbers from 0.7.5 to 0.7.6
2013-02-05 00:23:17 +00:00
Tests
Fix compile error from previous 1d56029848e96016b5809f596619e32d0ebcc995
2014-11-25 23:23:11 +00:00
AssemblyResolver.cs
…
Helpers.cs
Implement co-operative script termination if termination comes during a script wait event (llSleep(), etc.)
2013-01-16 02:07:43 +00:00
LSL_Types.cs
LSL key should be implicitly cast to a boolean value
2014-11-20 11:32:46 -06:00
ScriptException.cs
Also add the additional ScriptException constructor necessary to get [Serializable] to work.
2012-10-31 00:56:41 +00:00