aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* create osGetAvatarHomeURIChristopher2015-08-041-0/+5
* Correct constant RCERR_CAST_TIME_EXCEEDED.Magnuz Binder2015-06-011-1/+1
* Add a new os function "osGetGender()"dahlia2015-05-291-0/+5
* Missing constants for llGetObjectDetailsTalun2015-05-041-0/+4
* Add osCheckODE() function so scripts can configure for running with legacy ph...Robert Adams2015-04-121-0/+5
* added llGetEnv() implementationFreaky Tech2015-03-031-0/+5
* Revert "Adding dynamic ossl permission control"BlueWall2015-02-271-10/+0
* Adding dynamic ossl permission controlBlueWall2015-02-271-0/+10
* Change name of just added OSSL osForceSit() to osForceOtherSit()Justin Clark-Casey (justincc)2014-10-111-4/+5
* Implements osForceSit(string avatar) & overload osForceSit(string avatar, str...Vegaslon2014-10-111-0/+9
* Add LSL transaction_result event.Justin Clark-Casey (justincc)2014-10-041-0/+2
* Implement STATUS_BLOCK_GRAB_OBJECT in llSetStatus()/llGetStatus() and correct...Justin Clark-Casey (justincc)2014-08-291-0/+1
* add LSL constant PRIM_ALPHA_MODEdahlia2014-06-271-0/+1
* add LSL constants PRIM_SPECULAR and PRIM_NORMALdahlia2014-06-231-0/+2
* Mantis 7146 The lsl function llGetMassMKS is not implementedTalun2014-05-061-0/+5
* Mantis 7144 missing ATTACH_AVATAR_CENTER constantTalun2014-05-011-0/+2
* Remove unmaintained and unused YieldProlog scripting languageJustin Clark-Casey (justincc)2014-03-2616-15874/+0
* Implement osForceBreakAllLinks().Justin Clark-Casey (justincc)2014-03-131-0/+5
* Implement osForceCreateLink() and osForceBreakLink()Justin Clark-Casey (justincc)2014-03-121-0/+10
* Merge branch 'master' into varregionRobert Adams2014-01-281-0/+5
|\
| * Added osGetRegionSize(), which returns the region size in meters and recogniz...Oren Hurvitz2014-01-281-0/+5
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-4/+6
* | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-2/+2
|/
* add new LSL constants associated with new "ribbon", "glow", and "blend" parti...dahlia2013-10-311-0/+13
* Add implementations for llSetVelocity and llSetAngularVelocity.Robert Adams2013-07-061-0/+10
* Mantis 6280: llSetContentType(). An implementation.Talun2013-06-152-0/+16
* Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2013-06-062-0/+18
* Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-291-6/+9
* Partial port of Avination's support for the new physics parameters.Melanie2013-02-061-0/+11
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-052-2/+2
* Remove the return value from llGiveMoney and add llTransferLindenDollars. AlsoMelanie2013-01-231-2/+7
* New constants for llGetObjectDetailsTalun2013-01-191-0/+17
* BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams2013-01-111-0/+5
* Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto2012-11-142-0/+66
* llSetLinkCamera implementationPixelTomsen2012-11-091-0/+5
* adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2012-10-262-0/+20
* Add CLICK_ACTION_ZOOMBlueWall2012-10-201-0/+1
* added perms checking, duplicated functionality to methods that do not require...SignpostMarv2012-10-021-0/+10
* implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+10
* wrapping attachment functions in a regionSignpostMarv2012-09-041-1/+1
* Implementing functing to send messages directly to attachmentsSignpostMarv2012-09-042-0/+57
* implementing a function to get the number of attachments wornSignpostMarv2012-09-041-0/+7
* This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+5
* Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)2012-08-241-5/+0
* implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv2012-08-241-0/+5
* Adds osGetHealth.TBG Renfold2012-08-241-1/+6
* implementedSignpostMarv2012-08-171-0/+1
* adding ATTACH_*_PEC constantsSignpostMarv2012-08-151-0/+2
* reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+5
* LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+10