summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
AgeCommit message (Collapse)Author
2013-10-01Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-10-01fix for SH-4521: Interesting viewer crash in Pipeline:RenderDrawPoolsXiaohong Bao
2013-09-26more optimization for memory footprint.Xiaohong Bao
2013-09-25fix for SH-4295: Interesting: Teleporting to previous location leave some ↵Xiaohong Bao
objects invisible.
2013-09-20fix for SH-4430: Interesting: Light objects behind you are not loaded at login.Xiaohong Bao
2013-09-18fix for SH-4500: Interesting: Some content on adjacent region not visible ↵Xiaohong Bao
after teleport.
2013-09-09some fix for SH-4416: Interesting: memory footprint is larger when loading ↵Xiaohong Bao
from cache while ObjectCacheViewCullingEnabled is enabled than when it's disabled.
2013-08-29add some debug settings for easier tuning up performance.Xiaohong Bao
2013-08-19mergeRichard Linden
2013-08-18SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 msRichard Linden
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits
2013-08-16fix for SH-4297: interesting: viewer-interesting starts loading cached scene ↵Xiaohong Bao
late
2013-08-14Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-08-14remove some code which has nagetive impact on memory footprint.Xiaohong Bao
2013-08-12mergeRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09SH-4374 FIX Interesting: Statistics Object cache hit rate is always 100%Richard Linden
moved object cache sampling code so that it actually gets executed default values for stats are NaN instead of 0 in many cases
2013-08-08fix for SH-4402: interesting: lower FPS with lots of objects in viewXiaohong Bao
2013-08-07more fix for SH-4397: Object cache occlusion culling results are not always ↵Xiaohong Bao
correct
2013-08-06fix for SH-4398: Interesting: viewer crash in ↵Xiaohong Bao
LLVOCacheEntry::updateParentBoundingInfo
2013-08-05fix for SH-4397: Object cache occlusion culling results are not always correctXiaohong Bao
2013-07-31fix for SH-4393: Interesting: viewer crash in LLViewerRegion::addNewObjectXiaohong Bao
2013-07-30Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-07-30fix for SH-4297: interesting: viewer-interesting starts loading cached scene ↵Xiaohong Bao
late
2013-07-30Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-07-29fix for SH-4293: texture console takes a while to settle down on Interesting ↵Xiaohong Bao
viewer.
2013-07-02fix for SH-4264: interesting: Content near edges of screen does not loadXiaohong Bao
2013-07-02fix bug reading RenderMaterialsCapability, improve logging for NORSPEC-206Oz Linden
2013-07-01revert the changeset 54cf2fe4820a for SH-4264 to fix SH-4315: Interesting: ↵Xiaohong Bao
Viewer crash on login on Mac in LLViewerRegion::updateVisibleEntries(float) and SH-4316: Interesting Viewer Crash/freeze on Login to Levy region on Aditi with cleared cache on Windows XP
2013-06-28move reading of the sim features to LLViewerRegion for consistency, a couple ↵Oz Linden
of minor cleanups
2013-06-28NORSPEC-206: read RenderMaterialsCapability throttle rate per second from ↵Oz Linden
simulator
2013-06-26NORSPEC-29: use the MaxMaterialsPerTransaction simulator feature if availableOz Linden
2013-06-24fix for SH-4264: interesting: Content near edges of screen does not loadXiaohong Bao
2013-06-24Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-06-21for SH-4241: viewer crash shortly after login in LLViewerRegion::addNewObjectXiaohong Bao
2013-06-20merge with releaseRichard Linden
2013-06-13fix for SH-4241: viewer crash shortly after login in ↵Xiaohong Bao
LLViewerRegion::addNewObject and SH-4261: interesting: crash in LLViewerRegion::addToVOCacheTree
2013-06-10possible fix and new debug code for SH-4241: viewer crash shortly after ↵Xiaohong Bao
login in LLViewerRegion::addNewObject
2013-06-05Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingRichard Linden
2013-06-05merge with viewer-releaseRichard Linden
2013-06-05fix for SH-4227: interesting: long delay between root and child prim loading.Xiaohong Bao
2013-05-16fix for SH-4080: interesting: random crash on MacXiaohong Bao
2013-05-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingXiaohong Bao
2013-05-05Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵Richard Linden
dependencies
2013-05-01performance optimization: only scan 32 objects per frame looking for invisibles.Xiaohong Bao
2013-04-25Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-17for SH-4105: interesting: new viewer does not handle orphaned child prims in ↵Xiaohong Bao
ObjectUpdateCompressed messages
2013-04-11for SH-4095: add an option to turn off new interest list codeXiaohong Bao
2013-04-01trivial: convert to unix line endings.Xiaohong Bao