Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run-time script errors are now shown in-world. No line number though, might r... | Tedd Hansen | 2007-08-26 | 1 | -13/+15 |
* | Script compiler should now show error on correct line number in original LSL-... | Tedd Hansen | 2007-08-25 | 1 | -2/+2 |
* | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 2007-08-25 | 1 | -37/+43 |
* | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 2007-08-25 | 1 | -19/+24 |
* | Added "StopScriot()" to ScriptManager. Stops Executor from executing events i... | Tedd Hansen | 2007-08-19 | 1 | -1/+17 |
* | Added event method invoke cache to Executor. "Bind once, Invoke multiple time... | Tedd Hansen | 2007-08-19 | 1 | -7/+37 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 1 | -1/+47 |
* | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 2007-08-18 | 1 | -0/+10 |