aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ANother stab at LSL compatibilityMelanie Thielker2010-07-011-1/+1
* Avoid a spurious error message when taking a friend's no copy itemMelanie Thielker2010-07-011-10/+30
* Also make prims send the proper position. I hate it when people commentMelanie Thielker2010-06-241-4/+4
* Add the object owner UUID into the binary bucket of object to user IMMelanie Thielker2010-06-241-1/+1
* Merge branch 'master' into careminster-presence-refactorMelanie2010-06-221-14/+14
|\
| * Line ending fixJohn Hurliman2010-06-221-14/+14
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-221-6/+16
|\ \ | |/
| * fix faulty profile cut parameter checking in llSetPrimitiveParams() - see Man...dahlia2010-06-191-6/+16
* | Make dataserver() return a 0 when agent id offline, instead of a timeoutMelanie Thielker2010-06-201-5/+4
* | Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T...Tom Grimshaw2010-06-191-0/+97
* | Fix llRot2Euler with a mathematically sound implementation. The only differen...Tom Grimshaw2010-06-171-19/+27
* | Fix llAttachToAvatar. This addresses mantis 128 .Tom Grimshaw2010-06-161-4/+6
* | Allow llMapDestination to be used in any event if the host is an attachment. ...Tom Grimshaw2010-06-161-2/+14
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-121-0/+2
|\ \ | |/
| * Resume scripts that have been rezzed from a primMelanie2010-06-121-0/+2
| * Add a forgotten security check. Make the new functions only work on primsMelanie Thielker2010-06-021-0/+6
| * Add two new osFunctions:Melanie Thielker2010-06-021-0/+18
| * Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker2010-05-311-1/+1
* | Fix support for PRIM_SCULPT_FLAG_INVERT and PRIM_SCULPT_FLAG_MIRROR in the ll...Tom Grimshaw2010-06-041-5/+5
* | Add a forgotten security check. Make the new functions only work on primsMelanie Thielker2010-06-021-0/+6
* | Add two new osFunctions:Melanie Thielker2010-06-021-0/+18
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Melanie Thielker2010-05-311-16/+16
|\ \
| * | Fix casting in llParcelMediaCommandList so that it actually, you know, worksTom Grimshaw2010-05-311-16/+16
* | | Fix create selection getting overwritten by multiple updates for the same prim.Melanie Thielker2010-05-311-1/+1
|/ /
* | Implement suspended updates - When an operation is occurring on lots of prims...Tom Grimshaw2010-05-291-25/+107
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-101-1/+4
|\ \ | |/
| * Fix a null ref on region crossingMelanie2010-05-101-1/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-091-1/+3
|\ \ | |/
| * More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-1/+3
| * Removed a test for a "can't happen" case. ParentGroup is never null anymore.Melanie Thielker2010-05-051-9/+1
* | Removed a test for a "can't happen" case. ParentGroup is never null anymore.Melanie Thielker2010-05-051-9/+1
* | Fix scripted give and interactive give to offline avatars. Both folder andMelanie Thielker2010-05-041-8/+23
* | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-04-131-4/+26
|\ \
| * | Fix llLookAt so that it doesn't "roll" the object and more closely imitates t...Thomas Grimshaw2010-04-071-4/+16
| * | Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLEThomas Grimshaw2010-04-071-0/+10
| * | Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 so...Thomas Grimshaw2010-04-051-1/+1
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-301-17/+21
|\ \ \ | | |/ | |/|
| * | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-17/+21
* | | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-03-181-193/+197
|\ \ \ | | |/ | |/|
| * | Prevent llTeleportAgentHome from affecting godsThomas Grimshaw2010-03-171-0/+3
| * | Debugger tags for VS2010Thomas Grimshaw2010-03-161-193/+194
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-151-1/+1
|\ \ \ | | |/ | |/|
| * | Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
* | | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-03-151-3/+8
|\ \ \ | | |/ | |/|
| * | 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