aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-07-25-add test for newly introduced cast operators (issue 1818)Mike Mazur1-4/+5
2008-07-25Add mingchen's fix for string->float cast to Shared/Melanie Thielker1-0/+4
2008-07-24Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur1-0/+10
2008-07-18Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770.Mike Mazur1-0/+5
2008-07-16Mantis#1755. Thank you kindly, Matth for a patch that solves:Charles Krinke1-14/+54
2008-07-10Mantis#1673. Thank you kindly, Matth for a patch that:Charles Krinke1-0/+20
2008-06-28Comment out StringTest until we use it somewhere.Charles Krinke1-16/+16
2008-06-25Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-7/+14
2008-06-09Update svn properties. Formatting cleanup.Jeff Ames1-1/+1
2008-06-07Patch for mantis#1493: Several patches to xengine. Thanks Melanie!Adam Johnson1-7/+53
2008-06-05Mantis#1437. Patch 3 of 4. Thank you kindly, Melanie for:Charles Krinke1-9/+64
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-4/+4
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, h...Teravus Ovares1-1/+47
2008-05-16Formatting cleanup.Jeff Ames1-11/+11
2008-05-16Thank you very much, mjm for :Charles Krinke1-14/+9
2008-05-14Formatting cleanup.Jeff Ames1-12/+10
2008-05-12Formatting cleanup.Jeff Ames1-12/+12
2008-05-11* Changed implicit string conversion to LSL_Types.LSLString in money event of...Teravus Ovares1-0/+3
2008-05-09From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-0/+12
2008-05-09Thank you, Melanie for a patch that helps conversionCharles Krinke1-0/+15
2008-05-06De-tabify source.Jeff Ames1-188/+188
2008-05-02Thank you kindly, Melanie for a patch to solveCharles Krinke1-35/+42
2008-05-01revert changeset 4469 as this breaks the script engine.Sean Dague1-7/+1
2008-05-01* Applied Mantis#1106 - fix missing cast from LSLInteger to uint, make int ca...Adam Frisby1-1/+7
2008-04-30Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares1-52/+124
2008-04-29* Applying melanie's List2Vector and List2Rot patch. Added a routine in the...Teravus Ovares1-0/+6
2008-04-26Thank you Melanie for implementingCharles Krinke1-0/+64
2008-04-24* Patch from Melanie. Mantis: 1040. Thanks Melanie!Teravus Ovares1-0/+62
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-13/+13
2008-04-16From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-13/+60