aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/LSL_EventTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add lsl arg syntax checking for control eventJustin Clark-Casey (justincc)2013-12-211-0/+17
* Add arg checking for at_target lsl eventJustin Clark-Casey (justincc)2013-12-211-0/+17
* Add lsl event arg checking for at_rot_targetJustin Clark-Casey (justincc)2013-12-211-0/+16
* Add lsl event argument checking for attach and on_rezJustin Clark-Casey (justincc)2013-12-211-0/+26
* Add parameter checking for land_collision, land_collision_start and land_coll...Justin Clark-Casey (justincc)2013-11-291-1/+37
* Add regression test to check that specifying a non-existent event raise a syn...Justin Clark-Casey (justincc)2013-11-161-0/+9
* Add syntax checking for no_sensor() no-arg eventJustin Clark-Casey (justincc)2013-11-161-0/+9
* refactor common code out of no argument LSL event regression testsJustin Clark-Casey (justincc)2013-11-161-14/+13
* If anything other than a single integer is specified for events that only tak...Justin Clark-Casey (justincc)2013-11-161-2/+105
* Make state_exit, moving_end, moving_start, not_at_rot_target, not_at_target a...Justin Clark-Casey (justincc)2013-11-161-0/+60
* refactor LSL_EventTests.TestStateEntryEvent into single method to test compileJustin Clark-Casey (justincc)2013-11-161-14/+17
* Add initial test for checking that specifying a parameter in LSL state_entry(...Justin Clark-Casey (justincc)2013-11-091-0/+64