AVsitter/AVsitter2/Utilities
Sei Lisa bf8f10bfe6 Fix several calls that had wraparound hazards.
llGetSubString("abc", 3, -1) gives "abc"; llList2List(L, 1, -1) gives L when L has length 1. In general, llGetSubString or llList2List return the whole thing when the starting index is grater than the last element in the list.

There were a number of spots with that hazard, so fix all we found.
2017-11-19 18:38:33 +01:00
..
Updater Fix several calls that had wraparound hazards. 2017-11-19 18:38:33 +01:00
Anim-perm-checker.lsl Add the script name at the top, with a one-line description 2017-11-19 18:33:04 +01:00
AVpos-generator.lsl Add the script name at the top, with a one-line description 2017-11-19 18:33:04 +01:00
AVpos-shifter.lsl Fix several calls that had wraparound hazards. 2017-11-19 18:38:33 +01:00
Missing-anim-finder.lsl Fix several calls that had wraparound hazards. 2017-11-19 18:38:33 +01:00
MLP-converter.lsl Fix several calls that had wraparound hazards. 2017-11-19 18:38:33 +01:00
Noob-detector.lsl Add the script name at the top, with a one-line description 2017-11-19 18:33:04 +01:00