mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
* The attached patch changes the LSLInteger operator overrides for == and != to return LSLIntegers 1 or 0 instead of a bool and adds similar operator overrides for >, <, >= and <= * Thanks idb!