aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common (unfollow)
Commit message (Expand)AuthorFilesLines
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#1941. Thank you kindly, Tyre for a patch thatCharles Krinke1-34/+4
2008-08-13Mantis#1934. Thank you Tyre for a patch that:Charles Krinke1-1/+11
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-1/+30
2008-08-13From: Omar Vera Ustariz <ustariz@de.ibm.com>Dr Scofield3-7/+123
2008-08-12Minor formatting cleanup.Jeff Ames2-2/+2
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-10/+11
2008-08-10Mantis#1910. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+5
2008-08-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-09* Remove warningsJustin Clarke Casey1-1/+1
2008-08-08Mantis#1521. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-115/+139
2008-08-07Mantis#1899. Thank you kindly, Cmickeyb for a patch that:Charles Krinke3-11/+11
2008-08-07Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke1-0/+27
2008-08-07Minor formatting cleanup.Jeff Ames3-13/+13
2008-08-05* oops, fix build break from last checkinJustin Clarke Casey1-2/+2
2008-08-05* possible fix for event queue problems (exceptions and event count max excee...Justin Clarke Casey1-1/+17
2008-08-04Fix wrong bitmask value in script engine that would make a mess ofMelanie Thielker1-1/+1
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/+91
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-31Thanks, M. Igarashi & nlin, for a patch that implements unary minus operatorMike Mazur1-0/+5
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2-2/+26
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/+5
2008-07-28Adding explicit cast from LSLFloat to LSLInteger. Work on issue 1822.Mike Mazur1-0/+5
2008-07-28-copy LSL_Types tests from Common/ to Shared/Mike Mazur1-3/+3
2008-07-27Re-fix r5681. Sorry for the inconvenience. We will now return youMelanie Thielker1-0/+1
2008-07-27Addresses Mantis #1611Melanie Thielker1-0/+3
2008-07-27Addresses Mantis #1688Melanie Thielker1-1/+1
2008-07-27Mantis#1831.Thank you kindly, Francis for a patch that addresses:Charles Krinke1-14/+10
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-0/+1
2008-07-25*Fixes #0001818: typecast string to floatmingchen1-0/+4
2008-07-25llApplyImpulse now accepts any non-zero integer as not FALSEDahlia Trimble1-12/+4
2008-07-24Update svn properties. Minor formatting cleanup.Jeff Ames1-2/+2
2008-07-24Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble1-3/+30
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-17/+4
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-32/+32