diff options
author | Tedd Hansen | 2007-08-18 22:09:07 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-18 22:09:07 +0000 |
commit | 240712ca9fc726653e2a03b944baa8b6f8155b07 (patch) | |
tree | 6fd919d0983ba3d108aee5adeec0a9a751dff760 /OpenSim/Region/ScriptEngine/Common | |
parent | Script loads into separate AppDomain without errors. Events and llFunctions n... (diff) | |
download | opensim-SC_OLD-240712ca9fc726653e2a03b944baa8b6f8155b07.zip opensim-SC_OLD-240712ca9fc726653e2a03b944baa8b6f8155b07.tar.gz opensim-SC_OLD-240712ca9fc726653e2a03b944baa8b6f8155b07.tar.bz2 opensim-SC_OLD-240712ca9fc726653e2a03b944baa8b6f8155b07.tar.xz |
Scripts are working again. Scripts are now loaded into limited AppDomains (no security yet).
*phew* that only took me 12 hours of coding...
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/Executor.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/Executor.cs b/OpenSim/Region/ScriptEngine/Common/Executor.cs new file mode 100644 index 0000000..2ae6a60 --- /dev/null +++ b/OpenSim/Region/ScriptEngine/Common/Executor.cs | |||
@@ -0,0 +1,10 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Region.ScriptEngine.Common | ||
6 | { | ||
7 | class Executor | ||
8 | { | ||
9 | } | ||
10 | } | ||