Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 2007-07-13 | 1 | -1/+1 |
| | | | | | * Renamed OpenSim.Scripting to OpenSim.Region.Scripting | ||||
* | * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵ | Adam Frisby | 2007-07-13 | 1 | -2/+2 |
| | | | | | | | specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API. | ||||
* | * Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark ↵ | Adam Frisby | 2007-07-13 | 1 | -0/+206 |
comment that they are defunct and best avoided at all costs. * More wrappers: llCollisionFilter, llCollisionSprite, llCos, llCreateLink, llDeleteSubList, llDeleteSubString, llDetachFromAvatar * More functions: osCos, osDeleteSubList, osDeleteSubString |