aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Fixed a number of culture-variant bugs in lsl implicit type conversions.lbsa712009-04-091-9/+11
* * argh. reverted untested fix that snuck into the last commitlbsa712009-04-091-2/+1
* * tagged some more database tests as suchlbsa712009-04-091-1/+2
* Correct casts so that the target id in the at_target event matches the origin...idb2009-03-071-0/+5
* * Apply http://opensimulator.org/mantis/view.php?id=3165Justin Clarke Casey2009-02-161-125/+109
* Add an override for the % operator.idb2009-02-141-0/+6
* Add an override of the ! operator to lsl integer.idb2009-01-251-0/+5
* Added overrides for == and != for list.idb2009-01-201-0/+24
* Change list type to compare length instead of references.Melanie Thielker2009-01-171-0/+12
* Made the casting of stings to floats more robust and work more like SL.idb2008-12-121-14/+18
* Mantis #2530. Thank you kindly, Idb for a patch that:Charles Krinke2008-11-031-5/+5
* * Apply http://opensimulator.org/mantis/view.php?id=2440Justin Clarke Casey2008-11-011-4/+27
* * Apply http://opensimulator.org/mantis/view.php?id=2521Justin Clarke Casey2008-11-011-0/+5
* * Apply patch in http://opensimulator.org/mantis/view.php?id=2494Justin Clarke Casey2008-10-291-0/+25
* Thank you kindly, Idb for a patch that solves:Charles Krinke2008-10-271-0/+6
* Fix LSL bitwise OrMelanie Thielker2008-10-121-0/+6
* Add shift operator overloads to LSLInteger. If you get error messages whenMelanie Thielker2008-10-111-0/+10
* Add a + operator to LSLString, otherwise you will end up with CIL strings ifHomer Horwitz2008-10-111-0/+5
* Mantis #1922Melanie Thielker2008-09-281-1/+1
* Mantis #2250Melanie Thielker2008-09-241-1/+1
* Mantis #2243Melanie Thielker2008-09-231-8/+10
* * minor: warnings removalJustin Clarke Casey2008-09-211-1/+1
* Mantis #2232Melanie Thielker2008-09-211-21/+26
* Mantis #2230Melanie Thielker2008-09-211-0/+12
* Fix some string to float casting nastiness. The "train script" nowMelanie Thielker2008-09-131-1/+11
* Fix string parameters to functions taking lists as arguments. LSLMelanie Thielker2008-09-131-0/+4
* Mantis #511Melanie Thielker2008-09-101-4/+8
* Fix llResetScript() and the reset button to actually restore globalMelanie Thielker2008-09-091-0/+2
* Fix string -> int cast to variableMelanie Thielker2008-09-091-3/+8
* Adapt the unit tests to the new list rules, change some casts toMelanie Thielker2008-09-081-1/+6
* Mantis #2147Melanie Thielker2008-09-081-4/+3
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-1/+1
* Mantis#2126. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke2008-09-051-1/+63
* Mantis #2112Melanie Thielker2008-09-031-1/+6
* Fix regex for string->int cast to accept leading spaces and a signMelanie Thielker2008-09-021-1/+1
* Change some chat output functions so that text is truncated atMelanie Thielker2008-09-021-1/+8
* This is an attempt to fix the handling of constants in LSL.Melanie Thielker2008-09-011-19/+19
* Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs.Mike Mazur2008-08-191-91/+96
* Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well.Mike Mazur2008-08-191-2/+94
* Formatting cleanup.Jeff Ames2008-08-181-11/+11
* Mantis#1963. Thank you kindly, Krtaylor for a patch that solves:Charles Krinke2008-08-161-0/+10
* -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/+10
* -copy LSL_Types tests from Common/ to Shared/Mike Mazur2008-07-281-6/+6
* Refresh LSLTypes.cs in Shared/ from the one in Common/, which wasMelanie Thielker2008-07-281-100/+45
* 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