aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen2008-02-241-55/+55
* Minor cleanup.Jeff Ames2008-02-201-31/+21
* llSetTimerEvent updated to use ticks instead of DateTime for internal timing.Tedd Hansen2008-02-201-1/+1
* llSetTimerEvent was setting seconds as milliseconds causing major problems in...Tedd Hansen2008-02-201-1/+1
* From: Michael Osias <mosias@us.ibm.com>Sean Dague2008-02-191-2/+2
* Thank you very much, Hashbox for:Charles Krinke2008-02-181-6/+13
* Thank you Hashbox for adding the Charles Krinke2008-02-171-0/+10
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-1/+1
* state_entry is now executed on state change.Tedd Hansen2008-02-101-1/+12
* We now support LSL stateTedd Hansen2008-02-101-2/+3
* Implements llListStatistics() and a bunch-o-LSL_Types.list statistical method...alondria2008-02-101-3/+41
* Implemented llGetParcelFlags() and llGetRegionFlags(). I don't think the Regi...alondria2008-02-101-4/+2
* Implements llGetObjectMass()alondria2008-02-101-1/+5
* Thank you very much, Hashbox for :Charles Krinke2008-02-101-1/+1
* Cleaned up some unreachable code warnings.Jeff Ames2008-02-061-10/+0
* * Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares2008-02-061-6/+340
* Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Command...alondria2008-02-061-1/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-2/+3
* Added explicit Quaternion->string and list->string conversions.alondria2008-02-051-2/+94
* * Refactored the sound calls to SceneObjectPart Teravus Ovares2008-02-051-114/+5