aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-24Implements llGetInventoryName() - the order is based upon inventory key, whic...alondria1-1/+17
2008-03-24Implements llGetInventoryNumber()alondria1-2/+9
2008-03-24Implements llGetInventoryType()alondria1-2/+8
2008-03-24Implements llGetInventoryCreator()alondria1-1/+9
2008-03-23Implements llGetParcelPrimOwners()alondria1-2/+12
2008-03-23Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, llAdd...alondria1-6/+83
2008-03-23Fix llParseString2List bug when separator is longer than 1 character.Jeff Ames1-10/+8
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-1/+1
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria1-5/+8
2008-03-21Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....alondria1-0/+1
2008-03-21Implements llGetObjectDetails()alondria1-0/+80
2008-03-21Implements llKey2Name().alondria1-1/+12
2008-03-21Implemented llOverMyLand() and correct llGetOwnerKey() to properly return the...alondria1-4/+28
2008-03-21* Converted a large number of ASCII encodings to UTF8.Adam Frisby1-1/+0
2008-03-21* Fix for #499: linked primsets don't rotate properly when using a door scrip...Teravus Ovares1-0/+2
2008-03-19* Patch to add llSetLinkPrimitiveParams stubJustin Clarke Casey1-0/+6
2008-03-19* Documentation patch from krtaylor. Thanks!Justin Clarke Casey1-0/+5
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames1-3/+3
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-17From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-87/+343
2008-03-15added some os helper functions for the texture drawing module. see http://ope...MW1-0/+67
2008-03-14* Added proper handling of llSetStatus(STATUS_PHYSICS,BOOL)Teravus Ovares1-2/+9
2008-03-11Refactor out some duplicate code.Jeff Ames1-2/+2
2008-03-11* Applying patch #754 - Fix for Vector Magnitude operation. Thanks cmickeyb!Adam Frisby1-2/+2
2008-03-10* Added Linear Acceleration reporting to the ODEPlugin.Teravus Ovares1-2/+1
2008-03-10ODEPluginTeravus Ovares1-0/+14
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares1-1/+7
2008-03-08Remove two warnings with unused variables.Charles Krinke1-2/+0
2008-03-08Thank you very much, Ldviopeng for :Charles Krinke1-3/+54
2008-03-08Added Frist basic version on the VectorRenderModule, that allows scripts to d...MW1-0/+66
2008-03-08Thank you kindly, Ldviopeng for:Charles Krinke1-2/+87
2008-03-07* Applied patch #719 from lvoidpeng.lbsa711-2/+3
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-57/+3
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