aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, llTrigge...Teravus Ovares2008-02-041-4/+92
* * Whole buncha stuff.Adam Frisby2008-02-041-0/+12
* Added llRot2Fwd, llRot2Left, and llRot2Up as well as explicit vector->string ...alondria2008-02-031-3/+3
* Implements LSL function llDialog().alondria2008-02-021-1/+13
* Added llParseString2List (and a few extra methods to LSL_Types.list).alondria2008-02-021-2/+48
* * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o...Teravus Ovares2008-02-021-1/+10
* * Committing some untested stuff regarding texture animations. This won't br...Teravus Ovares2008-02-021-1/+10
* SCRIPTING STILL BROKENTedd Hansen2008-02-011-2/+2
* Fixed errors being thrown by invalid PSYS_SRC_TARGET_KEY's in llParticleSyste...alondria2008-02-011-1/+9
* Thanks to Hashbox for a patch to:alondria2008-02-011-0/+8
* * Added more supported feature to particlesystems. While this appears to hav...Teravus Ovares2008-02-011-3/+28
* * Adding limited support for LLParticleSystem.Teravus Ovares2008-01-311-14/+38
* Hit a dead end with llParticleSystem (libsecondlife issues) so no functionali...alondria2008-01-311-23/+48
* Surround the "non implemented" in an else clause if face is inappropriate for:Charles Krinke2008-01-211-16/+34
* Added data structure to be passed through event execution queue so that event...Tedd Hansen2008-01-171-1/+2
* * Added llApplyImpulse in the global frame. The object must be physical befo...Teravus Ovares2008-01-171-1/+16
* * Mother of all commits:Adam Frisby2008-01-151-29/+29
* Thank you very much, Kinoc for implementing llGetSubString and llDeleteSubStr...Charles Krinke2008-01-121-6/+35
* Set eolTedd Hansen2008-01-121-3002/+3002
* Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen2008-01-121-0/+3003