Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Tedd Hansen | 2007-08-13 | 1 | -4/+4 |
| | | | | now works, but llSay only outputs to server console. | ||||
* | ScriptEngine successfully compiles script, we are now even further than LSO was. | Tedd Hansen | 2007-08-12 | 1 | -7/+15 |
| | | | | | Also added C# script support. | ||||
* | ScriptManager now uses LSL-compiler. | Tedd Hansen | 2007-08-12 | 1 | -18/+20 |
| | | | | | LSL_BuiltIn_Commands_TestImplementation.cs no longer needs updating. | ||||
* | Code comments and cleanup, correct datatypes for key, vector, rotation, ↵ | Tedd Hansen | 2007-08-12 | 1 | -1/+1 |
| | | | | (hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc | ||||
* | 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 |