aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/AppDomainManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-27Removed the DotNetEngine scripting engine. You will need to create a fresh ch...John Hurliman1-234/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-22Refactor log4net logger handling in script engine. (#3148)Jeff Ames1-5/+8
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-1/+4
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-4/+1
2008-11-18Remove perts of jhurliman's AD security patch that had slipped inMelanie Thielker1-8/+0
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-1/+12
2008-09-26Remove another interface that is no longer neededMelanie Thielker1-1/+1
2008-09-26DNE code cleanupsMelanie Thielker1-67/+39
2008-09-26After the last commit, the old Common assembly was still being loaded.Melanie Thielker1-2/+2
2008-09-26Yay! Common/ is gone! One API is achieved!Melanie Thielker1-1/+2
2008-09-26Add per-instance date to DNE to avoid serializing stuff 10 times a second.Melanie Thielker1-1/+2
2008-09-26Remove all the subclassing complexity and script server interfaces fromMelanie Thielker1-1/+2
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+0
2008-03-18* Applied Grumly57 patch for #781; Thanks, Grumly!lbsa711-7/+7
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen1-3/+4
2008-02-20Minor cleanup.Jeff Ames1-6/+6
2008-02-05Converted logging to use log4net.Jeff Ames1-11/+7
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-13/+31
2008-02-01Config option to set number of scripts per AppDomainTedd Hansen1-1/+2
2008-01-12Set eolTedd Hansen1-238/+238
2008-01-12Added license to new filesTedd Hansen1-0/+1
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-237/+237
2007-12-30In this commit I am using an editor feature called "Save All" before I commit.Tedd Hansen1-0/+12
2007-10-30* Optimized usingslbsa711-25/+23
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-3/+3
2007-09-15Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a...Tedd Hansen1-2/+5
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-197/+197
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-22/+22
2007-08-28startup event on script added to object, not all inside object.Tedd Hansen1-1/+0
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-17/+18
2007-08-22GC.GetTotalMemory(true) was blocking.Tedd Hansen1-2/+4
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-0/+1
2007-08-20Some minor changes + krinkec's updates to ll* functions.Tedd Hansen1-1/+1
2007-08-19Added event method invoke cache to Executor. "Bind once, Invoke multiple time...Tedd Hansen1-30/+21
2007-08-19Moved script loading from ScriptManager to AppDomainManager. Now increases sc...Tedd Hansen1-5/+34
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-37/+29
2007-08-18Added (theoretical) AppDomain cleanup code.Tedd Hansen1-17/+89
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-4/+4
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-6/+1
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen1-0/+115