| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved script loading from ScriptManager to AppDomainManager. Now increases sc... | Tedd Hansen | 2007-08-19 | 1 | -28/+2 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 1 | -66/+14 |
* | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 2007-08-18 | 1 | -52/+58 |
* | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f... | Tedd Hansen | 2007-08-18 | 1 | -2/+4 |
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 1 | -14/+11 |
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 2007-08-18 | 1 | -5/+1 |
* | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 2007-08-18 | 1 | -11/+52 |
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 1 | -13/+11 |
* | Removed RAIL test from startup for now... | Tedd Hansen | 2007-08-17 | 1 | -1/+2 |
* | Added RAIL.dll | Tedd Hansen | 2007-08-17 | 1 | -1/+1 |
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 1 | -17/+43 |
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 1 | -5/+10 |
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-14 | 1 | -45/+67 |
* | Correct caps of Default.lsl for Linux. Thanks again krinkec. :) | Tedd Hansen | 2007-08-14 | 1 | -1/+1 |
* | llSay() works again. Cleanup of debug messages. | Tedd Hansen | 2007-08-14 | 1 | -2/+2 |
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -9/+9 |
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event n... | Tedd Hansen | 2007-08-13 | 1 | -4/+4 |
* | ScriptEngine successfully compiles script, we are now even further than LSO was. | Tedd Hansen | 2007-08-12 | 1 | -7/+15 |
* | ScriptManager now uses LSL-compiler. | Tedd Hansen | 2007-08-12 | 1 | -18/+20 |
* | Code comments and cleanup, correct datatypes for key, vector, rotation, (hope... | Tedd Hansen | 2007-08-12 | 1 | -1/+1 |
* | Renamed Compiler.LSL to Compiler.LSO | Tedd Hansen | 2007-08-10 | 1 | -16/+16 |
* | Added ScriptEngine.DotNetEngine | Tedd Hansen | 2007-08-08 | 1 | -0/+232 |