aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-09* Fixed a number of culture-variant bugs in lsl implicit type conversions.lbsa711-9/+11
2009-04-09* argh. reverted untested fix that snuck into the last commitlbsa711-2/+1
2009-04-09* tagged some more database tests as suchlbsa711-1/+2
2009-03-07Correct casts so that the target id in the at_target event matches the origin...idb1-0/+5
2009-02-16* Apply http://opensimulator.org/mantis/view.php?id=3165Justin Clarke Casey1-125/+109
2009-02-14Add an override for the % operator.idb1-0/+6
2009-01-25Add an override of the ! operator to lsl integer.idb1-0/+5
2009-01-20Added overrides for == and != for list.idb1-0/+24
2009-01-17Change list type to compare length instead of references.Melanie Thielker1-0/+12
2008-12-12Made the casting of stings to floats more robust and work more like SL.idb1-14/+18
2008-11-03Mantis #2530. Thank you kindly, Idb for a patch that:Charles Krinke1-5/+5
2008-11-01* Apply http://opensimulator.org/mantis/view.php?id=2440Justin Clarke Casey1-4/+27
2008-11-01* Apply http://opensimulator.org/mantis/view.php?id=2521Justin Clarke Casey1-0/+5
2008-10-29* Apply patch in http://opensimulator.org/mantis/view.php?id=2494Justin Clarke Casey1-0/+25
2008-10-27Thank you kindly, Idb for a patch that solves:Charles Krinke1-0/+6
2008-10-12Fix LSL bitwise OrMelanie Thielker1-0/+6
2008-10-11Add shift operator overloads to LSLInteger. If you get error messages whenMelanie Thielker1-0/+10
2008-10-11Add a + operator to LSLString, otherwise you will end up with CIL strings ifHomer Horwitz1-0/+5
2008-09-28Mantis #1922Melanie Thielker1-1/+1
2008-09-24Mantis #2250Melanie Thielker1-1/+1
2008-09-23Mantis #2243Melanie Thielker1-8/+10
2008-09-21* minor: warnings removalJustin Clarke Casey1-1/+1
2008-09-21Mantis #2232Melanie Thielker1-21/+26
2008-09-21Mantis #2230Melanie Thielker1-0/+12
2008-09-13Fix some string to float casting nastiness. The "train script" nowMelanie Thielker1-1/+11
2008-09-13Fix string parameters to functions taking lists as arguments. LSLMelanie Thielker1-0/+4
2008-09-10Mantis #511Melanie Thielker1-4/+8
2008-09-09Fix llResetScript() and the reset button to actually restore globalMelanie Thielker1-0/+2
2008-09-09Fix string -> int cast to variableMelanie Thielker1-3/+8
2008-09-08Adapt the unit tests to the new list rules, change some casts toMelanie Thielker1-1/+6
2008-09-08Mantis #2147Melanie Thielker1-4/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-1/+1
2008-09-05Mantis#2126. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke1-1/+63
2008-09-03Mantis #2112Melanie Thielker1-1/+6
2008-09-02Fix regex for string->int cast to accept leading spaces and a signMelanie Thielker1-1/+1
2008-09-02Change some chat output functions so that text is truncated atMelanie Thielker1-1/+8
2008-09-01This is an attempt to fix the handling of constants in LSL.Melanie Thielker1-19/+19
2008-08-19Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs.Mike Mazur1-91/+96
2008-08-19Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well.Mike Mazur1-2/+94
2008-08-18Formatting cleanup.Jeff Ames1-11/+11
2008-08-16Mantis#1963. Thank you kindly, Krtaylor for a patch that solves:Charles Krinke1-0/+10
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur1-0/+24
2008-07-31More LSL_Types implicit/explicit cast changes. Fix issue 1854.Mike Mazur1-3/+3
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-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-25Add casts from integer to float. Fix issue 1822.Mike Mazur1-0/+5