aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *Fixes #0001818: typecast string to floatmingchen2008-07-251-0/+4
* llApplyImpulse now accepts any non-zero integer as not FALSEDahlia Trimble2008-07-252-21/+5
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-242-5/+5
* Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble2008-07-242-6/+60
* Replace the try/catch with a null check.Mike Mazur2008-07-242-12/+6
* Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur2008-07-242-0/+20
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-232-12/+12
* Attempt to fix Mantis #1804Melanie Thielker2008-07-232-35/+9
* Fix Mantis #1759Melanie Thielker2008-07-231-2/+2
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-232-64/+64
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-237-54/+54
* Fix issue 1760. If the inventory item is not found, llSay() and throw an exce...Mike Mazur2008-07-232-7/+13
* Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur2008-07-232-3/+44
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-233-231/+500