llModPow() now returns the correct value when x^n is larger than a 32-bit integer.
Features
llModPow() no longer sleeps for 1 second.
llSetHoverHeight() and llGroundRepel() no longer activate the AGENT_FLYING flag from llGetAgentInfo() when used with an item attached to an avatar. Instead they sets a new flag: AGENT_FLOATING_VIA_SCRIPTED_ATTACHMENT. While in this state the avatar moves at the same speed as walking. It will also stay in its hover animation when moving horizontal and faling from a ledge to hover height (no falling animation)
New LSL function llGetAttachedListFiltered(): returns a filtered list of avatar attachments.
Needs a viewer update for all features to work properly
Resolved Issues
server#1567 Getting wrong results from llModPow when x^n overflows S32 space
server#1610 llModPow() unnecessarily sleeps for 1.0 seconds
server#1462 llSetHoverHeight in attachments activates 'flying' status on the agent
server#1480 New LSL function llGetAttachedListFiltered/Experiences should be able to view attachments (HUDS) with scripts associated with that experience.