aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/ExecutorBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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