Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added RAIL.dll | Tedd Hansen | 2007-08-17 | 1 | -1/+1 |
| | | | | | | Updated DotSets.dll and Mono.PEToolkit.dll Started on microthreading - currently display exception during startup | ||||
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 1 | -17/+43 |
| | | | | | | | | * Changed how Script accesses World * Implemented llSay, llWhisper and llShout * Added SetText() to IScriptHost, implemented llText * Minor renamings to conform with code conventions | ||||
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 1 | -5/+10 |
| | | | | | | * This meant introducing AbsolutePosition on all objects (since SimChat wants that) | ||||
* | 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 ↵ | 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 |