| Commit message (Collapse) | Author | Files | Lines |
|
* Shortened type references
* Removed redundant 'this' qualifier
|
|
|
|
|
|
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.)
|
|
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
|
|
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.
|
|
* fixed 'users' console command
* minor refactorings
|
|
|
|
|
|
* Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc)
|
|
modules (eg "client", "grid", "terrain", "storage", etc)
|
|
|
|
|
|
* More attempted fixes for the phantom remoting bug.
|
|
|
|
to occupy something [Hello LSL])
|
|
|
|
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
|
|
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces.
* Fixed a compile issue with the Interpreted Scripts API.
|
|
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
|
|
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.
|
|
ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs
* Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet.
|
|
host to be added).
|