* Make quaternion and uuid global functions into callable tables with convenience functions
* Fix incorrect LSL-SLua compilation for integer c = a = b
* Disallow adding void to list in LSL-SLua
* Fix LSL-SLua compilation for (integer)some_large_float
* Allow SLua scripts to handle multiple concurrent touch_start events
* Fix OBJECT_ATTACHED_SLOTS_AVAILABLE and OBJECT_ANIMATED_SLOTS_AVAILABLE to return numbers instead of booleans in SLua
* Fix ll.FindNotecardTextSync to return correct line count in SLua
* Fix LLTimers:every() incorrectly scheduling next tick after script is re-enabled
* Fix memory reporting for SLua scripts in script memory windows
* Grow tables' internal arrays by smaller increments, making large tables use less memory.