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 | ||||
* | * Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark ↵ | Adam Frisby | 2007-07-13 | 1 | -137/+2 |
| | | | | | | | | 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 | ||||
* | * Added wrappers for: | Adam Frisby | 2007-07-13 | 1 | -0/+32 |
| | | | | | | | llAbs, llAcos, llAddToLandPassList, llAdjustSoundVolume, llAllowInventoryDrop, llAngleBetween, llApplyImpulse, llApplyRotationalImpulse, llAsin, llAtan2, llAttachToAvatar, llAvatarOnSitTarget, llAxes2Rot, llAxisAngle2Rot, llBase64ToString, llBreakAllLinks, llBreakLink, llCSV2List, llCeil, llCloseRemoteDataChannel, llCloud * Added functions for: osAbs, osAcos, osAsin, osAtan2, osAxes2Rot, osAxisAngle2Rot, osBase64ToString, osCSV2List, osCeil. | ||||
* | * Adding LSL stuff for Tedd_, implementing LSL-style functions in ↵ | Adam Frisby | 2007-07-13 | 1 | -0/+110 |
| | | | | | | | ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs * Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet. | ||||
* | * Added Java support back into Sugilite (although it still needs a calling ↵ | Adam Frisby | 2007-07-05 | 1 | -0/+25 |
host to be added). |