aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 so...Thomas Grimshaw2010-04-051-1/+1
* Prevent llTeleportAgentHome from affecting godsThomas Grimshaw2010-03-171-0/+3
* Debugger tags for VS2010Thomas Grimshaw2010-03-161-193/+194
* Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterKitto Flora2010-03-141-2/+5
|\
| * Fix the delay in llGiveInventory so that it only takes effect when giving inv...CasperW2010-03-131-2/+5
* | RotLookAt repaired; debug msg cleanup.Kitto Flora2010-03-141-1/+3
|/
* Small consistency changeMelanie2010-03-071-1/+1
* Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-03-061-63/+277
|\
| * - implementing server 1.38 functionsunknown2010-03-061-10/+89
| * Formatting cleanup.Jeff Ames2010-02-151-32/+32
| * Revolution is on the roll again! :)Revolution2010-02-141-55/+202
* | llDie() should not work on attachments (results in an incosistent attachment ...CasperW2010-02-251-1/+1
* | Fix an inconsistency in llSetPayPrice between SL and OS behaviourCasperW2010-02-151-3/+6
* | Implement missing llGetPrimitiveParams parametersCasperW2010-02-151-32/+138
* | Merge branch 'master' into careminsterMelanie2010-02-021-121/+29
|\ \ | |/
| * minor: rename GetScriptPrimType() to GetPrimType()Justin Clark-Casey (justincc)2010-02-011-2/+2
| * move hollow sphere faces bug back up to LSL_Api.csJustin Clark-Casey (justincc)2010-02-011-36/+51
| * remove now duplicated shape code from LSL_Api.csJustin Clark-Casey (justincc)2010-02-011-190/+45
| * Copy prim face color setting code from LSL_Api down into SOP so that non-LSL ...Justin Clark-Casey (justincc)2010-02-011-1/+0
* | Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add associat...Kitto Flora2010-01-211-2/+14
* | Fixed an issue with PayPrice sometimes being shared between multiple objectsCasperW2010-01-201-6/+7
* | Merge branch 'master' into careminsterMelanie2010-01-141-14/+3
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2010-01-121-3/+2
| |\
| * | Bug in llGetNumberOfPrims always returns to script when no clients are connec...Dan Lake2010-01-121-14/+3
* | | Merge branch 'master' into careminsterMelanie2010-01-111-2/+2
|\ \ \ | | |/ | |/|
| * | Whitespace cleanupMelanie2010-01-111-2/+2
* | | Merge branch 'master' into careminsterMelanie2010-01-111-5/+4
|\ \ \ | |/ /
| * | Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution2010-01-111-5/+4
| |/
* | Fix llRotBetweenKitto Flora2010-01-071-2/+54
* | Merge branch 'master' into careminsterMelanie2010-01-031-3/+4
|\ \ | |/
| * Cause llSetText to send prim updates.Melanie2010-01-031-0/+1
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-3/+3
* | Merge branch 'master' into careminsterMelanie2009-12-311-2/+17
|\ \ | |/
| * Readds llCollisionFilter and adds llPassCollision.Revolution2009-12-311-2/+17
* | Merge branch 'master' into careminsterMelanie2009-12-311-44/+4
|\ \ | |/
| * This patch caused serialization errors and needs to be reexaminedMelanie2009-12-311-44/+4
* | Merge branch 'master' into careminsterMelanie2009-12-311-4/+44
|\ \ | |/
| * [PATCH] Adds llCollisionFilterMelanie2009-12-311-4/+44
| * Fix an omission in LSL that causes a viewer crashMelanie2009-12-301-0/+5
* | Fix an omission in LSL that causes a viewer crashMelanie2009-12-301-0/+5
* | Merge branch 'master' into careminsterMelanie2009-12-251-0/+4
|\ \ | |/
| * Clear Shape.SculptEntry if prim type is not a sculptie in llSetPrimitiveParam...dahlia2009-12-241-0/+4
* | Merge branch 'master' of ssh://TOR/var/git/careminsterCasperW2009-12-231-8/+20
|\ \
| * \ Merge branch 'master' into careminsterMelanie2009-12-221-1/+0
| |\ \ | | |/
| | * Glue code for a couple of new LSL function implementationsMelanie2009-12-221-2/+4
| * | Merge branch 'master' into careminsterMelanie2009-12-211-7/+20
| |\ \ | | |/
| | * Fixes some incorrect values returned by llGetPrimitiveParams() and osGetLinkP...Jeff Lee2009-12-211-7/+20
* | | Added some null reference and deleted group checks to certain functions to fi...CasperW2009-12-231-29/+85
|/ /
* | Merge branch 'master' into careminsterMelanie2009-12-201-2/+2
|\ \ | |/
| * random drive-by minor math optimization. No need for concern, bitshed was wit...dahlia2009-12-151-2/+2