| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminated some warnings | Oren Hurvitz | 2014-07-21 | 1 | -1/+1 |
* | If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the e... | Justin Clark-Casey (justincc) | 2014-07-11 | 1 | -1/+3 |
* | refactor: Simplify compilation result tests by factoring out common code. | Justin Clark-Casey (justincc) | 2014-06-18 | 1 | -71/+45 |
* | In compiler regression tests, setup and teardown structures for each test to ... | Justin Clark-Casey (justincc) | 2014-06-18 | 1 | -1/+5 |
* | Fix issue with LSL jumps screwing up the C# compiler error -> LSL code positi... | Justin Clark-Casey (justincc) | 2014-06-18 | 1 | -5/+52 |
* | In compiler tests, remove the ResolveEventHandlers after test exit | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -3/+6 |
* | Make CompilerTest add same AssemblyResolver as XEngine to see if this solves ... | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -1/+7 |
* | Temporarily print regression TestCastAndConcatString() script compile errors ... | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -4/+5 |
* | Fix issues where reported LSL compiler error line numbers do not match the sc... | Justin Clark-Casey (justincc) | 2014-05-24 | 1 | -15/+15 |
* | Get regression test TestUseUndeclaredVariable() functional again, though not ... | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -8/+19 |
* | Reactivate regression test TestCastAndConcatString() in CompilerTests. | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -8/+16 |
* | Add lsl arg syntax checking for control event | Justin Clark-Casey (justincc) | 2013-12-21 | 1 | -0/+17 |
* | Add arg checking for at_target lsl event | Justin Clark-Casey (justincc) | 2013-12-21 | 1 | -0/+17 |
* | Add lsl event arg checking for at_rot_target | Justin Clark-Casey (justincc) | 2013-12-21 | 1 | -0/+16 |
* | Add lsl event argument checking for attach and on_rez | Justin Clark-Casey (justincc) | 2013-12-21 | 1 | -0/+26 |
* | Add parameter checking for land_collision, land_collision_start and land_coll... | Justin Clark-Casey (justincc) | 2013-11-29 | 1 | -1/+37 |
* | Add regression test to check that specifying a non-existent event raise a syn... | Justin Clark-Casey (justincc) | 2013-11-16 | 1 | -0/+9 |
* | Add syntax checking for no_sensor() no-arg event | Justin Clark-Casey (justincc) | 2013-11-16 | 1 | -0/+9 |
* | refactor common code out of no argument LSL event regression tests | Justin Clark-Casey (justincc) | 2013-11-16 | 1 | -14/+13 |
* | If anything other than a single integer is specified for events that only tak... | Justin Clark-Casey (justincc) | 2013-11-16 | 1 | -2/+105 |
* | Make state_exit, moving_end, moving_start, not_at_rot_target, not_at_target a... | Justin Clark-Casey (justincc) | 2013-11-16 | 1 | -0/+60 |
* | refactor LSL_EventTests.TestStateEntryEvent into single method to test compile | Justin Clark-Casey (justincc) | 2013-11-16 | 1 | -14/+17 |
* | Add initial test for checking that specifying a parameter in LSL state_entry(... | Justin Clark-Casey (justincc) | 2013-11-09 | 1 | -0/+64 |
* | If the LSL state_entry() event definition contains any parameters, then gener... | Justin Clark-Casey (justincc) | 2013-11-02 | 1 | -0/+1 |
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 2 | -2/+2 |
* | Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop() | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -8/+14 |
* | Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ... | Justin Clark-Casey (justincc) | 2012-03-06 | 2 | -1/+101 |
* | FINALLY! Script compile errors now appear in the script error pane, | Melanie | 2009-12-22 | 1 | -2/+2 |
* | Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-06-09 | 1 | -3/+3 |
* | Skip lone ident statments or for-loop assignments | Mike Mazur | 2009-06-07 | 1 | -0/+51 |
* | Allow empty assignment in for-loop | Mike Mazur | 2009-06-07 | 1 | -0/+25 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 2 | -2/+2 |
* | Remove chained tests in BasicGridTest.cs. | Mike Mazur | 2009-03-11 | 1 | -1/+1 |
* | Allow /* C-style comments */ in LSL scripts. | Mike Mazur | 2009-02-25 | 1 | -0/+29 |
* | Thanks DoranZemlja for a patch implementing non-shortcircuiting in | Mike Mazur | 2009-02-20 | 1 | -8/+12 |
* | * Fix test failure in CSCodeGeneratorTest.TestJumps() | Justin Clarke Casey | 2008-11-06 | 1 | -1/+1 |
* | Adapt tests to new friendly errors and correct line numbers | Melanie Thielker | 2008-10-07 | 1 | -2/+2 |
* | Update unit tests | Melanie Thielker | 2008-09-27 | 1 | -13/+6 |
* | Refactor XEngine parser as per suggestions from mikem | Melanie Thielker | 2008-09-23 | 1 | -14/+14 |
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 2 | -0/+1758 |