Being gone for almost 2 weeks, there is lots for me to catch up on. These are the things I found interesting.

Scripting
I previously mentioned this. But, now the new avatar height and hover controls officially have their counterparts in the Linden Scripting Language (LSL): LLGetObjectDetails() and LLGetAgentSize(). See: New LSL support for Avatar Shape, Height and Hover.
A part of LLGetObjectDetails() is the flag: OBJECT_HOVER_HEIGHT – Gets the hover height of the avatar.
If id is not an avatar, 0.0 is returned. Normal values are in the range of-2.0 to 2.0 with a default value of 0.0. This value does not reflect the avatar shape’s “Hover” setting, only the dynamic viewer setting.



