aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-28Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)1-9/+6
2012-06-28Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie1-6/+4
2012-06-26Add stub for llCastRayBlueWall1-0/+5
2012-06-26Disable physics raycast until it can be seen to. Fix distance calculationMelanie1-2/+3
2012-06-26Correct a wrong error constantMelanie1-1/+1
2012-06-15Reapply the one change that was in the revert that was actually function, notMelanie1-1/+1
2012-06-15Revert changes...UbitUmarov1-55/+34
2012-06-15 SL doesn't let scripts rotate root part of physical linksets also fix sittin...UbitUmarov1-16/+27
2012-06-15 only rotation of root part change parts positions, so only call ResetChildPr...UbitUmarov1-21/+31
2012-06-13 Changed t adding the avatar dependent sit offset and not subtracting, so not...UbitUmarov1-25/+42
2012-06-13In the osGetGrid functions, if the [GridInfo] section does not exist then ret...Justin Clark-Casey (justincc)1-1/+6
2012-06-13 convert a LSL rotation of <0,0,0,0> to <0,0,0,1> and not <0,0,1,0> in SitTar...UbitUmarov1-1/+1
2012-06-13Committing the Avination implementation of llCastRay. This is a complete rewriteMelanie1-100/+345
2012-06-13Fixed llGetObjectDetails(), OBJECT_ROT for sitting avatars case, plus 'cosmet...UbitUmarov1-9/+23
2012-06-13*TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. Ch...UbitUmarov1-9/+17
2012-06-13Add detecting non-physical phantoms back into raycastMelanie1-3/+11
2012-06-12 try to replicate SL bug of PRIM_ROTATION also for avas, est a fix to other c...UbitUmarov1-3/+10
2012-06-12fix the try.. finally in SetPrimitiveParams i did mess and add one for the av...UbitUmarov1-188/+156
2012-06-12 more changes to Get and Get primitiveparams: Let Get remove avatarheight adj...UbitUmarov1-26/+94
2012-06-12 Moved auxiliar funtions of last commit from sop to lsl api since they are on...UbitUmarov1-5/+22
2012-06-12*UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ...UbitUmarov1-3/+238
2012-06-11Commitig the Avination implementation of llTeleportAgent andMelanie3-0/+106
2012-06-08Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGloba...Melanie3-5/+73
2012-06-08*UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending pos...UbitUmarov1-7/+37
2012-06-08*UNTESTED* let SetPrimParams for avatars parse even unsupported parameters so...UbitUmarov1-2/+84
2012-06-08*UNTESTED* added PRIM_POS_LOCAL and PRIM_ROT_LOCAL in SetPrimParams for avata...UbitUmarov1-6/+46
2012-06-07Typo correctionMelanie1-1/+1
2012-06-07Set collision sound type so custom sound types are recognizedMelanie1-0/+2
2012-06-07Prevent a null ref when getting the velocity of an avatar during login orMelanie1-2/+3
2012-06-06Remove a null ref when an avatar's attachment gets the avatar velocityMelanie1-4/+3
2012-06-05 revert last bad commit but fix recoil directionUbitUmarov1-4/+4
2012-06-05 Stop llRezAtRoot() from applying velocity setting impulse in World.RezObject...UbitUmarov1-2/+3
2012-06-05Remove unused ScenePresence list structure in llGetAgentList()Justin Clark-Casey (justincc)1-1/+0
2012-06-04Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi...Melanie1-1/+1
2012-06-01Fix LSL animation state reporting and animation state transitions on crossingMelanie1-7/+33
2012-05-30Prevent multiple requests to go physical from reaching the physics pluginMelanie1-0/+4
2012-05-26minor: code formatting from 0b72f773Justin Clark-Casey (justincc)1-12/+11
2012-05-26Mantis 6025 llRequestPermissions auto grant for NPCs.Talun1-1/+23
2012-05-26One can now get hyoergrid region co-ordinates with llRequestSimulatorDataBlake.Bourque1-5/+21
2012-05-26Use GetInventoryItem() in LSL_Api.InventoryKey(string name, int type).Justin Clark-Casey (justincc)1-17/+7
2012-05-26Use SceneObjectPartInventory.GetInventoryItem() in OSSL.AvatarStopAnimation i...Justin Clark-Casey (justincc)1-14/+12
2012-05-26refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)1-37/+15
2012-05-25Mantis 6028 osAvatarStopAnimation not stopping animations via UUIDTalun1-7/+11
2012-05-23Fix llGetSimulatorHostname to return configured hostnameBlueWall1-1/+2
2012-05-16 Added a invalidCollisionSoundUUID so that scripts can stop all collision sou...UbitUmarov1-2/+8
2012-05-15Port Avination's collision fixes to core.Melanie1-10/+11
2012-05-14make llGetCameraPos and llGetCameraRot apply to avatar that granted permissio...UbitUmarov1-4/+14
2012-05-14Completely revamp collision handling. Now works as it is supposed to.Melanie1-10/+11
2012-05-13Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...Chris Koeritz1-7/+21
2012-05-11Mantis 6015 new LSL function llGetAgentList.Talun4-0/+96