| Commit message (Expand) | Author | Files | Lines |
2014-07-11 | If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the e... | Justin Clark-Casey (justincc) | 2 | -20/+23 |
2014-07-10 | refactor: use existing Compiler.CreateScriptsDirectory() (renamed to CheckOrC... | Justin Clark-Casey (justincc) | 1 | -26/+4 |
2014-06-19 | Improved line map heuristics. | Aleric Inglewood | 1 | -16/+40 |
2014-06-19 | Fix looking up line number and colum when there is no exact match. | Aleric Inglewood | 1 | -18/+11 |
2014-06-18 | refactor: Simplify compilation result tests by factoring out common code. | Justin Clark-Casey (justincc) | 1 | -71/+45 |
2014-06-18 | In compiler regression tests, setup and teardown structures for each test to ... | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2014-06-18 | Fix issue with LSL jumps screwing up the C# compiler error -> LSL code positi... | Justin Clark-Casey (justincc) | 2 | -8/+55 |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-05-27 | In compiler tests, remove the ResolveEventHandlers after test exit | Justin Clark-Casey (justincc) | 1 | -3/+6 |
2014-05-27 | Make CompilerTest add same AssemblyResolver as XEngine to see if this solves ... | Justin Clark-Casey (justincc) | 1 | -1/+7 |
2014-05-27 | Temporarily print regression TestCastAndConcatString() script compile errors ... | Justin Clark-Casey (justincc) | 1 | -4/+5 |
2014-05-24 | Fix issues where reported LSL compiler error line numbers do not match the sc... | Justin Clark-Casey (justincc) | 2 | -16/+16 |
2014-05-23 | Get regression test TestUseUndeclaredVariable() functional again, though not ... | Justin Clark-Casey (justincc) | 1 | -8/+19 |
2014-05-23 | Reactivate regression test TestCastAndConcatString() in CompilerTests. | Justin Clark-Casey (justincc) | 2 | -10/+18 |
2014-03-26 | Also take YP/commented out JS references from script engine CodeTools. | Justin Clark-Casey (justincc) | 2 | -157/+0 |
2013-12-21 | Add lsl arg syntax checking for control event | Justin Clark-Casey (justincc) | 2 | -9386/+9716 |
2013-12-21 | refactor: rename internal lsl parser VectorDeclaration -> VecDeclaration for ... | Justin Clark-Casey (justincc) | 1 | -7907/+7903 |
2013-12-21 | Add arg checking for at_target lsl event | Justin Clark-Casey (justincc) | 2 | -8828/+9158 |
2013-12-21 | Add lsl event arg checking for at_rot_target | Justin Clark-Casey (justincc) | 2 | -8915/+9306 |
2013-12-21 | Add lsl event argument checking for attach and on_rez | Justin Clark-Casey (justincc) | 2 | -8593/+8946 |
2013-11-29 | Add parameter checking for land_collision, land_collision_start and land_coll... | Justin Clark-Casey (justincc) | 2 | -7784/+8165 |
2013-11-16 | Add regression test to check that specifying a non-existent event raise a syn... | Justin Clark-Casey (justincc) | 1 | -0/+9 |
2013-11-16 | Add syntax checking for no_sensor() no-arg event | Justin Clark-Casey (justincc) | 2 | -4970/+4981 |
2013-11-16 | refactor common code out of no argument LSL event regression tests | Justin Clark-Casey (justincc) | 1 | -14/+13 |
2013-11-16 | If anything other than a single integer is specified for events that only tak... | Justin Clark-Casey (justincc) | 2 | -8245/+8691 |
2013-11-16 | Make state_exit, moving_end, moving_start, not_at_rot_target, not_at_target a... | Justin Clark-Casey (justincc) | 2 | -7447/+7520 |
2013-11-16 | refactor LSL_EventTests.TestStateEntryEvent into single method to test compile | Justin Clark-Casey (justincc) | 1 | -14/+17 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-11-09 | Add initial test for checking that specifying a parameter in LSL state_entry(... | Justin Clark-Casey (justincc) | 1 | -0/+64 |
2013-11-02 | If the LSL state_entry() event definition contains any parameters, then gener... | Justin Clark-Casey (justincc) | 4 | -7471/+7692 |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-02 | Fix problem with modInvoke defined integer constants being build into | Robert Adams | 1 | -1/+1 |
2013-03-13 | Make C# scripts return correct error line and column numbers instead of faili... | Justin Clark-Casey (justincc) | 1 | -3/+8 |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 |
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 |
2013-01-30 | Fix issue where lsl -> c# generation in co-operative termination mode did not... | Justin Clark-Casey (justincc) | 1 | -9/+21 |
2013-01-24 | Remove unnecessary System.Linq reference from Compiler.cs | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2013-01-23 | If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont... | Justin Clark-Casey (justincc) | 1 | -12/+18 |
2013-01-22 | Fix bug in generating termination checks in compound statement for loop. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-01-17 | Implement non-wait co-operative termination of scripts for XEngine in additio... | Justin Clark-Casey (justincc) | 2 | -65/+134 |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2012-11-14 | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 1 | -0/+33 |
2012-08-18 | Add a reference to OpenMetaverseType.dll to compiled script assemblies. | Melanie | 1 | -0/+2 |
2012-07-31 | Adds support to ScriptModuleComms for region modules to export | Mic Bowman | 1 | -2/+37 |
2012-07-11 | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 1 | -5/+3 |
2012-06-11 | Revert "Bind ~ and ! operators in LSL tighter in order to resolve issues in L... | Justin Clark-Casey (justincc) | 1 | -3956/+3978 |
2012-06-09 | Bind ~ and ! operators in LSL tighter in order to resolve issues in LSL where... | Justin Clark-Casey (justincc) | 1 | -3978/+3956 |
2012-03-15 | Protect the scriptmodulecomms interface. | Mic Bowman | 1 | -1/+4 |