summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterobjectweights.cpp
AgeCommit message (Collapse)Author
2011-08-22SH-2171 ADDITIONAL FIX Added transaction ID to object weights requests to ↵Seth ProductEngine
avoid updating the floater upon outdated or mixed up replies arrival.
2011-08-22SH-2169 FIXED Land impacts data added to build tools floater.Seth ProductEngine
Land selection moved from advanced weights floater to build tools floater. Removed selection observer from weights floater, selection data update in it is initiated from build floater.
2011-08-17SH-2171 FIXED New prim weights added to weights detail floater.Seth ProductEngine
- Fixed detecting cross-parcel objects selection. - Various fixes in LLAccountingCostManager. - getSelectedObjectRenderCost() moved from LLFloaterTools to LLObjectSelection where it used to reside. Previous commented out implementation of this method removed.
2011-08-06SH-2170 FIXED Detecting selection of objects that cross parcel bounds added.Seth ProductEngine
In this case the land impacts data is not displayed for such selection.
2011-08-02SH-2170 WIP Object and land data added to new weights floater.seth_productengine
The data is updated upon object selection change. The land data is displayed for the land containing the primary selected object. Loading indicators added for land impacts.
2011-07-28SH-2169 FIXED New object weights floater added.seth_productengine