aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_TypesTestVector3.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)1-1/+1
automatically turns off any logging enabled between tests
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ↵Justin Clark-Casey (justincc)1-4/+5
they're running
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
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-28-copy LSL_Types tests from Common/ to Shared/Mike Mazur1-2/+2
-fix some whitespace/formatting
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