Sei Lisa
d0d6d6744b
Bump copyright year
...
The help text in main.py was still at 2015. Oops.
2018-03-23 16:36:45 +01:00
Sei Lisa
cf3e4c21ec
Comment fix.
...
Specify the name of the last llGetObjectDetails constant, to simplify manual checking.
2017-10-20 10:18:44 +02:00
Sei Lisa
a0d4c77081
Minor cleanups; no functional changes.
...
lslcleanup: Variables renamed, order changed, comments added.
Other changes: remove semicolon at end of sentence, use self.Cast instead of creating a CAST node on the fly.
2017-09-22 15:42:42 +02:00
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