aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (follow)
Commit message (Expand)AuthorAgeFilesLines
* more work on llSetAngularVelocity()UbitUmarov2012-07-101-3/+1
* added llSetVelocity. will refuse to work on vehicles and on attachments ( th...UbitUmarov2012-07-061-1/+17
* Add an EventType enum and Type field to the poll service event args. This allowsMelanie2012-07-051-1/+1
* Implement the buggy version of llXorBase64Strings() for compatibility's sakeMelanie2012-07-021-3/+84
* Bring casing of llSHA1String in line with SLMelanie2012-07-011-1/+1
* don't recoil attachments doing llRezObject()UbitUmarov2012-06-291-2/+8
* reactivate physics raycasts on llCastRay() until it's clear what is its prob...UbitUmarov2012-06-281-1/+1
* Merge branch 'avination' into ubitworkUbitUmarov2012-06-281-2/+3
|\
| * Disable physics raycast until it can be seen to. Fix distance calculationMelanie2012-06-261-2/+3
* | don't send a lot of avatar data when we are just changing position or rotati...UbitUmarov2012-06-171-4/+8
* | 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-111-5/+67
|\ \ | |/
| * Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGloba...Melanie2012-06-081-5/+67
* | *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-161-2/+8
* 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-111-0/+85
* 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-091-8/+23