| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all the subclassing complexity and script server interfaces from | Melanie Thielker | 2008-09-26 | 1 | -0/+254 |
* | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 2008-01-12 | 1 | -238/+0 |
* | In this commit I am using an editor feature called "Save All" before I commit. | Tedd Hansen | 2007-12-30 | 1 | -0/+12 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -25/+23 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
* | Implemented: llSetText, llResetScript | Tedd Hansen | 2007-09-16 | 1 | -3/+3 |
* | Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a... | Tedd Hansen | 2007-09-15 | 1 | -2/+5 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -197/+197 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 1 | -22/+22 |
* | startup event on script added to object, not all inside object. | Tedd Hansen | 2007-08-28 | 1 | -1/+0 |
* | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 2007-08-25 | 1 | -17/+18 |
* | GC.GetTotalMemory(true) was blocking. | Tedd Hansen | 2007-08-22 | 1 | -2/+4 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -0/+1 |
* | Some minor changes + krinkec's updates to ll* functions. | Tedd Hansen | 2007-08-20 | 1 | -1/+1 |
* | Added event method invoke cache to Executor. "Bind once, Invoke multiple time... | Tedd Hansen | 2007-08-19 | 1 | -30/+21 |
* | Moved script loading from ScriptManager to AppDomainManager. Now increases sc... | Tedd Hansen | 2007-08-19 | 1 | -5/+34 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 1 | -37/+29 |
* | Added (theoretical) AppDomain cleanup code. | Tedd Hansen | 2007-08-18 | 1 | -17/+89 |
* | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 2007-08-18 | 1 | -4/+4 |
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 2007-08-18 | 1 | -6/+1 |
* | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 2007-08-18 | 1 | -0/+115 |