All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

STORM-1793 1) Treat all mini-map altitudes above 1020 m as the same height 2) Improve z-level accuracy

Review Request #545 - Created Jan. 27, 2012 and submitted

Jonathan Yap Reviewers
3.2.8 viewer
STORM-1793
None viewer-development
The SL simulator has recently been fixed so that the CoarseLocationUpdate message properly returns 255 for all altitudes above 1020 meters.

The code for the mini-map, in drawing the agent locations for equal, above or below needs to take this into account. It currently does not.

The routine that returns who is nearby can be enhanced to scan the character list and use that position data.  This gives an accurate z-level value, even when above 1020m.

In the case where the relative Z value between you and another avatar is unknown display an X on the mini-map.
See test plan in jira
Review request changed
Updated (April 9, 2012, 10:01 a.m.)
  • changed from pending to submitted