aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis #2243Melanie Thielker2008-09-231-484/+551
* * Apply http://opensimulator.org/mantis/view.php?id=2234Justin Clarke Casey2008-09-221-1/+12
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-211-1/+1
* - Consistency fix: Like llGetNumberOfNotecardLines, llGetNotecardLine returns...Homer Horwitz2008-09-201-1/+13
* XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker2008-09-201-5/+5
* Guard LLRezObject against NaNMelanie Thielker2008-09-191-2/+4
* Mantis #2217Melanie Thielker2008-09-191-1/+9
* Fix llParcelMedia queries. Correct types and add a missing ToString() (XEngine)Melanie Thielker2008-09-181-3/+3
* From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield2008-09-181-6/+6
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-181-3/+3
* Kan-Ed fix series.Melanie Thielker2008-09-181-2/+3
* Another pointless multiplication/division removedMelanie Thielker2008-09-181-2/+2
* XEngine API refactor. Fully implement ALL_SIDES with sanity checks.Melanie Thielker2008-09-181-88/+136
* Kan-Ed fix series.Melanie Thielker2008-09-181-31/+64
* Kan-Ed fix series.Melanie Thielker2008-09-181-91/+58
* Kan-Ed fix series. Fix up llRezAtRoot and llRezObject, fix llCreateLinkMelanie Thielker2008-09-171-10/+5
* Kan-Ed fix series. Fix llTakeControls to behave as documented.Melanie Thielker2008-09-171-0/+8
* * Apply http://opensimulator.org/mantis/view.php?id=2206Justin Clarke Casey2008-09-171-2/+11
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-161-2/+2
* * Apply http://opensimulator.org/mantis/view.php?id=2205 with a few small tweaksJustin Clarke Casey2008-09-161-2/+2
* * Apply http://opensimulator.org/mantis/view.php?id=2204 (with a small tweak)Justin Clarke Casey2008-09-161-2/+12
* * Apply http://opensimulator.org/mantis/view.php?id=2203Justin Clarke Casey2008-09-161-2/+68
* * Apply http://opensimulator.org/mantis/view.php?id=2202Justin Clarke Casey2008-09-161-2/+2
* * minor: oops, remove a warning I just inserted myself - naughty boyJustin Clarke Casey2008-09-161-1/+1
* * minor: method documentationJustin Clarke Casey2008-09-161-2/+4
* Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke2008-09-151-1/+1
* Added some further clipping to color- and alpha-values.Homer Horwitz2008-09-141-49/+51
* Mantis #2186Melanie Thielker2008-09-141-12/+12
* Fixed several cases of inverted colors and alpha in DNE and XEngine.Homer Horwitz2008-09-131-35/+35
* Update svn properties. Minor formatting cleanup. Fix some minor typos. Rem...Jeff Ames2008-09-131-18/+2
* Mantis #2018Melanie Thielker2008-09-131-3/+0
* Mantis #2182Melanie Thielker2008-09-131-1/+1
* Fix some string to float casting nastiness. The "train script" nowMelanie Thielker2008-09-131-2/+3
* Change all LSL functions to return LSL types instead of base types.Melanie Thielker2008-09-131-133/+95
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-2/+2
* Fix delimiter access from list for llParseStringKeepNullsMelanie Thielker2008-09-091-4/+4
* Remove casting nastiness in LSL_ApiMelanie Thielker2008-09-081-76/+76
* Correct state handling and state event masks. Prims will now showMelanie Thielker2008-09-081-30/+23
* Adapt the unit tests to the new list rules, change some casts toMelanie Thielker2008-09-081-6/+7
* Mantis #2147Melanie Thielker2008-09-081-22/+24
* Mantis #2144Melanie Thielker2008-09-081-3/+3
* Mantis #2145Melanie Thielker2008-09-081-24/+24
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-5/+12
* Implement llEjectFromLand.Charles Krinke2008-09-081-1/+12
* Add implementation for llSetSoundRadius().Charles Krinke2008-09-081-1/+1
* * Implements llGroundSlope, llGroundNormal and llGroundContour in LSL_Api.cs ...Adam Frisby2008-09-071-6/+36
* Mantis #2138Melanie Thielker2008-09-071-2/+2
* Return 0 for no wind and 0 for no clouds fromCharles Krinke2008-09-071-2/+0
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-280/+279
* Mantis#2126. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke2008-09-051-7/+7