aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation (follow)
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Remove redundant permissions check in OSSL_Api.csMelanie Thielker2008-09-181-6/+0
* From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield2008-09-182-6/+193
* 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-163-4/+9
* Minor formatting cleanup.Jeff Ames2008-09-161-1/+1
* Finish up OSSL enable/disable options in XEngine.Melanie Thielker2008-09-151-8/+45
* Refactor the os functions allowed check into the threat check methodMelanie Thielker2008-09-151-184/+5
* Add the option to use Allow_osFunction = false for each OS functionMelanie Thielker2008-09-151-0/+11
* Add more granularity and a risk asessment system to the OSSL API in XEngine.Melanie Thielker2008-09-151-60/+254
* Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke2008-09-152-1/+51
* 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, minor formatting cleanup.Jeff Ames2008-09-101-8/+8
* Mantis#2153. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-09-101-0/+8
* 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