aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-08-1323-584/+2060
* Thank you, tyre, for a patch that fixes a null reference in LSLMelanie Thielker2008-08-132-22/+20
* Mantis#1925. Thank you, homerHorwitz for a patch that:Charles Krinke2008-08-132-3/+33
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-08-133-7/+123
* From: Omar Vera Ustariz <ustariz@de.ibm.com>Dr Scofield2008-08-133-7/+123
* Remove "static" from the AsyncCommand Manager to make it work properlyMelanie Thielker2008-08-121-1/+1
* Minor formatting cleanup.Jeff Ames2008-08-123-3/+3
* * minor: replace hard tabs with soft 4 space tabs in previous patchJustin Clarke Casey2008-08-112-12/+10
* Mantis#1921. Thank you kindly, Leaf for a patch that:Charles Krinke2008-08-112-19/+22
* Mantis#1910. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-101-1/+5
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-102-2/+2
* * Remove warningsJustin Clarke Casey2008-08-091-1/+1
* Mantis#1521. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-081-115/+139
* Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke2008-08-081-115/+139
* Mantis#1899. Thank you kindly, Cmickeyb for a patch that:Charles Krinke2008-08-073-11/+11
* Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-072-1/+55
* Minor formatting cleanup.Jeff Ames2008-08-074-23/+23
* * oops, fix build break from last checkinJustin Clarke Casey2008-08-051-2/+2
* * possible fix for event queue problems (exceptions and event count max excee...Justin Clarke Casey2008-08-051-1/+17
* Fix wrong bitmask value in script engine that would make a mess ofMelanie Thielker2008-08-042-2/+2
* Mantis#1859. Thank you kindly, Lmmz for a patch that:Charles Krinke2008-08-012-6/+6
* Mantis#1868. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-07-312-2/+2
* Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker2008-07-314-4/+181
* Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker2008-07-314-0/+6
* Thank you, sacha magne, for a patch that implementsMelanie Thielker2008-07-314-0/+8
* Thanks, M. Igarashi & nlin, for a patch that implements unary minus operatorMike Mazur2008-07-311-0/+5
* Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur2008-07-312-15398/+15482
* -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2008-07-314-4/+52
* Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur2008-07-312-15384/+16022
* Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur2008-07-314-20/+28
* More LSL_Types implicit/explicit cast changes. Fix issue 1854.Mike Mazur2008-07-312-6/+6
* Thank you, HomerHorwitz, for a patch thatMelanie Thielker2008-07-302-2/+20
* When casting strings to int, use double.Parse() as strings may be floats. WithMike Mazur2008-07-282-4/+8
* -implement LSLString -> Quaternion explicit castMike Mazur2008-07-282-0/+15
* Adding explicit cast from LSLFloat to LSLInteger. Work on issue 1822.Mike Mazur2008-07-281-0/+5
* -copy LSL_Types tests from Common/ to Shared/Mike Mazur2008-07-282-9/+9
* Refresh LSLTypes.cs in Shared/ from the one in Common/, which wasMelanie Thielker2008-07-281-100/+45
* Reinstate the configuration option on XEngine's use of the lexicalMelanie Thielker2008-07-281-5/+1
* Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,...Mike Mazur2008-07-272-22/+25
* Re-fix r5681. Sorry for the inconvenience. We will now return youMelanie Thielker2008-07-271-0/+1
* Addresses Mantis #1611Melanie Thielker2008-07-271-0/+3
* Addresses Mantis #1688Melanie Thielker2008-07-272-2/+2
* Mantis#1831.Thank you kindly, Francis for a patch that addresses:Charles Krinke2008-07-272-30/+20
* Log to console if C# line/column lookup fails.Mike Mazur2008-07-272-2/+4
* Conversion from double to LSLInteger needs to be explicit. Fix issue 1826.Mike Mazur2008-07-272-2/+2
* Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 &Mike Mazur2008-07-272-0/+40
* * Changed a number of field names to ccc (public members shouldn't be called m_)lbsa712008-07-263-3/+3
* Add casts from integer to float. Fix issue 1822.Mike Mazur2008-07-252-0/+10
* -add test for newly introduced cast operators (issue 1818)Mike Mazur2008-07-252-4/+6
* Add mingchen's fix for string->float cast to Shared/Melanie Thielker2008-07-251-0/+4