OpenSimMirror/OpenSim/Region/ScriptEngine/DotNetEngine
Tedd Hansen 80234b98e5 Removal of script that was unable to compile no longer crashes server.
Displays script compile error messages in-world.
2007-08-25 20:34:54 +00:00
..
Compiler Removal of script that was unable to compile no longer crashes server. 2007-08-25 20:34:54 +00:00
Properties Added ScriptEngine.DotNetEngine 2007-08-08 14:05:13 +00:00
AppDomainManager.cs Scripts no longer crash sim after 5 minutes (override InitializeLifetimeService). Loading/Unloading of scripts are now handled in separate thread so server is no delayed because of this. Each script is loaded into a single AppDomain (temporary test for script unload, eats ~15KB more memory for each script). Unload of scripts has been verified to free up memory. 2007-08-25 15:31:47 +00:00
Common.cs * Now sending manager, host and root host to Script in constructor. 2007-08-16 18:40:44 +00:00
EventManager.cs Added class for "long commands" (command that returns as event) with dedicated thread for processing. Added support for llSetTimerEvent(). Deleting old compiled scripts before new compile is attempted (avoids loading wrong script on compile error). 2007-08-25 19:08:15 +00:00
EventQueueManager.cs Added class for "long commands" (command that returns as event) with dedicated thread for processing. Added support for llSetTimerEvent(). Deleting old compiled scripts before new compile is attempted (avoids loading wrong script on compile error). 2007-08-25 19:08:15 +00:00
LSLLongCmdHandler.cs Removal of script that was unable to compile no longer crashes server. 2007-08-25 20:34:54 +00:00
ScriptEngine.cs Added class for "long commands" (command that returns as event) with dedicated thread for processing. Added support for llSetTimerEvent(). Deleting old compiled scripts before new compile is attempted (avoids loading wrong script on compile error). 2007-08-25 19:08:15 +00:00
ScriptManager.cs Removal of script that was unable to compile no longer crashes server. 2007-08-25 20:34:54 +00:00
TempDotNetMicroThreadingCodeInjector.cs Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded. 2007-08-18 18:18:14 +00:00