aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-17fixing me some line endingsSean Dague1-1/+1
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-2/+2
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague5-848/+848
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-04Some work on Module loading/management.MW1-0/+3
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-18Did I forget to add IScript.cs? Yes I did...Tedd Hansen1-0/+12
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen2-1/+48
2007-08-18Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen1-0/+10
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen2-85/+138
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen2-0/+35
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-0/+629