aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-29* Applying Xantor's patch 0001089 - Added llRot2Angle, llRot2Axis,llAxisAngle...Teravus Ovares1-1/+2
2008-04-26* Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementati...Adam Frisby1-0/+1
2008-04-25* Applying mantis#1048 - Patch for osSetRegionWaterHeight()Adam Frisby1-0/+1
2008-04-22* Implements llScriptDangerTeravus Ovares1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+2
2008-04-20Moved script engine os* commands to OSSL_BuilIn_Commands.cs and OSSL_BuilIn_C...Tedd Hansen1-31/+0
2008-04-20* Updates LSL2CS converterTeravus Ovares1-0/+1
2008-04-06* Various terrain engine fixesAdam Frisby1-0/+4
2008-03-30**Big ass update warning**Adam Frisby1-0/+2
2008-03-24Implements llGetInventoryPermMask()alondria1-1/+1
2008-03-21Implements llGetObjectDetails()alondria1-0/+1
2008-03-19* Patch to add llSetLinkPrimitiveParams stubJustin Clarke Casey1-0/+2
2008-03-18Formatting cleanup.Jeff Ames1-3/+3
2008-03-18Formatting cleanup.Jeff Ames1-28/+25
2008-03-15added some os helper functions for the texture drawing module. see http://ope...MW1-0/+13
2008-03-10ODEPluginTeravus Ovares1-0/+1
2008-03-10* Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares1-0/+1
2008-03-08Added Frist basic version on the VectorRenderModule, that allows scripts to d...MW1-0/+5
2008-03-08Thank you kindly, Ldviopeng for:Charles Krinke1-1/+2
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-18Thank you very much, Hashbox for:Charles Krinke1-1/+1
2008-02-17Thank you Hashbox for adding the Charles Krinke1-1/+2
2008-02-10We now support LSL stateTedd Hansen1-1/+1
2008-02-06Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Command...alondria1-0/+1
2008-02-02Added llParseString2List (and a few extra methods to LSL_Types.list).alondria1-1/+1
2008-02-01Thanks to Hashbox for a patch to:alondria1-1/+2
2008-01-31Hit a dead end with llParticleSystem (libsecondlife issues) so no functionali...alondria1-1/+1
2008-01-12Added license to new filesTedd Hansen1-2/+2
2008-01-12Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba...alondria1-0/+3
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+3
2007-12-27* Optimized usingslbsa711-1/+1
2007-12-24Again, great thanks to Alondria for:Charles Krinke1-1/+1
2007-12-18Many Thanks to Alondria for adding:Charles Krinke1-30/+31
2007-12-17Again, thanks to Alondria for:Charles Krinke1-1/+1
2007-12-12From Michael Osias (IBM)Sean Dague1-1/+1
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-30* Optimized usingslbsa711-7/+8
2007-09-17fixing me some line endingsSean Dague1-1/+1
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-2/+2
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-635/+635
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-04Some work on Module loading/management.MW1-0/+3
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-0/+1
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-85/+85
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-0/+2
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-1/+1
2007-08-17krinkec's updates to ll* interface and functions.Tedd Hansen1-2/+2
2007-08-15Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a...Tedd Hansen1-236/+236
2007-08-15* Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby1-32/+60
2007-08-15* New LSL functionsAdam Frisby1-1/+1