aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-30Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares1-25/+39
2008-04-29* Applying Xantor's patch 0001089 - Added llRot2Angle, llRot2Axis,llAxisAngle...Teravus Ovares1-6/+170
2008-04-29* Applying melanie's List2Vector and List2Rot patch. Added a routine in the...Teravus Ovares1-2/+2
2008-04-26Thank you Melanie for implementingCharles Krinke1-36/+1
2008-04-26* Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementati...Adam Frisby1-29/+185
2008-04-25* Applying mantis#1048 - Patch for osSetRegionWaterHeight()Adam Frisby1-0/+12
2008-04-25* Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares1-3/+3
2008-04-24* Patch from Melanie. Mantis: 1040. Thanks Melanie!Teravus Ovares1-8/+3
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-192/+192
2008-04-24* From: Alan M Webb <awebb.vnet.ibm.com>Justin Clarke Casey1-1/+1
2008-04-23* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the...Teravus Ovares1-2/+47
2008-04-23* Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares1-4/+12
2008-04-23* Patch #1026 - llDialog support -- Thanks Melanie!Adam Frisby1-9/+54
2008-04-23* Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie!Adam Frisby1-16/+213
2008-04-23From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-2/+12
2008-04-22* Implements llScriptDangerTeravus Ovares1-2/+11
2008-04-22* Patch from Mic Bowman(cmickeyb) that implements llUnsit. Thanks Mic!Teravus Ovares1-1/+38
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-17/+16
2008-04-20Moved script engine os* commands to OSSL_BuilIn_Commands.cs and OSSL_BuilIn_C...Tedd Hansen1-293/+12
2008-04-20* Updates LSL2CS converterTeravus Ovares1-0/+5
2008-04-18From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-42/+219
2008-04-18Thank you, Melanie, very kindly for a patch that : Charles Krinke1-2/+15
2008-04-17From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-5/+98
2008-04-16* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-2/+47
2008-04-16* From Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-4/+23
2008-04-15Fixed LSL State support.Teravus Ovares1-1/+9
2008-04-11From: Kurt Taylor <krtaylor@us.ibm.com>Sean Dague1-11/+16
2008-04-10Thank you Justin for a patch that solves the issue of: When a sensor detects ...Charles Krinke1-4/+14
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-1/+1
2008-04-09* Put explicit braces in for single line blocksJustin Clarke Casey1-3/+9
2008-04-09From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-6/+19
2008-04-09From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-3/+9
2008-04-06* Various terrain engine fixesAdam Frisby1-0/+19
2008-04-04From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey1-21/+0
2008-04-02from krtaylorSean Dague1-3/+6
2008-03-30**Big ass update warning**Adam Frisby1-0/+6
2008-03-29Patches llAvatarOnSitTarget to return NULL_KEY opposed to a blank string. Sho...alondria1-6/+7
2008-03-28From: Michael Osias <mosias@us.ibm.com>Sean Dague1-3/+176
2008-03-25* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares1-2/+4
2008-03-24* Added llApplyImpulse in the local frame.Teravus Ovares1-9/+11
2008-03-24Implements llGetInventoryPermMask()alondria1-2/+22
2008-03-24Modified llGetInventoryName() so it indexes inventory in the same manner the ...alondria1-3/+3
2008-03-24Implements llGetInventoryName() - the order is based upon inventory key, whic...alondria1-1/+17
2008-03-24Implements llGetInventoryNumber()alondria1-2/+9
2008-03-24Implements llGetInventoryType()alondria1-2/+8
2008-03-24Implements llGetInventoryCreator()alondria1-1/+9
2008-03-23Implements llGetParcelPrimOwners()alondria1-2/+12
2008-03-23Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, llAdd...alondria1-6/+83
2008-03-23Fix llParseString2List bug when separator is longer than 1 character.Jeff Ames1-10/+8
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-1/+1