summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
AgeCommit message (Collapse)Author
2011-11-15mergeDave Parks
2011-11-10SH-2644 Fix debug display that shows selection triangle count and streaming costDave Parks
2011-10-05Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-09-22merge changes for storm-1607Oz Linden
2011-09-16SH-2440 FIX - first build, then test, then commitBrad Payne (Vir Linden)
2011-09-16SH-2440 FIX - avoid calling initInstance() on LLVOAvatarSelf if it already ↵Brad Payne (Vir Linden)
exists
2011-08-15MergePaul ProductEngine
2011-08-10merge viewer-development to mesh-developmentBrad Payne (Vir Linden)
2011-08-09merge changes for storm-1436Oz Linden
2011-08-08Merge with 8582496d7733948e19396167df9b4d2d4cd35f0cseth_productengine
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-2129 Viewer caps implementation for resource cost selected. Also cleanup ↵prep linden
of old code related to earlier accounting work.
2011-07-29STORM-1436 FIXED Broken localization of "Contents" and "New Script" items in ↵Vadim ProductEngine
the Contents tab of Build Tools. The bug happened when the translations contained non-ASCII characters. Reason: Names of inventory items are limited to ASCII characters. Fix: Leave names in English, localize them when displaying (on the fly). The fix only affects object's inventory (i.e. not agent inventory).
2011-07-19Cherry pick of ↵Brad Payne (Vir Linden)
https://bitbucket.org/lindenlab/mesh-development/changeset/9cea44ebea3b by don, to fix old viewer crashes in mesh regions
2011-07-18Adding support for viewer reading mesh params from an alternative param type.Don Kjer
2011-07-08Merge viewer-development -> mesh-developmentDon Kjer
2011-07-06SH-1945 FIXED Added a check for Estate Managership when checking whether an ↵Seth ProductEngine
object encroaching on the region can be returned.
2011-06-24Bug fixes for SH-1791prep linden
2011-06-22WIP SH-1791 - constructAndAddReturnable() now accepts target regionprep
2011-06-22WIP for SH-1791prep linden
2011-06-22merge latest viewer-developmentOz Linden
2011-06-10Fix for show object updates not working (and crashing, and behaving badly).Dave Parks
2011-06-01merge changes for latest viewer-developmentOz Linden
2011-05-26dos2unix fixes for newview files.Loren Shih
2011-05-26storm-1189: remove more of the code for classic cloudsOz Linden
2011-05-25SH-1603 Replace every occurrence of "WTF" with something more appropriate.Dave Parks
2011-05-20automated merge mesh-development -> davep-mesh-candidate-2010Loren Shih
2011-05-20SH-1252 and SH-1253 WIP.prep linden
2011-05-17SH-1419 FIXED Sim complains about changing physical materials when Physics, ↵Loren Shih
Temporary, or Phantom is changed.
2011-05-09SH-1419 Sim complains about changing physical materials when Physics, ↵Loren Shih
Temporary, or Phantom is changed.
2011-04-19mergeDave Parks
2011-04-07SH-1292 Add streaming and physics cost to stats console.Dave Parks
2011-04-04SH-477 Scene stats console work in progress.Dave Parks
2011-03-30SH-477 Better mesh streaming cost estimation.Dave Parks
2011-02-19Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/Don Kjer
2011-02-18Cleanup of headless client (was: DisableRendering mode)Don Kjer
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes.
2011-02-10Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-09pull from viewer-developmentMerov Linden
2011-02-09trivial: remove some redundant code.Xiaohong Bao
2011-02-09debug code for SH-924: [PUBLIC-JIRA-USERS] Viewer crash in ↵Xiaohong Bao
LLSurface::getWaterHeight
2011-01-24Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-20SH-635 Fix for changing one physics parameter changing all physics parameters.Dave Parks
2011-01-19ER-428 / CTS-422 : [PUBLIC] movement updates are lost when walking. Changed ↵Dave SIMmONs
code to detect if the circuit has stopped getting packets. Reviewed by Andrew
2011-01-14Mesh-development work in progressLoren Shih
2011-01-14Automated merge up from viewer-developmentLoren Shih
2011-01-13Automated merge up from viewer-developmentLoren Shih
2011-01-12Merge with viewer-developmentDon Kjer
2010-12-30STORM-955: VWR-24312: Massively duplicated objectsAleric Inglewood
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then).
2010-12-22Cleanup from review with Andrew and MerovDon Kjer
2010-12-17For object-vs-parcel overlap we now use list of axis aligned boxesAndrew Meadows
one box for each prim, for less slop on queries