Sei Lisa
9f03c468f7
Fix example assert macro to make it more flexible
...
The previous version only optimized away the condition if it was side-effect-free, which borders on inadmissible. Fixed.
This new version also accepts any valid condition in LSL, not just an integer one but also float, key, list, string... so for example these are valid now:
assert(my_key_var);
assert([1, 2, 3]);
assert(PI);
assert(llSetPos(pos));
2016-11-18 00:18:22 +01:00
Sei Lisa
0bd5c0881c
Minor changes here and there.
...
Including that pbcopy and clip have both been verified.
2016-11-17 23:50:59 +01:00
Sei Lisa
ab8479bc9c
Add documentation on #pragma and 0.2.1beta
2016-06-28 03:56:13 +02:00
Sei Lisa
52e855da57
Update copyright year
2016-06-27 19:55:49 +02:00
Sei Lisa
0a6fd07d1a
Add clarification on license coverage
2015-06-15 20:54:54 +02:00
Sei Lisa
07e655bc32
"look what" -> "look at what"
2015-06-13 03:07:32 +02:00
Sei Lisa
3bb3372bf9
+"thus"
2015-06-13 03:04:52 +02:00
Sei Lisa
bb41273c52
A number of small wording changes and typo fixes.
2015-06-13 03:01:10 +02:00
Sei Lisa
29c209adda
Include function and state names in "Shrinking identifiers"
2015-03-30 02:41:31 +02:00
Sei Lisa
de24c2877c
Wording fix, note on multiple evaluation, note on preprocessor macro.
2015-03-27 02:48:05 +01:00
Sei Lisa
9e331a0ad6
Add docs on funcoverride.
2015-03-27 02:33:52 +01:00
Sei Lisa
c93d8ca204
Add explanations about preprocessor.
2015-03-19 04:31:54 +01:00
Sei Lisa
beca39fe3d
A few more tweaks (-o, link to kwdb, formatting, wording)
2015-03-18 23:28:53 +01:00
Sei Lisa
d613456063
Mention the built-in invocation of the preprocessor.
2015-03-15 20:30:06 +01:00
Sei Lisa
50a53c966d
Style oops.
2015-03-14 12:09:49 +01:00
Sei Lisa
04124de5f4
More wording and style changes.
2015-03-14 12:07:53 +01:00
Sei Lisa
be21d534a0
Fix closing tag.
2015-03-14 11:55:21 +01:00
Sei Lisa
3b5bfd6c4c
Fix bad nesting of <code> and <div>, other minor changes.
2015-03-14 11:52:15 +01:00
Sei Lisa
7e049f80b0
Add a style sheet, other minor fixes.
2015-03-14 11:35:47 +01:00
Sei Lisa
49c33e7cb4
Note on Python 2 as a requisite
2015-03-14 04:20:10 +01:00
Sei Lisa
53b6740c80
Add Download link
2015-03-14 03:59:08 +01:00
Sei Lisa
cd9f7e76ce
Add index.html (vanilla formatting)
2015-03-14 03:32:19 +01:00