| Commit message (Expand) | Author | Files | Lines |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 3 | -0/+84 |
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -1/+1 |
2007-09-16 | Implemented: llSetText, llResetScript | Tedd Hansen | 1 | -2/+2 |
2007-09-13 | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 5 | -848/+848 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 |
2007-09-04 | Some work on Module loading/management. | MW | 1 | -0/+3 |
2007-08-26 | Run-time script errors are now shown in-world. No line number though, might r... | Tedd Hansen | 1 | -13/+15 |
2007-08-25 | Script compiler should now show error on correct line number in original LSL-... | Tedd Hansen | 1 | -2/+2 |
2007-08-25 | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 1 | -37/+43 |
2007-08-25 | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 1 | -19/+24 |
2007-08-19 | Added "StopScriot()" to ScriptManager. Stops Executor from executing events i... | Tedd Hansen | 1 | -1/+17 |
2007-08-19 | Added event method invoke cache to Executor. "Bind once, Invoke multiple time... | Tedd Hansen | 1 | -7/+37 |
2007-08-18 | Did I forget to add IScript.cs? Yes I did... | Tedd Hansen | 1 | -0/+12 |
2007-08-18 | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2 | -1/+48 |
2007-08-18 | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 1 | -0/+10 |
2007-08-18 | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 2 | -85/+138 |
2007-08-18 | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2 | -0/+35 |
2007-08-18 | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 1 | -0/+629 |