aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Eliminate multiple updates on link/unlinkMelanie2009-12-061-0/+8
* | Eliminate multiple updates on link/unlinkMelanie2009-12-061-0/+8
* | Convert multiple lock()s which directly hinder script performance in linksets...CasperW2009-11-301-1/+10
* | Merge branch 'master' into careminsterMelanie2009-11-281-7/+16
|\ \ | |/
| * Add some conditionals to references to the WorldComm module, so that theMelanie2009-11-281-7/+16
* | Merge branch 'master' into careminsterMelanie2009-11-271-1/+1
|\ \ | |/
| * Make llDie virtual, since it's functionality is engine specificMelanie2009-11-271-1/+1
* | Merge branch 'master' into careminsterMelanie2009-11-261-0/+1
|\ \ | |/
| * Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee2009-11-261-0/+1
* | Merge branch 'master' into careminsterMelanie2009-11-261-0/+12
|\ \ | |/
| * * Re-enable the AbsolutePosition = AbsolutePosition in the LSL_Api in the Set...Teravus Ovares (Dan Olivares)2009-11-261-0/+12
* | Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim lo...CasperW2009-11-241-229/+303
* | Added some [DebuggerNonUserCode] modifiers to functions that throw EventAbort...CasperW2009-11-231-0/+4
* | Merge branch 'master' into careminsterMelanie2009-11-231-3/+3
|\ \ | |/