Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Untested) Scripts are individually loaded into objects (on rez), and event ↵ | Tedd Hansen | 2007-08-22 | 1 | -1/+1 |
| | | | | fired likewise. Bugfixes coming in next commit. | ||||
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 1 | -1/+3 |
| | | | | | Changed "ObjectID" in ScriptEngine to IScriptHost reference. Events will now be queued based on IScriptHost reference instead of string ID of object. Removed "root" object reference in script. | ||||
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵ | Tedd Hansen | 2007-08-13 | 1 | -0/+1 |
| | | | | now works, but llSay only outputs to server console. | ||||
* | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 2007-08-13 | 1 | -0/+40 |