Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
Justin Clark-Casey (justincc)
|
2f94165dcc
Add lsl arg syntax checking for control event
|
11 years ago |
Justin Clark-Casey (justincc)
|
871ac5b16c
Add arg checking for at_target lsl event
|
11 years ago |
Justin Clark-Casey (justincc)
|
a5e4780547
Add lsl event arg checking for at_rot_target
|
11 years ago |
Justin Clark-Casey (justincc)
|
b757ab2586
Add lsl event argument checking for attach and on_rez
|
11 years ago |
Justin Clark-Casey (justincc)
|
a64377149d
Add parameter checking for land_collision, land_collision_start and land_collision_end lsl events
|
11 years ago |
Justin Clark-Casey (justincc)
|
f94d07f2e2
Add regression test to check that specifying a non-existent event raise a syntax error
|
11 years ago |
Justin Clark-Casey (justincc)
|
79c1ed8cb9
Add syntax checking for no_sensor() no-arg event
|
11 years ago |
Justin Clark-Casey (justincc)
|
ec4d96acc9
refactor common code out of no argument LSL event regression tests
|
11 years ago |
Justin Clark-Casey (justincc)
|
edd7e19463
If anything other than a single integer is specified for events that only take a single integer, generate a syntax error on LSL script compile rather than an exception later on.
|
11 years ago |
Justin Clark-Casey (justincc)
|
62006baaef
Make state_exit, moving_end, moving_start, not_at_rot_target, not_at_target and timer LSL events generate a syntax error if inappropriately given arguments.
|
11 years ago |
Justin Clark-Casey (justincc)
|
d728c1beb2
refactor LSL_EventTests.TestStateEntryEvent into single method to test compile
|
11 years ago |
Justin Clark-Casey (justincc)
|
fd24147afa
Add initial test for checking that specifying a parameter in LSL state_entry() generates a syntax error.
|
11 years ago |