aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+1
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop()Justin Clark-Casey (justincc)2012-03-061-8/+14
* Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)2012-03-061-0/+95
* FINALLY! Script compile errors now appear in the script error pane,Melanie2009-12-221-2/+2
* Formatting cleanup. Ignore some generated files.Jeff Ames2009-06-091-3/+3
* Skip lone ident statments or for-loop assignmentsMike Mazur2009-06-071-0/+51
* Allow empty assignment in for-loopMike Mazur2009-06-071-0/+25
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Remove chained tests in BasicGridTest.cs.Mike Mazur2009-03-111-1/+1
* Allow /* C-style comments */ in LSL scripts.Mike Mazur2009-02-251-0/+29
* Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur2009-02-201-8/+12
* * Fix test failure in CSCodeGeneratorTest.TestJumps()Justin Clarke Casey2008-11-061-1/+1
* Adapt tests to new friendly errors and correct line numbersMelanie Thielker2008-10-071-2/+2
* Update unit testsMelanie Thielker2008-09-271-13/+6
* Refactor XEngine parser as per suggestions from mikemMelanie Thielker2008-09-231-14/+14
* changes to Test directory structure per opensim-dev conversationSean Dague2008-09-081-0/+1605