aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* implement llGetScale and llSetScaleSean Dague2007-09-131-1/+1
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-131-408/+408
* Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen2007-09-131-29/+29
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* startup event on script added to object, not all inside object.Tedd Hansen2007-08-281-6/+18
* Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen2007-08-261-26/+41
* Fixed bug that occurs sometimes on script unload where queued script event wa...Tedd Hansen2007-08-261-1/+10
* Script compiler should now show error on correct line number in original LSL-...Tedd Hansen2007-08-251-0/+2
* Removal of script that was unable to compile no longer crashes server.Tedd Hansen2007-08-251-11/+40
* Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen2007-08-251-8/+10
* Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen2007-08-251-19/+104
* Debug shows how many bytes (total) a script (assembly) uses after compile and...Tedd Hansen2007-08-221-4/+4
* GC.GetTotalMemory(true) was blocking.Tedd Hansen2007-08-221-4/+7
* (Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen2007-08-221-74/+54
* Some minor changes + krinkec's updates to ll* functions.Tedd Hansen2007-08-201-1/+1
* Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...Tedd Hansen2007-08-191-33/+36
* Code comments on recent changes in EventQueueManagerTedd Hansen2007-08-191-3/+3
* Added event method invoke cache to Executor. "Bind once, Invoke multiple time...Tedd Hansen2007-08-191-2/+12
* Moved script loading from ScriptManager to AppDomainManager. Now increases sc...Tedd Hansen2007-08-191-28/+2
* Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen2007-08-181-66/+14
* Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen2007-08-181-52/+58
* Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f...Tedd Hansen2007-08-181-2/+4
* Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen2007-08-181-14/+11
* Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen2007-08-181-5/+1
* Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen2007-08-181-11/+52
* Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen2007-08-171-13/+11
* Removed RAIL test from startup for now...Tedd Hansen2007-08-171-1/+2
* Added RAIL.dllTedd Hansen2007-08-171-1/+1
* * Now sending manager, host and root host to Script in constructor.lbsa712007-08-161-17/+43
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-161-5/+10
* krinkec's updates to ll* interface and functionsTedd Hansen2007-08-141-45/+67
* Correct caps of Default.lsl for Linux. Thanks again krinkec. :)Tedd Hansen2007-08-141-1/+1
* llSay() works again. Cleanup of debug messages.Tedd Hansen2007-08-141-2/+2
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-141-9/+9
* Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen2007-08-131-4/+4
* ScriptEngine successfully compiles script, we are now even further than LSO was.Tedd Hansen2007-08-121-7/+15
* ScriptManager now uses LSL-compiler.Tedd Hansen2007-08-121-18/+20
* Code comments and cleanup, correct datatypes for key, vector, rotation, (hope...Tedd Hansen2007-08-121-1/+1
* Renamed Compiler.LSL to Compiler.LSOTedd Hansen2007-08-101-16/+16
* Added ScriptEngine.DotNetEngineTedd Hansen2007-08-081-0/+232