aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+2
2010-01-11Whitespace cleanupMelanie1-2/+2
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution1-3/+4
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-21/+1
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-1/+21
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-21/+1
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-18From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+2
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-10/+13
2008-11-27Test commit.. just contains div trace and other stuff.Tedd Hansen1-5/+2
2008-10-07Restore "friendly errors" to the XEngineMelanie Thielker1-7/+10
2008-10-06Mantis#2336. Thank you kindly, Ralphos for a patch that:Charles Krinke1-3/+8
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames1-13/+13
2008-10-04Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-2/+14
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-1/+1
2008-08-27Refactor Executor into the script app domain and IScript. This changesMelanie Thielker1-33/+90
2008-08-04Fix wrong bitmask value in script engine that would make a mess ofMelanie Thielker1-1/+1
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-7/+9
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, h...Teravus Ovares1-39/+2
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-01* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares1-4/+97
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+0
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-03-17From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-0/+21
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-2/+1
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-16Update svn properties.Jeff Ames1-108/+108
2008-02-16Forgot one small but important line .. ;)Tedd Hansen1-0/+1
2008-02-16Fixed ScriptEngine config in OpenSim.ini.example that was out of place.Tedd Hansen1-139/+107
2007-10-30* Optimized usingslbsa711-46/+42
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright messa...lbsa711-0/+28
2007-10-05Some more work on new ScriptEngine.Tedd Hansen1-1/+1
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-115/+115
2007-08-26Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen1-13/+15
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen1-2/+2
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-37/+43
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-19/+24
2007-08-19Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...Tedd Hansen1-1/+17
2007-08-19Added event method invoke cache to Executor. "Bind once, Invoke multiple time...Tedd Hansen1-7/+37
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-1/+47
2007-08-18Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen1-0/+10