aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* split ugly expression in a if making it simpler to readUbitUmarov2012-06-171-3/+5
* Don't let scripts rotate root part of physical linksets like SL, Update clien...UbitUmarov2012-06-171-35/+66
* Reapply the one change that was in the revert that was actually function, notMelanie2012-06-151-1/+1
* Revert changes...UbitUmarov2012-06-151-55/+34
* SL doesn't let scripts rotate root part of physical linksets also fix sittin...UbitUmarov2012-06-151-16/+27
* only rotation of root part change parts positions, so only call ResetChildPr...UbitUmarov2012-06-151-21/+31
* Merge branch 'avination' into ubitworkUbitUmarov2012-06-131-3/+11
|\
| * Add detecting non-physical phantoms back into raycastMelanie2012-06-131-3/+11
* | Changed t adding the avatar dependent sit offset and not subtracting, so not...UbitUmarov2012-06-131-25/+42
* | convert a LSL rotation of <0,0,0,0> to <0,0,0,1> and not <0,0,1,0> in SitTar...UbitUmarov2012-06-131-1/+1
* | Fixed llGetObjectDetails(), OBJECT_ROT for sitting avatars case, plus 'cosmet...UbitUmarov2012-06-131-9/+23
* | *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. Ch...UbitUmarov2012-06-131-9/+17
* | try to replicate SL bug of PRIM_ROTATION also for avas, est a fix to other c...UbitUmarov2012-06-121-3/+10
* | fix the try.. finally in SetPrimitiveParams i did mess and add one for the av...UbitUmarov2012-06-121-188/+156
* | more changes to Get and Get primitiveparams: Let Get remove avatarheight adj...UbitUmarov2012-06-121-26/+94
* | Moved auxiliar funtions of last commit from sop to lsl api since they are on...UbitUmarov2012-06-121-5/+22
* | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ...UbitUmarov2012-06-121-3/+238
* | Merge branch 'avination' into ubitworkUbitUmarov2012-06-113-5/+73
|\ \ | |/
| * Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGloba...Melanie2012-06-083-5/+73
* | *UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending pos...UbitUmarov2012-06-081-7/+37
* | *UNTESTED* let SetPrimParams for avatars parse even unsupported parameters so...UbitUmarov2012-06-081-2/+84
* | *UNTESTED* added PRIM_POS_LOCAL and PRIM_ROT_LOCAL in SetPrimParams for avata...UbitUmarov2012-06-081-6/+46
|/
* Typo correctionMelanie2012-06-071-1/+1
* Set collision sound type so custom sound types are recognizedMelanie2012-06-071-0/+2
* Prevent a null ref when getting the velocity of an avatar during login orMelanie2012-06-071-2/+3
* revert last bad commit but fix recoil directionUbitUmarov2012-06-051-4/+4
* Stop llRezAtRoot() from applying velocity setting impulse in World.RezObject...UbitUmarov2012-06-051-2/+3
* Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi...Melanie2012-06-041-1/+1
* Fix LSL animation state reporting and animation state transitions on crossingMelanie2012-06-011-7/+33
* Prevent multiple requests to go physical from reaching the physics pluginMelanie2012-05-301-0/+4
* Added a invalidCollisionSoundUUID so that scripts can stop all collision sou...UbitUmarov2012-05-162-2/+10
* Merge branch 'avination' into ubitworkUbitUmarov2012-05-151-10/+11
|\
| * Completely revamp collision handling. Now works as it is supposed to.Melanie2012-05-141-10/+11
* | make llGetCameraPos and llGetCameraRot apply to avatar that granted permissio...UbitUmarov2012-05-141-4/+14
|/
* Mantis 6015 new LSL function llGetAgentList.Talun2012-05-114-0/+96
* llGetGeometricCenter...UbitUmarov2012-04-291-1/+2
* fix llGetCenterOfMass ( checked with ubitODE only)UbitUmarov2012-04-281-1/+1
* fix (http://opensimulator.org/mantis/view.php?id=5965) llGetObjectMass was ba...UbitUmarov2012-04-161-2/+23
* Let llCastRay use ubitODE raycast if avaiable plus a few changes/fixes that ...UbitUmarov2012-04-161-22/+86
* llGetMass and llGetObjectMass (and push estimation) always use object mass a...UbitUmarov2012-04-093-9/+30
* Fix a LSL merge artefactMelanie2012-04-081-10/+2
* Merge branch 'master' into careminsterMelanie2012-04-072-17/+118
|\
| * Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)2012-04-071-1/+1
| * Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL ...Justin Clark-Casey (justincc)2012-04-061-0/+1
| * refactor: Use clearer part.ParentGroup.IsAttachment in LSL_Api.GetPartLocalPos()Justin Clark-Casey (justincc)2012-04-061-4/+4
| * Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene o...Justin Clark-Casey (justincc)2012-04-061-10/+11
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-04-062-0/+82
| |\
| | * Addition of missing constants for llGetObjectDetails including for Mantis 5502Talun2012-04-062-0/+82
| * | For llGetMass(), return the mass of the avatar is the object is attached.Justin Clark-Casey (justincc)2012-04-061-3/+24
| |/
| * Make llGetMass() return total mass of object when called on root prim.Justin Clark-Casey (justincc)2012-04-061-1/+4