aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_Types.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker2008-09-231-1834/+0
* Mantis #2243Melanie Thielker2008-09-231-24/+123
* * minor: warnings removalJustin Clarke Casey2008-09-211-1/+1
* Mantis #2232Melanie Thielker2008-09-211-5/+28
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-1/+1
* Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs.Mike Mazur2008-08-191-0/+10
* Formatting cleanup.Jeff Ames2008-08-181-12/+12
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-91/+91
* Mantis#1890. Thank you kindly, Godfrey, for a patch that addresses:Charles Krinke2008-08-161-2/+94
* Thanks, M. Igarashi & nlin, for a patch that implements unary minus operatorMike Mazur2008-07-311-0/+5
* -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2008-07-311-0/+24
* More LSL_Types implicit/explicit cast changes. Fix issue 1854.Mike Mazur2008-07-311-3/+3
* 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/+5
* 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-281-3/+3
* 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
* 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-0/+1
* *Fixes #0001818: typecast string to floatmingchen2008-07-251-0/+4
* Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur2008-07-241-0/+10
* Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770.Mike Mazur2008-07-181-0/+5
* Mantis#1755. Thank you kindly, Matth for a patch that solves:Charles Krinke2008-07-161-18/+53
* Mantis#1746. Thank you kindly, nlin for pointing out thatCharles Krinke2008-07-161-2/+2
* I had to revert the Mantis#1746 patch as although the local buildCharles Krinke2008-07-151-2/+2
* Mantis#1746. Thank you kindly, nlin & M.Igarashi for a patch that:Charles Krinke2008-07-151-2/+2
* Mantis#1673. Thank you kindly, Matth for a patch that:Charles Krinke2008-07-101-0/+20
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-2/+2
* Mantis#1623. Thank you, Melanie for a patch that:Charles Krinke2008-06-281-0/+25
* Mantis#1469. Thank you kindly, Mikem for a patch that addresses:Charles Krinke2008-06-091-0/+24
* Mantis#1451. Thank you kindly, Mikem for a patch that addresses:Charles Krinke2008-06-051-9/+64
* Formatting cleanup.Jeff Ames2008-05-161-11/+11
* Thank you very much, mjm for :Charles Krinke2008-05-161-14/+9
* Formatting cleanup.Jeff Ames2008-05-141-12/+10
* Formatting cleanup.Jeff Ames2008-05-121-12/+12
* * Changed implicit string conversion to LSL_Types.LSLString in money event of...Teravus Ovares2008-05-111-0/+3
* From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey2008-05-091-0/+12
* Thank you, Melanie for a patch that helps conversionCharles Krinke2008-05-091-0/+15
* De-tabify source.Jeff Ames2008-05-061-188/+188
* Thank you kindly, Melanie for a patch to solveCharles Krinke2008-05-021-35/+42
* revert changeset 4469 as this breaks the script engine.Sean Dague2008-05-011-7/+1
* * Applied Mantis#1106 - fix missing cast from LSLInteger to uint, make int ca...Adam Frisby2008-05-011-1/+7
* Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares2008-04-301-52/+124
* * Applying melanie's List2Vector and List2Rot patch. Added a routine in the...Teravus Ovares2008-04-291-0/+6
* Thank you Melanie for implementingCharles Krinke2008-04-261-0/+64
* * Patch from Melanie. Mantis: 1040. Thanks Melanie!Teravus Ovares2008-04-241-0/+62
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-13/+13
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-161-13/+60
* Adds in +, -, and / operators for Rotations (and fixes Mantis 671)alondria2008-03-211-0/+17