aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-07-231-14/+14
* Thank you, otakup0pe, for a patch that enables basic auth with LSLMelanie Thielker2009-07-181-1/+17
* A stab at implementing llSetDamage. Not persistent.Melanie Thielker2009-07-151-1/+1
* Remove redundant distance limitaion in llRezAtRootMelanie Thielker2009-07-141-5/+0
* Formatting cleanup.Jeff Ames2009-07-111-4/+4
* Thank you kindly, Godfrey, for a patch that:Charles Krinke2009-07-091-2/+4
* Add DisableUndergroundMovement to scrpting API to allow underground movementMelanie Thielker2009-07-081-1/+3
* Prevent scripts from moving prims undergroundMelanie Thielker2009-07-081-1/+4
* Change fields and methods in LSL API from private to protected, make someMelanie Thielker2009-07-061-99/+104
* Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker2009-07-011-1/+1
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-291-0/+1
* Thank you kindly, Grumly57 for a patch that solves:Charles Krinke2009-06-281-0/+1
* Do llEscapeURL with Uri.EscapeDataString instead of Uri.EscapeUriString.Homer Horwitz2009-06-211-1/+1
* Formatting cleanup.Jeff Ames2009-06-102-6/+6
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-06-091-4/+4
* Correct an error where the config file name was always considered to be aMelanie Thielker2009-06-061-5/+2
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-031-0/+25
* Thanks aduffy70 for Mantis #3762: A patch to fix llGround, llGroundNormal, an...Dahlia Trimble2009-06-031-42/+80
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-0110-10/+10
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-271-1/+4
* Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield2009-05-251-4/+1
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-251-1/+4
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-221-0/+51
* cleaning out warnings.Dr Scofield2009-05-221-1/+1
* normalize quats before applying llSetRot()Dahlia Trimble2009-05-211-1/+3
* From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net>Dr Scofield2009-05-181-2/+2
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-152-8/+14
* Add most of the meat to the LSL HTTP serverMelanie Thielker2009-05-131-1/+7
* Plumb request and return URL functions.Melanie Thielker2009-05-131-3/+10
* Implement llAttachToAvatar()Melanie Thielker2009-05-131-1/+27
* Implement llDetachFromAvatar()Melanie Thielker2009-05-131-1/+27
* Add interface, stub implementation and Charles Krinke2009-05-131-0/+8
* Add interface, implementation stub andCharles Krinke2009-05-131-0/+8
* Remove incorrect semicolonCharles Krinke2009-05-131-1/+7
* Add interface, stubbed implementation andCharles Krinke2009-05-131-1/+8
* Added interface, stub implementation and scriptCharles Krinke2009-05-131-0/+6
* Add interface, stub and bare implmentation for llHTTPResponse().Charles Krinke2009-05-131-0/+10
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-0/+2
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-2/+2
* Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker2009-04-271-31/+130
* Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker2009-04-271-0/+79
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-271-20/+17
* Thank you kindly, Ewe Loon, for a patch that solves:Charles Krinke2009-04-261-0/+39
* cleaning up, fixing warningsDr Scofield2009-04-221-6/+4
* Fix loading notecards from LSL. The first time a notecard was accessed, theMelanie Thielker2009-04-221-49/+21
* Prevent a null ref if a notecard is not foundMelanie Thielker2009-04-201-0/+6
* Terrain changes done via osTerrainSetHeight aren't shown immediately to the c...Homer Horwitz2009-04-191-32/+40
* Allow reading of notecards by asset ID.Melanie Thielker2009-04-181-52/+108
* Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest...idb2009-04-181-1/+7
* * Also use the profile cache for osKey2Name()Justin Clarke Casey2009-04-171-4/+4