| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* Converted a large number of read-only fields to be actually, readonly.
* Reformatted code sections.
* Removed redundant code.
|
| |
|
|
|
|
|
|
|
| |
Patch to implement the following LSL / OS functions
llParcelPrimCount(60%)
osSetParcelMediaURL
|
| |
|
|
|
|
|
|
| |
* Shortened type references
* Removed redundant 'this' qualifier
|
| |
|
| |
|
|
|
|
|
| |
* 'remove redundant this qualifier' ftw
|
| |
|
|
|
|
| |
If in future anyone's patch hasn't been applied within a few days, please can someone kick one of the developers with svn access.
|
|
|
|
|
|
|
| |
multiple objects are based on entitybase and they all don't want the baggage from IScriptHost. SceneObjectPart already implements it anyway.
Added llGetOwner function, and tested the ll functions that I added in last commit.
|
|
|
|
|
| |
Implemented a few ll Functions, llSetObjectName llGetObjectName, llLoadURL (all currently untested).
|
|
|
|
|
|
|
|
| |
* Changed how Script accesses World
* Implemented llSay, llWhisper and llShout
* Added SetText() to IScriptHost, implemented llText
* Minor renamings to conform with code conventions
|
|
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
|