aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestLSLInteger.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ↵Justin Clark-Casey (justincc)1-0/+8
they're running
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2008-09-28Mantis #1922Melanie Thielker1-0/+1
Thank you, idb, for a patch that addresses hex digits erroneously being recognized as valid and parsed in a decimal number
2008-09-21Mantis #2232Melanie Thielker1-0/+8
Thank you, idb, for a patch that fixes an overflow issue in casting string -> int for both engines, and adds tests!
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague1-0/+0
2008-09-04complete rationalization of unit tests that we currently runSean Dague1-0/+0
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur1-0/+21
used in scripts -cast from bool to LSL{Integer,Float,String} so functions such as `integer isZero(integer x) { return (x == 0); }` work -progress on issue 1863
2008-07-28When casting strings to int, use double.Parse() as strings may be floats. WithMike Mazur1-1/+42
this commit, issue 1822 should be fixed.
2008-07-28-implement LSLString -> Quaternion explicit castMike Mazur1-2/+2
-sync Shared/LSL_Types.cs with Common/LSL_Types.cs -get the test script in issue 1822 to compile
2008-07-28Adding explicit cast from LSLFloat to LSLInteger. Work on issue 1822.Mike Mazur1-16/+25
2008-07-19Update svn properties. Fix some inconsistent newlines.Jeff Ames1-62/+62
2008-07-16Mantis#1746. Thank you kindly, nlin for pointing out thatCharles Krinke1-61/+62
I needed to apply the patch a little better then last night for: Dot product operator in LSL_Types.cs incorrectly returns a component-wise vector multiplication; it should return a scalar dot product. Thanks to M. Igarashi for the patch.
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-2/+2
2008-05-01* Rolled back a few changes.Adam Frisby1-3/+3
2008-05-01* Cleaning code still.Adam Frisby1-3/+3
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-1/+0
(this took a while to run).
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-4/+2
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-01-09Dynamic loading of ScriptEngine in ScriptServerTedd Hansen1-7/+6
ScriptServer event pipe (OpenSim->ScriptServer->ScriptEngine) should in theory be done
2007-10-30* Optimized usingslbsa711-6/+3
* Shortened type references * Removed redundant 'this' qualifier
2007-10-15* Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵lbsa711-0/+28
messages. Thanks Chillken!
2007-10-05getting all our line endings consistant againSean Dague1-41/+41
2007-09-25More reorganizing of new SE. Added debug print of application exception.Tedd Hansen1-3/+3
2007-09-24More structural changes to new SETedd Hansen1-0/+41