aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_Types.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Formatting cleanup.Jeff Ames2008-03-181-28/+25
* Refactor out some duplicate code.Jeff Ames2008-03-111-3/+3
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+1
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Implements llListStatistics() and a bunch-o-LSL_Types.list statistical method...alondria2008-02-101-0/+229
* Fixed typo in Mag() (Thanks lc_tuco for pointing this out)Jeff Ames2008-02-061-1/+1
* Added explicit Quaternion->string and list->string conversions.alondria2008-02-051-0/+21
* Added llRot2Fwd, llRot2Left, and llRot2Up as well as explicit vector->string ...alondria2008-02-031-0/+5
* Added llParseString2List (and a few extra methods to LSL_Types.list).alondria2008-02-021-0/+23
* * Mother of all commits:Adam Frisby2008-01-151-2/+2
* Fixed nant compile problemTedd Hansen2008-01-011-8/+17
* Trying to fix nant compile errorTedd Hansen2008-01-011-327/+318
* Temp removed new data types patch from Mantis #272, causing compile problems ...Tedd Hansen2008-01-011-336/+337
* Minor changes. Changed Prebuild.xml to avoid first-time-compile error because...Tedd Hansen2008-01-011-306/+330