aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker1-31/+8226
2008-09-25CONVERGENCE!!!!!!Melanie Thielker1-8221/+21
2008-09-25Mantis#2123. Thank you kindly, Idb for a patch that solves:Charles Krinke1-2/+20
2008-09-24Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker1-8/+8
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker1-1/+1
2008-09-23Mantis #2243Melanie Thielker1-484/+551
2008-09-22* Apply http://opensimulator.org/mantis/view.php?id=2234Justin Clarke Casey1-1/+12
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-09-20- Consistency fix: Like llGetNumberOfNotecardLines, llGetNotecardLine returns...Homer Horwitz1-1/+13
2008-09-20XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker1-5/+5
2008-09-19Guard LLRezObject against NaNMelanie Thielker1-2/+4
2008-09-19Mantis #2217Melanie Thielker1-1/+9
2008-09-18Fix llParcelMedia queries. Correct types and add a missing ToString() (XEngine)Melanie Thielker1-3/+3
2008-09-18From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield1-6/+6
2008-09-18Update svn properties, minor formatting cleanup.Jeff Ames1-3/+3
2008-09-18Kan-Ed fix series.Melanie Thielker1-2/+3
2008-09-18Another pointless multiplication/division removedMelanie Thielker1-2/+2
2008-09-18XEngine API refactor. Fully implement ALL_SIDES with sanity checks.Melanie Thielker1-88/+136
2008-09-18Kan-Ed fix series.Melanie Thielker1-31/+64
2008-09-18Kan-Ed fix series.Melanie Thielker1-91/+58
2008-09-17Kan-Ed fix series. Fix up llRezAtRoot and llRezObject, fix llCreateLinkMelanie Thielker1-10/+5
2008-09-17Kan-Ed fix series. Fix llTakeControls to behave as documented.Melanie Thielker1-0/+8
2008-09-17* Apply http://opensimulator.org/mantis/view.php?id=2206Justin Clarke Casey1-2/+11
2008-09-16Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-09-16* Apply http://opensimulator.org/mantis/view.php?id=2205 with a few small tweaksJustin Clarke Casey1-2/+2
2008-09-16* Apply http://opensimulator.org/mantis/view.php?id=2204 (with a small tweak)Justin Clarke Casey1-2/+12
2008-09-16* Apply http://opensimulator.org/mantis/view.php?id=2203Justin Clarke Casey1-2/+68
2008-09-16* Apply http://opensimulator.org/mantis/view.php?id=2202Justin Clarke Casey1-2/+2
2008-09-16* minor: oops, remove a warning I just inserted myself - naughty boyJustin Clarke Casey1-1/+1
2008-09-16* minor: method documentationJustin Clarke Casey1-2/+4
2008-09-15Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke1-1/+1
2008-09-14Added some further clipping to color- and alpha-values.Homer Horwitz1-49/+51
2008-09-14Mantis #2186Melanie Thielker1-12/+12
2008-09-13Fixed several cases of inverted colors and alpha in DNE and XEngine.Homer Horwitz1-35/+35
2008-09-13Update svn properties. Minor formatting cleanup. Fix some minor typos. Rem...Jeff Ames1-18/+2
2008-09-13Mantis #2018Melanie Thielker1-3/+0
2008-09-13Mantis #2182Melanie Thielker1-1/+1
2008-09-13Fix some string to float casting nastiness. The "train script" nowMelanie Thielker1-2/+3
2008-09-13Change all LSL functions to return LSL types instead of base types.Melanie Thielker1-133/+95
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-09-09Fix delimiter access from list for llParseStringKeepNullsMelanie Thielker1-4/+4
2008-09-08Remove casting nastiness in LSL_ApiMelanie Thielker1-76/+76
2008-09-08Correct state handling and state event masks. Prims will now showMelanie Thielker1-30/+23
2008-09-08Adapt the unit tests to the new list rules, change some casts toMelanie Thielker1-6/+7
2008-09-08Mantis #2147Melanie Thielker1-22/+24
2008-09-08Mantis #2144Melanie Thielker1-3/+3
2008-09-08Mantis #2145Melanie Thielker1-24/+24
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-5/+12
2008-09-08Implement llEjectFromLand.Charles Krinke1-1/+12
2008-09-08Add implementation for llSetSoundRadius().Charles Krinke1-1/+1