aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-08-251-1/+12
|\
| * implementing PRIM_LINK_TARGET on GetPrimParams ala SetPrimParamsSignpostMarv2012-08-251-1/+12
| * refactoring to local variable for cleaner codeSignpostMarv2012-08-251-2/+5
| * since we will be making the Get return type the remaining ruleset as with the...SignpostMarv2012-08-251-1/+1
| * renaming to be similar to equivalent Set commandSignpostMarv2012-08-251-2/+2
* | refactoring to local variable for cleaner codeSignpostMarv2012-08-251-2/+5
* | since we will be making the Get return type the remaining ruleset as with the...Melanie2012-08-251-1/+1
* | renaming to be similar to equivalent Set commandMelanie2012-08-251-2/+2
* | Merge branch 'master' into careminsterMelanie2012-08-241-0/+11
|\ \ | |/
| * Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)2012-08-241-50/+0
| * implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv2012-08-241-0/+50
| * Removed land checking as suggested by SignpostMarv.TBG Renfold2012-08-241-12/+2
| * Adds osGetHealth.TBG Renfold2012-08-241-0/+21
* | Merge branch 'master' into careminsterMelanie2012-08-231-2/+2
|\ \ | |/
| * Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-201-2/+2
* | Merge branch 'master' into careminsterMelanie2012-08-181-1/+1
|\ \ | |/
| * Rot2Quaternion is now redundantSignpostMarv2012-08-181-1/+1
* | Merge branch 'master' into careminsterMelanie2012-08-181-13/+9
|\ \ | |/
| * refactoring for Vector3 operator & constructor tweaksSignpostMarv2012-08-181-13/+9
* | Merge branch 'master' into careminsterMelanie2012-08-141-5/+20
|\ \ | |/
| * Prevent race conditions when one thread removes an NPC SP before another thre...Justin Clark-Casey (justincc)2012-08-141-5/+20
* | Merge branch 'master' into careminsterMelanie2012-08-031-0/+8
|\ \ | |/
| * refactor: rename SOG.RezzingObjectID to SOG.FromPartID to match FromFolderID,...Justin Clark-Casey (justincc)2012-08-031-1/+1
| * reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+8
* | Merge branch 'master' into careminsterMelanie2012-07-281-2/+28
|\ \ | |/
| * LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+28
| * Remove a couple of compiler warnings pointed out by SignpostMarvJustin Clark-Casey (justincc)2012-07-271-2/+0
* | Merge branch 'master' into careminsterMelanie2012-07-201-0/+14
|\ \ | |/
| * Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+14
* | Merge branch 'master' into careminsterMelanie2012-07-161-1/+14
|\ \ | |/
| * sending more user-friendly messages to the script error window rather than th...SignpostMarv2012-07-161-1/+14
* | Merge branch 'master' into careminsterMelanie2012-07-131-6/+2
|\ \ | |/
| * Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...Justin Clark-Casey (justincc)2012-07-121-6/+2
* | Merge branch 'master' into careminsterMelanie2012-07-121-2/+1
|\ \ | |/
| * Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+1
* | Merge branch 'master' into careminsterMelanie2012-07-111-3/+57
|\ \ | |/
| * This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)2012-07-091-3/+22
| * Mantis 6063 osNpcTouch.Talun2012-07-061-0/+35
* | Merge branch 'master' into careminsterMelanie2012-07-051-4/+56
|\ \ | |/
| * regrade osFormatString, osMatchString and osReplaceString to VeryLow.Justin Clark-Casey (justincc)2012-07-051-3/+3
| * Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-1/+53
* | Merge branch 'master' into careminsterMelanie2012-06-141-1/+6
|\ \ | |/
| * In the osGetGrid functions, if the [GridInfo] section does not exist then ret...Justin Clark-Casey (justincc)2012-06-131-1/+6
* | Merge branch 'master' into careminsterMelanie2012-05-271-9/+13
|\ \ | |/
| * Use SceneObjectPartInventory.GetInventoryItem() in OSSL.AvatarStopAnimation i...Justin Clark-Casey (justincc)2012-05-261-14/+12
| * Mantis 6028 osAvatarStopAnimation not stopping animations via UUIDTalun2012-05-251-7/+11
* | Merge branch 'master' into careminsterMelanie2012-05-091-20/+11
|\ \ | |/
| * refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-3/+1
| * Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-18/+11
* | Merge branch 'master' into careminsterMelanie2012-05-081-8/+10
|\ \ | |/