aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implements llGetInventoryType()alondria2008-03-241-2/+8
* Implements llGetInventoryCreator()alondria2008-03-241-1/+9
* Implements llGetParcelPrimOwners()alondria2008-03-231-2/+12
* Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, llAdd...alondria2008-03-231-6/+83
* Fix llParseString2List bug when separator is longer than 1 character.Jeff Ames2008-03-231-10/+8
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-1/+1
* Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria2008-03-221-5/+8
* Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....alondria2008-03-211-0/+1
* Implements llGetObjectDetails()alondria2008-03-211-0/+80
* Implements llKey2Name().alondria2008-03-211-1/+12
* Implemented llOverMyLand() and correct llGetOwnerKey() to properly return the...alondria2008-03-211-4/+28
* * Converted a large number of ASCII encodings to UTF8.Adam Frisby2008-03-211-1/+0
* * Fix for #499: linked primsets don't rotate properly when using a door scrip...Teravus Ovares2008-03-211-0/+2
* * Patch to add llSetLinkPrimitiveParams stubJustin Clarke Casey2008-03-191-0/+6
* * Documentation patch from krtaylor. Thanks!Justin Clarke Casey2008-03-191-0/+5
* Fixed some comparisons of LLUUIDs to null.Jeff Ames2008-03-191-3/+3
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-03-171-87/+343
* added some os helper functions for the texture drawing module. see http://ope...MW2008-03-151-0/+67
* * Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)Teravus Ovares2008-03-141-2/+9
* Refactor out some duplicate code.Jeff Ames2008-03-111-2/+2
* * Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb!Adam Frisby2008-03-111-2/+2
* * Added Linear Acceleration reporting to the ODEPlugin.Teravus Ovares2008-03-101-2/+1
* ODEPluginTeravus Ovares2008-03-101-0/+14
* * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2008-03-101-1/+7
* Remove two warnings with unused variables.Charles Krinke2008-03-081-2/+0
* Thank you very much, Ldviopeng for :Charles Krinke2008-03-081-3/+54
* Added Frist basic version on the VectorRenderModule, that allows scripts to d...MW2008-03-081-0/+66
* Thank you kindly, Ldviopeng for:Charles Krinke2008-03-081-2/+87
* * Applied patch #719 from lvoidpeng.lbsa712008-03-071-2/+3
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-57/+3
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-1/+1
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+0
* Thank you very much, Kinoc for:Charles Krinke2008-03-011-17/+72
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-02-281-9/+418
* Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen2008-02-251-7/+7
* Initial patch for llSensor*Tedd Hansen2008-02-251-19/+125