aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-1/+1
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby1-1/+0
2008-03-01Thank you very much, Kinoc for:Charles Krinke1-17/+72
2008-02-28From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-9/+418
2008-02-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen1-7/+7
2008-02-25Initial patch for llSensor*Tedd Hansen1-19/+125
2008-02-24By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen1-55/+55
2008-02-20Minor cleanup.Jeff Ames1-31/+21
2008-02-20llSetTimerEvent updated to use ticks instead of DateTime for internal timing.Tedd Hansen1-1/+1
2008-02-20llSetTimerEvent was setting seconds as milliseconds causing major problems in...Tedd Hansen1-1/+1
2008-02-19From: Michael Osias <mosias@us.ibm.com>Sean Dague1-2/+2
2008-02-18Thank you very much, Hashbox for:Charles Krinke1-6/+13
2008-02-17Thank you Hashbox for adding the Charles Krinke1-0/+10
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-1/+1
2008-02-10state_entry is now executed on state change.Tedd Hansen1-1/+12
2008-02-10We now support LSL stateTedd Hansen1-2/+3
2008-02-10Implements llListStatistics() and a bunch-o-LSL_Types.list statistical method...alondria1-3/+41
2008-02-10Implemented llGetParcelFlags() and llGetRegionFlags(). I don't think the Regi...alondria1-4/+2
2008-02-10Implements llGetObjectMass()alondria1-1/+5
2008-02-10Thank you very much, Hashbox for :Charles Krinke1-1/+1
2008-02-06Cleaned up some unreachable code warnings.Jeff Ames1-10/+0
2008-02-06* Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares1-6/+340
2008-02-06Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Command...alondria1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-2/+3
2008-02-05Added explicit Quaternion->string and list->string conversions.alondria1-2/+94
2008-02-05* Refactored the sound calls to SceneObjectPart Teravus Ovares1-114/+5
2008-02-04Patch from mikkopa/_someone Thanks! adds support for llPreloadSound, llTrigge...Teravus Ovares1-4/+92
2008-02-04* Whole buncha stuff.Adam Frisby1-0/+12
2008-02-03Added llRot2Fwd, llRot2Left, and llRot2Up as well as explicit vector->string ...alondria1-3/+3
2008-02-02Implements LSL function llDialog().alondria1-1/+13
2008-02-02Added llParseString2List (and a few extra methods to LSL_Types.list).alondria1-2/+48
2008-02-02* Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o...Teravus Ovares1-1/+10
2008-02-02* Committing some untested stuff regarding texture animations. This won't br...Teravus Ovares1-1/+10
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-2/+2
2008-02-01Fixed errors being thrown by invalid PSYS_SRC_TARGET_KEY's in llParticleSyste...alondria1-1/+9
2008-02-01Thanks to Hashbox for a patch to:alondria1-0/+8
2008-02-01* Added more supported feature to particlesystems. While this appears to hav...Teravus Ovares1-3/+28
2008-01-31* Adding limited support for LLParticleSystem.Teravus Ovares1-14/+38
2008-01-31Hit a dead end with llParticleSystem (libsecondlife issues) so no functionali...alondria1-23/+48
2008-01-21Surround the "non implemented" in an else clause if face is inappropriate for:Charles Krinke1-16/+34
2008-01-17Added data structure to be passed through event execution queue so that event...Tedd Hansen1-1/+2
2008-01-17* Added llApplyImpulse in the global frame. The object must be physical befo...Teravus Ovares1-1/+16
2008-01-15* Mother of all commits:Adam Frisby1-29/+29
2008-01-12Thank you very much, Kinoc for implementing llGetSubString and llDeleteSubStr...Charles Krinke1-6/+35
2008-01-12Set eolTedd Hansen1-3002/+3002
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-3015/+3003
2008-01-12Implements llModifyLand() - Still needs some tweaking to match LL's effect on...alondria1-0/+59
2008-01-11Fix some warnings under mono.Jeff Ames1-2/+2
2007-12-31Correction of last commitTedd Hansen1-96/+96
2007-12-31Changed type comparison from String to object typeTedd Hansen1-9/+9