mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
Major reorganizing of DotNetEngine. Moved common script engine parts to ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common.
Loads of things has been put into interfaces instead of the specific class. We are now one step closer to ScriptServer, and its very easy to implement new script languages. Just a few lines required to make them a OpenSim script module with all its glory.
This commit is contained in:
@@ -66,7 +66,8 @@ namespace OpenSim.Grid.ScriptServer
|
||||
|
||||
// Load DotNetEngine
|
||||
Engine = ScriptEngines.LoadEngine("DotNetEngine");
|
||||
Engine.InitializeEngine(null, m_log, false);
|
||||
|
||||
Engine.InitializeEngine(null, m_log, false, Engine.GetScriptManager());
|
||||
|
||||
|
||||
// Set up server
|
||||
|
||||
Reference in New Issue
Block a user