Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 2 | -1/+4 |
| | | | | | 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. | ||||
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 2 | -0/+6 |
| | | | | | | | | * 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 | 3 | -1/+41 |
| | | | | | | * This meant introducing AbsolutePosition on all objects (since SimChat wants that) | ||||
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 2 | -5/+28 |
| | |||||
* | 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. | ||||
* | Changed ScriptLoader to use Path.combine. | MW | 2007-08-13 | 1 | -1/+2 |
| | |||||
* | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 2007-08-13 | 2 | -0/+140 |
| | |||||
* | Deleted old LSLEngine files (those under Scene.Scripting) | MW | 2007-08-09 | 12 | -2911/+0 |
| | |||||
* | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 2007-08-09 | 2 | -6/+8 |
| | | | | | | PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon. | ||||
* | * encapsulated firstname/lastname on ScenePresence | lbsa71 | 2007-08-06 | 3 | -8/+9 |
| | | | | | | | * fixed 'users' console command * minor refactorings | ||||
* | * minor refactorings | lbsa71 | 2007-08-06 | 7 | -14/+14 |
| | |||||
* | ... and here's the second part... | lbsa71 | 2007-08-06 | 44 | -0/+5972 |