aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/DotNetEngine/ScriptManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-05Converted logging to use log4net.Jeff Ames1-3/+5
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-11-08converted hard-coded chat type values to ChatTypeEnumJeff Ames1-1/+2
2007-10-30* Optimized usingslbsa711-51/+52
2007-10-05Some more work on new ScriptEngine.Tedd Hansen1-4/+4
2007-10-05getting all our line endings consistant againSean Dague1-1/+1
2007-09-18* Replaced usage of ClientView with IClientAPIlbsa711-2/+4
2007-09-17fixing me some line endingsSean Dague1-8/+8
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-7/+14
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-1/+1
2007-09-13implement llGetScale and llSetScaleSean Dague1-1/+1
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-408/+408
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-29/+29
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28startup event on script added to object, not all inside object.Tedd Hansen1-6/+18
2007-08-26Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen1-26/+41
2007-08-26Fixed bug that occurs sometimes on script unload where queued script event wa...Tedd Hansen1-1/+10
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen1-0/+2
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen1-11/+40
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-8/+10
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-19/+104
2007-08-22Debug shows how many bytes (total) a script (assembly) uses after compile and...Tedd Hansen1-4/+4
2007-08-22GC.GetTotalMemory(true) was blocking.Tedd Hansen1-4/+7
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-74/+54
2007-08-20Some minor changes + krinkec's updates to ll* functions.Tedd Hansen1-1/+1
2007-08-19Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...Tedd Hansen1-33/+36
2007-08-19Code comments on recent changes in EventQueueManagerTedd Hansen1-3/+3
2007-08-19Added event method invoke cache to Executor. "Bind once, Invoke multiple time...Tedd Hansen1-2/+12
2007-08-19Moved script loading from ScriptManager to AppDomainManager. Now increases sc...Tedd Hansen1-28/+2
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-66/+14
2007-08-18Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen1-52/+58
2007-08-18Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f...Tedd Hansen1-2/+4
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-14/+11
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-5/+1
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen1-11/+52
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-13/+11
2007-08-17Removed RAIL test from startup for now...Tedd Hansen1-1/+2
2007-08-17Added RAIL.dllTedd Hansen1-1/+1
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-17/+43
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-5/+10
2007-08-14krinkec's updates to ll* interface and functionsTedd Hansen1-45/+67
2007-08-14Correct caps of Default.lsl for Linux. Thanks again krinkec. :)Tedd Hansen1-1/+1
2007-08-14llSay() works again. Cleanup of debug messages.Tedd Hansen1-2/+2
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen1-9/+9
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen1-4/+4
2007-08-12ScriptEngine successfully compiles script, we are now even further than LSO was.Tedd Hansen1-7/+15
2007-08-12ScriptManager now uses LSL-compiler.Tedd Hansen1-18/+20
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, (hope...Tedd Hansen1-1/+1
2007-08-10Renamed Compiler.LSL to Compiler.LSOTedd Hansen1-16/+16
2007-08-08Added ScriptEngine.DotNetEngineTedd Hansen1-0/+232