OpenSimMirror/OpenSim/Region/ScriptEngine/Shared
Justin Clark-Casey (justincc) f23be9cd0a When deleting an assembly before re-compile, make sure its attributes allow deletion.
This is to see if this helps with the problem in http://opensimulator.org/mantis/view.php?id=7278 where some DLLs are not allowing this.
Since OpenSim created the file it should always be allowed to delete it.
2015-01-29 19:10:19 +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 When deleting an assembly before re-compile, make sure its attributes allow deletion. 2015-01-29 19:10:19 +00:00
Instance Fix regression where the stored state of every second script in an object rezzed from inventory (e.g. attachments) was no longer loaded. 2015-01-29 19:10:08 +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 1d56029848 2014-11-25 23:23:11 +00:00
AssemblyResolver.cs Add a regression test to compile and start a script. Remove Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText(). 2012-02-07 17:44:37 +00:00
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