aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby2008-05-011-1/+1
* * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares2008-05-011-1/+2
* * Assorted spring cleanings.Adam Frisby2008-05-011-2/+2
* * Applying Mantis#1097 - Thanks Xantor!Adam Frisby2008-05-011-3/+6
* * Sometimes you know, you do something really stupid.Adam Frisby2008-04-301-2/+2
* * Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares2008-04-301-5/+5
* Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares2008-04-301-25/+39
* * Applying Xantor's patch 0001089 - Added llRot2Angle, llRot2Axis,llAxisAngle...Teravus Ovares2008-04-291-6/+170
* * Applying melanie's List2Vector and List2Rot patch. Added a routine in the...Teravus Ovares2008-04-291-2/+2
* Thank you Melanie for implementingCharles Krinke2008-04-261-36/+1
* * Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementati...Adam Frisby2008-04-261-29/+185
* * Applying mantis#1048 - Patch for osSetRegionWaterHeight()Adam Frisby2008-04-251-0/+12
* * Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares2008-04-251-3/+3
* * Patch from Melanie. Mantis: 1040. Thanks Melanie!Teravus Ovares2008-04-241-8/+3
* replace hard tabs with 4 spaces to be consistant in the source.Sean Dague2008-04-241-192/+192
* * From: Alan M Webb <awebb.vnet.ibm.com>Justin Clarke Casey2008-04-241-1/+1
* * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the...Teravus Ovares2008-04-231-2/+47
* * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares2008-04-231-4/+12
* * Patch #1026 - llDialog support -- Thanks Melanie!Adam Frisby2008-04-231-9/+54
* * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie!Adam Frisby2008-04-231-16/+213
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-231-2/+12
* * Implements llScriptDangerTeravus Ovares2008-04-221-2/+11
* * Patch from Mic Bowman(cmickeyb) that implements llUnsit. Thanks Mic!Teravus Ovares2008-04-221-1/+38
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-17/+16
* Moved script engine os* commands to OSSL_BuilIn_Commands.cs and OSSL_BuilIn_C...Tedd Hansen2008-04-201-293/+12
* * Updates LSL2CS converterTeravus Ovares2008-04-201-0/+5
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-181-42/+219
* Thank you, Melanie, very kindly for a patch that : Charles Krinke2008-04-181-2/+15
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-171-5/+98
* * From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-161-2/+47
* * From Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-161-4/+23
* Fixed LSL State support.Teravus Ovares2008-04-151-1/+9
* From: Kurt Taylor <krtaylor@us.ibm.com>Sean Dague2008-04-111-11/+16
* Thank you Justin for a patch that solves the issue of: When a sensor detects ...Charles Krinke2008-04-101-4/+14
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-1/+1
* * Put explicit braces in for single line blocksJustin Clarke Casey2008-04-091-3/+9
* From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey2008-04-091-6/+19
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-091-3/+9
* * Various terrain engine fixesAdam Frisby2008-04-061-0/+19
* From: Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-041-21/+0
* from krtaylorSean Dague2008-04-021-3/+6
* **Big ass update warning**Adam Frisby2008-03-301-0/+6
* Patches llAvatarOnSitTarget to return NULL_KEY opposed to a blank string. Sho...alondria2008-03-291-6/+7
* From: Michael Osias <mosias@us.ibm.com>Sean Dague2008-03-281-3/+176
* * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares2008-03-251-2/+4
* * Added llApplyImpulse in the local frame.Teravus Ovares2008-03-241-9/+11
* Implements llGetInventoryPermMask()alondria2008-03-241-2/+22
* Modified llGetInventoryName() so it indexes inventory in the same manner the ...alondria2008-03-241-3/+3
* Implements llGetInventoryName() - the order is based upon inventory key, whic...alondria2008-03-241-1/+17
* Implements llGetInventoryNumber()alondria2008-03-241-2/+9