Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
| | | | | notice of doom | ||||
* | Stand Alone ScriptEngine: early framework, ongoing planning (don't touch ↵ | Tedd Hansen | 2007-09-22 | 1 | -5/+4 |
| | | | | yet, will go through major reorganizing). Still a LOT of things needs to be solved... | ||||
* | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 2007-09-19 | 1 | -8/+6 |
| | | | | | * 'remove redundant this qualifier' ftw | ||||
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -43/+43 |
| | |||||
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | (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 |