aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-1/+1
2008-08-15Thanks, krtaylor, for a patch that fixes llListSort() and llListRandomize() f...Mike Mazur1-1/+8
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker1-1/+1
2008-08-13Mantis#1942. Thank you kindly, Tyre for a patch that:Charles Krinke1-1/+2
2008-08-13Mantis#1934. Thank you Tyre for a patch that:Charles Krinke1-1/+11
2008-08-13Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke12-327/+992
2008-08-13Thank you, tyre, for a patch that fixes a null reference in LSLMelanie Thielker1-11/+10
2008-08-13Mantis#1925. Thank you, homerHorwitz for a patch that:Charles Krinke1-2/+3
2008-08-13Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker3-7/+123
2008-08-12Remove "static" from the AsyncCommand Manager to make it work properlyMelanie Thielker1-1/+1
2008-08-12Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-11* minor: replace hard tabs with soft 4 space tabs in previous patchJustin Clarke Casey1-6/+5
2008-08-11Mantis#1921. Thank you kindly, Leaf for a patch that:Charles Krinke1-9/+11
2008-08-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-08Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke1-115/+139
2008-08-07Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke1-1/+28
2008-08-07Minor formatting cleanup.Jeff Ames1-10/+10
2008-08-01Mantis#1859. Thank you kindly, Lmmz for a patch that:Charles Krinke1-3/+3
2008-07-31Mantis#1868. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+1
2008-07-31Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker2-2/+90
2008-07-31Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker2-0/+3
2008-07-31Thank you, sacha magne, for a patch that implementsMelanie Thielker2-0/+4
2008-07-31Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur1-7699/+7741
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2-2/+26
2008-07-31Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur1-7692/+8011
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur2-10/+14
2008-07-31More LSL_Types implicit/explicit cast changes. Fix issue 1854.Mike Mazur1-3/+3
2008-07-30Thank you, HomerHorwitz, for a patch thatMelanie Thielker1-1/+10
2008-07-28When casting strings to int, use double.Parse() as strings may be floats. WithMike Mazur1-2/+4
2008-07-28-implement LSLString -> Quaternion explicit castMike Mazur1-0/+10
2008-07-28-copy LSL_Types tests from Common/ to Shared/Mike Mazur1-6/+6
2008-07-28Refresh LSLTypes.cs in Shared/ from the one in Common/, which wasMelanie Thielker1-100/+45
2008-07-28Reinstate the configuration option on XEngine's use of the lexicalMelanie Thielker1-5/+1
2008-07-27Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,...Mike Mazur1-2/+6
2008-07-27Addresses Mantis #1688Melanie Thielker1-1/+1
2008-07-27Mantis#1831.Thank you kindly, Francis for a patch that addresses:Charles Krinke1-16/+10
2008-07-27Log to console if C# line/column lookup fails.Mike Mazur1-1/+2
2008-07-27Conversion from double to LSLInteger needs to be explicit. Fix issue 1826.Mike Mazur1-1/+1
2008-07-27Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 &Mike Mazur1-0/+20
2008-07-26* Changed a number of field names to ccc (public members shouldn't be called m_)lbsa711-1/+1
2008-07-25Add casts from integer to float. Fix issue 1822.Mike Mazur1-0/+5
2008-07-25-add test for newly introduced cast operators (issue 1818)Mike Mazur1-4/+5
2008-07-25Add mingchen's fix for string->float cast to Shared/Melanie Thielker1-0/+4
2008-07-25llApplyImpulse now accepts any non-zero integer as not FALSEDahlia Trimble1-9/+1
2008-07-24Update svn properties. Minor formatting cleanup.Jeff Ames1-3/+3
2008-07-24Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble1-3/+30
2008-07-24Replace the try/catch with a null check.Mike Mazur1-6/+3
2008-07-24Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur1-0/+10
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-6/+6
2008-07-23Attempt to fix Mantis #1804Melanie Thielker1-18/+5