- Bump version of [AV]faces to 2.2.
- With very bad luck, some channel numbers could overflow the range of an integer due to float rounding, and produce DEBUG_CHANNEL or PUBLIC_CHANNEL as output.
- If both CHANGED_INVENTORY and CHANGED_LINK came at the same time, [AV]prop would fail to handle both.
- There was code that did nothing in [AV]faces. While it caused no bug per se, if it was reused in future then it could be affected by the same problem as that in [AV]prop.
Many of them cause problems with OpenSim.
All of them are applied by the optimizer, except (str="")+str, which produces gains only in LSO, not in Mono, and doesn't work in OpenSim.
A few are undone only for clarity, relying on the fact that the optimizer will apply them again.
- Add spaces between functions.
- Add comments on numeric codes and a few others.
- Reformat lists and one function.
- Remove spaces at EOL.
- Use actual copyright symbol.
* Hot fix for settings.php
It's failing whenever there's more than 1 chunk.
Fixes#25.
* Escape $ip_packed.
It can contain arbitrary binary characters, so it needs escaping.
Add vertical space between functions and between events; format the attachment points list; add inline comments indicating the meaning of the 90xxx codes.
* Update README.md
* Update and rename [AV]LockGuard-object.lslp to [AV]LockGuard-object.lsl
* Update [AV]LockGuard-object.lsl
* Update [AV]LockGuard-object.lsl
* Update [AV]LockGuard-object.lsl
* Update and rename [AV]LockGuard.lslp to [AV]LockGuard.lsl
* Update and rename shared props via BUTTON.lslp to shared props via BUTTON.lsl
* Update and rename shared props via POSE.lslp to shared props via POSE.lsl