aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-75/+75
* Mantis#1964. Thank you kindly, BlueWall for a patch that:Charles Krinke2008-08-161-3/+63
* Mantis#1963. Thank you kindly, Krtaylor for a patch that solves:Charles Krinke2008-08-161-0/+10
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-162-6/+7
* Pantis #1957Melanie Thielker2008-08-151-3/+11
* Mantis #1961Melanie Thielker2008-08-151-0/+34
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-1/+1
* Thanks, krtaylor, for a patch that fixes llListSort() and llListRandomize() f...Mike Mazur2008-08-151-1/+8
* Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2008-08-141-1/+1
* Mantis#1942. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-131-1/+2
* Mantis#1934. Thank you Tyre for a patch that:Charles Krinke2008-08-131-1/+11
* Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-08-1312-327/+992
* Thank you, tyre, for a patch that fixes a null reference in LSLMelanie Thielker2008-08-131-11/+10
* Mantis#1925. Thank you, homerHorwitz for a patch that:Charles Krinke2008-08-131-2/+3
* Port the llParcelMediaQuery forward to the new Shared/ directoryMelanie Thielker2008-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-121-1/+1
* * minor: replace hard tabs with soft 4 space tabs in previous patchJustin Clarke Casey2008-08-111-6/+5
* Mantis#1921. Thank you kindly, Leaf for a patch that:Charles Krinke2008-08-111-9/+11
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-101-1/+1
* Mantis#1521. Thank you kindly, Lmmz for a patch that:Charles Krinke2008-08-081-115/+139
* Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-071-1/+28
* Minor formatting cleanup.Jeff Ames2008-08-071-10/+10
* Mantis#1859. Thank you kindly, Lmmz for a patch that:Charles Krinke2008-08-011-3/+3
* Mantis#1868. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-07-311-1/+1
* Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker2008-07-312-2/+90
* Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker2008-07-312-0/+3
* Thank you, sacha magne, for a patch that implementsMelanie Thielker2008-07-312-0/+4
* Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur2008-07-311-7699/+7741
* -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2008-07-312-2/+26
* Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur2008-07-311-7692/+8011
* Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur2008-07-312-10/+14
* More LSL_Types implicit/explicit cast changes. Fix issue 1854.Mike Mazur2008-07-311-3/+3
* Thank you, HomerHorwitz, for a patch thatMelanie Thielker2008-07-301-1/+10
* When casting strings to int, use double.Parse() as strings may be floats. WithMike Mazur2008-07-281-2/+4
* -implement LSLString -> Quaternion explicit castMike Mazur2008-07-281-0/+10
* -copy LSL_Types tests from Common/ to Shared/Mike Mazur2008-07-281-6/+6
* 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-271-2/+6
* Addresses Mantis #1688Melanie Thielker2008-07-271-1/+1
* Mantis#1831.Thank you kindly, Francis for a patch that addresses:Charles Krinke2008-07-271-16/+10
* Log to console if C# line/column lookup fails.Mike Mazur2008-07-271-1/+2
* Conversion from double to LSLInteger needs to be explicit. Fix issue 1826.Mike Mazur2008-07-271-1/+1
* Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 &Mike Mazur2008-07-271-0/+20
* * Changed a number of field names to ccc (public members shouldn't be called m_)lbsa712008-07-261-1/+1
* Add casts from integer to float. Fix issue 1822.Mike Mazur2008-07-251-0/+5
* -add test for newly introduced cast operators (issue 1818)Mike Mazur2008-07-251-4/+5
* Add mingchen's fix for string->float cast to Shared/Melanie Thielker2008-07-251-0/+4
* llApplyImpulse now accepts any non-zero integer as not FALSEDahlia Trimble2008-07-251-9/+1