summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
AgeCommit message (Collapse)Author
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-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-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
2013-03-29save cache file when first login to a region.Xiaohong Bao
2013-03-29delay removing invalid objects from cache in case region is logged out too soon.Xiaohong Bao
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-22Automated merge with ssh://hg.lindenlab.com/richard/viewer-interestingRichard Linden
2013-03-22Automated merge with ↵Richard Linden
bundle:d:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.sp0eps\ssh__richard@hg.lindenlab.com_richard_viewer-interesting-metrics_5o81ck.hg
2013-03-22merge with viewer-releaseRichard Linden
2013-03-20for SH-3918: Viewer should respond to cache probes in order received (don't ↵Xiaohong Bao
sort response)
2013-03-13for SH-3913: the viewer should notify the region at connect time if it does ↵Xiaohong Bao
not have a cache file
2013-03-13revert changes for SH-3653: Can we repurpose ↵Xiaohong Bao
ObjectUpdateCached:ObjectData:UpdateFlags field to carry spatial+size data?
2013-03-11for SH-3979: interesting: can not edit objects with new object cache codeXiaohong Bao
2013-03-11mergeprep
2013-03-07for SH-3937: interesting: implement the new cache probe logicXiaohong Bao