LSL-PyOptimizer/lslopt
Sei Lisa b97b2a78e8 Fix return value for some detection functions.
When the index is good, on non-touch functions:
 - llDetectedTouchFace returns -1.
 - llDetectedTouchST and llDetectedTouchUV return TOUCH_INVALID_TEXCOORD.

We were returning 0 and ZERO_VECTOR respectively.
2017-08-30 19:23:38 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Fix return value for some detection functions. 2017-08-30 19:23:38 +02:00
lslcommon.py Separate library function optimization into a different file. 2017-08-25 20:35:24 +02:00
lsldeadcode.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lslextrafuncs.py Fix return value for some detection functions. 2017-08-30 19:23:38 +02:00
lslfoldconst.py Separate library function optimization into a different file. 2017-08-25 20:35:24 +02:00
lslfuncopt.py Fix copy/paste error in comment. 2017-08-25 20:45:24 +02:00
lslfuncs.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lsljson.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lsloptimizer.py Remove line no longer used from lsloptimizer.py. 2017-08-30 19:22:12 +02:00
lsloutput.py Format LIST nodes; don't add indent to CONST list in calc mode 2017-08-25 20:35:24 +02:00
lslparse.py Separate library function optimization into a different file. 2017-08-25 20:35:24 +02:00
lslrenamer.py Add TODO item to lslrenamer. 2017-08-16 22:00:16 +02:00