aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-23Formatting cleanup.Jeff Ames1-14/+14
2009-07-18Thank you, otakup0pe, for a patch that enables basic auth with LSLMelanie Thielker1-1/+17
2009-07-15A stab at implementing llSetDamage. Not persistent.Melanie Thielker1-1/+1
2009-07-14Remove redundant distance limitaion in llRezAtRootMelanie Thielker1-5/+0
2009-07-11Formatting cleanup.Jeff Ames1-4/+4
2009-07-09Thank you kindly, Godfrey, for a patch that:Charles Krinke1-2/+4
2009-07-08Add DisableUndergroundMovement to scrpting API to allow underground movementMelanie Thielker1-1/+3
2009-07-08Prevent scripts from moving prims undergroundMelanie Thielker1-1/+4
2009-07-06Change fields and methods in LSL API from private to protected, make someMelanie Thielker1-99/+104
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-1/+1
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+1
2009-06-28Thank you kindly, Grumly57 for a patch that solves:Charles Krinke1-0/+1
2009-06-21Do llEscapeURL with Uri.EscapeDataString instead of Uri.EscapeUriString.Homer Horwitz1-1/+1
2009-06-10Formatting cleanup.Jeff Ames4-9/+9
2009-06-09From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield3-10/+10
2009-06-06Correct an error where the config file name was always considered to be aMelanie Thielker1-5/+2
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield3-0/+47
2009-06-03Thanks aduffy70 for Mantis #3762: A patch to fix llGround, llGroundNormal, an...Dahlia Trimble1-42/+80
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames17-17/+17
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-1/+4
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-4/+1
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-1/+4
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield3-0/+69
2009-05-22cleaning out warnings.Dr Scofield1-1/+1
2009-05-21normalize quats before applying llSetRot()Dahlia Trimble1-1/+3
2009-05-18From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net>Dr Scofield1-2/+2
2009-05-18From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+2
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2-8/+14
2009-05-13Add most of the meat to the LSL HTTP serverMelanie Thielker1-1/+7
2009-05-13Plumb request and return URL functions.Melanie Thielker1-3/+10
2009-05-13Implement llAttachToAvatar()Melanie Thielker1-1/+27
2009-05-13Implement llDetachFromAvatar()Melanie Thielker1-1/+27
2009-05-13Add interface, stub implementation and Charles Krinke3-0/+14
2009-05-13Add interface, implementation stub andCharles Krinke3-0/+14
2009-05-13Added interface, implementation stub andCharles Krinke1-0/+5
2009-05-13Remove incorrect semicolonCharles Krinke2-1/+8
2009-05-13Add interface, stubbed implementation andCharles Krinke3-1/+14
2009-05-13Added interface, stub implementation and scriptCharles Krinke3-0/+11
2009-05-13Add interface, stub and bare implmentation for llHTTPResponse().Charles Krinke3-0/+16
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-0/+2
2009-05-09Fixed handling of inventory a bitHomer Horwitz1-2/+2
2009-04-27Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker3-31/+136
2009-04-27Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker3-0/+93
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-20/+17
2009-04-26Thank you kindly, Ewe Loon, for a patch that solves:Charles Krinke1-0/+39
2009-04-22cleaning up, fixing warningsDr Scofield1-6/+4
2009-04-22Fix loading notecards from LSL. The first time a notecard was accessed, theMelanie Thielker1-49/+21
2009-04-20Prevent a null ref if a notecard is not foundMelanie Thielker1-0/+6
2009-04-19Terrain changes done via osTerrainSetHeight aren't shown immediately to the c...Homer Horwitz3-36/+56
2009-04-18Allow reading of notecards by asset ID.Melanie Thielker1-52/+108