| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |