Sei Lisa
0a7e2a9e1d
Optimize llDeleteSubList(expr, 0, -1) to [] if expr is SEF
...
It also applies to llListReplaceList with [] as replacement.
2017-09-15 23:13:59 +02:00
Sei Lisa
2edd139a5c
Fix copy/paste error in comment.
2017-08-25 20:45:24 +02:00
Sei Lisa
03c0e326c6
Remove "OK" from llDialog button list when it's the only element.
...
"OK" is the default; an empty list works just the same.
2017-08-25 20:35:24 +02:00
Sei Lisa
6738615360
Separate library function optimization into a different file.
...
No other functional changes. This required quite some reorganization affecting many files. As a side effect, PythonType2LSL and LSLType2Python aren't duplicate anymore.
2017-08-25 20:35:24 +02:00
Sei Lisa
36947b7b12
Rename lslfuncparams.py -> lslfuncopt.py
...
This is preparation work for splitting function optimization into a separate file, which will be the same that currently is lslfuncparams.py.
2017-08-25 20:35:24 +02:00