aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2013-07-181-1/+0
|\
| * Merge branch 'master' into careminsterMelanie2013-07-131-2/+2
| |\
* | \ Merge branch 'master' into careminsterMelanie2013-07-181-1/+1
|\ \ \ | |/ / |/| / | |/
| * Add implementations for llSetVelocity and llSetAngularVelocity.Robert Adams2013-07-061-0/+2
* | Merge branch 'master' into careminsterMelanie2013-06-181-1/+1
|\ \ | |/
| * Mantis 6280: llSetContentType(). An implementation.Talun2013-06-151-0/+1
| * Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2013-06-061-0/+1
| * Remove the return value from llGiveMoney and add llTransferLindenDollars. AlsoMelanie2013-01-231-1/+2
* | Implement llSetContentType using the new OpenID auth support for authenticationMelanie2013-05-051-0/+1
* | Add llGetPhysicsMaterialMelanie2013-05-041-0/+1
* | Merge branch 'avination' into careminsterMelanie2013-03-031-1/+0
|\ \
| * | Remove osParseJSONNew because it's "object" return type is not useful for LSLroot2013-02-251-1/+0
* | | Merge branch 'avination' into careminsterMelanie2013-01-241-1/+1
|\ \ \
| * | | Reintroduce the return value of llGiveMoney. The grid will crash and burn wit...Melanie2013-01-241-1/+1
* | | | Merge branch 'avination' into careminsterMelanie2013-01-231-1/+1
|\ \ \ \ | |/ / /
| * | | Remove the return value from llGiveMoney (it was a LSL extension of OpenSim) andMelanie2013-01-231-1/+1
| |/ /
* | | Merge commit '8bf0a9f85dda4b1831630b65620d5c6868196c11' into careminsterMelanie2013-01-161-0/+1
|\ \ \ | |/ / |/| / | |/
| * BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams2013-01-111-0/+1
* | Merge branch 'master' into careminsterMelanie2012-11-091-0/+1
|\ \ | |/
| * llSetLinkCamera implementationPixelTomsen2012-11-091-0/+1
* | Merge branch 'master' into careminsterMelanie2012-10-261-0/+24
|\ \ | |/
| * adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2012-10-261-0/+24
* | Merge branch 'master' into careminsterMelanie2012-10-031-0/+24
|\ \ | |/
| * added perms checking, duplicated functionality to methods that do not require...SignpostMarv2012-10-021-0/+12
| * implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+12
* | Merge branch 'master' into careminsterMelanie2012-09-071-1/+24
|\ \ | |/
| * wrapping attachment functions in a regionSignpostMarv2012-09-041-1/+1
| * Implementing functing to send messages directly to attachmentsSignpostMarv2012-09-041-0/+13
| * implementing a function to get the number of attachments wornSignpostMarv2012-09-041-0/+10
* | Merge branch 'master' into careminsterMelanie2012-08-311-0/+6
|\ \ | |/
| * This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+6
* | Merge branch 'master' into careminsterMelanie2012-08-292-1/+60
|\ \ | |/
| * track originating IScriptApi method for SL-like error messages. Will add rule...SignpostMarv2012-08-291-1/+1
| * copying documentation from http://opensimulator.org/wiki/Threat_levelSignpostMarv2012-08-281-0/+59
| * renaming to be similar to equivalent Set commandSignpostMarv2012-08-251-1/+1
* | renaming to be similar to equivalent Set commandMelanie2012-08-251-1/+1
* | Merge branch 'master' into careminsterMelanie2012-08-241-0/+1
|\ \ | |/
| * Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)2012-08-241-7/+0
| * implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv2012-08-241-0/+7
| * Adds osGetHealth.TBG Renfold2012-08-241-0/+1
* | Merge branch 'master' into careminsterMelanie2012-08-031-0/+6
|\ \ | |/
| * reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+6
* | Merge branch 'master' into careminsterMelanie2012-07-281-0/+16
|\ \ | |/
| * LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+16
* | Merge branch 'master' into careminsterMelanie2012-07-201-0/+7
|\ \ | |/
| * Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+7
| * Implementation of llSetRegionPos(). Does not implement failure on object entr...SignpostMarv2012-07-141-0/+1
* | Merge branch 'master' into careminsterMelanie2012-07-111-2/+17
|\ \ | |/
| * This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)2012-07-091-2/+16
| * Mantis 6063 osNpcTouch.Talun2012-07-061-0/+1