summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-11-05fixed focus issue on inventoryRichard Linden
2013-10-30Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-30fix for SH-4584: Interesting: objectprojectionAreaCutOFF hides large objects ↵Xiaohong Bao
on adjacent regions.
2013-10-29mergeRichard Linden
2013-10-29Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-29fix to decrease number of triangles rendered per frameXiaohong Bao
2013-10-29SH-4585 FIX: Viewer crashes after attempt to login with invalid SOCKS 5 proxy.Richard Linden
don't have 2 login panels at the same time
2013-10-29always dump entire fast timer log on right click...not just visible timersRichard Linden
2013-10-25trivial: convert to unix endings.Xiaohong Bao
2013-10-25revert the changeset 71221dddea16: add throttle to number of pokes to ↵Xiaohong Bao
potential visible objects per frame.
2013-10-25trivial: fix several weird compiling errors.Xiaohong Bao
2013-10-24Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-24add throttle to number of pokes to potential visible objects per frame.Xiaohong Bao
2013-10-24fix a flaw LLViewerOctreeEntry::mVisible not initialized.Xiaohong Bao
2013-10-24Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-10-24MergeRichard Linden
2013-10-24SH-4577 WIP Interesting: viewer crashed when clicking a offline Conversation ↵Richard Linden
containing a shared object potential fix by making instance tracker allow key collisions for LLToastNotifyPanel changed assertion macro to use original unpreprocessed source code renamed instance tracker behavior macros to use LL prefix added RestoreCameraPosOnLogin setting to optionally restore old camera positioning behavior
2013-10-23Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-23fix for SH-4551: Interesting: some attachments do not appear after teleportXiaohong Bao
2013-10-23moved some common functionality from LLTrace::BlockTimerStatHandle to BlockTimerRichard Linden
updates appearance utility dependency
2013-10-22Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-22fix for various object missing bugs: SH-4552, SH-4564, SH-4573, SH-4568Xiaohong Bao
2013-10-22trivial: convert to unix endings.Xiaohong Bao
2013-10-21MergeXiaohong Bao
2013-10-21more buildfixRichard Linden
2013-10-21more buildfixRichard Linden
2013-10-21more buildfix stuffRichard Linden
2013-10-18Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-18stop other cameras than the world camera to asscee object cache.Xiaohong Bao
2013-10-18removed asserts in order to get testable builds againRichard Linden
added unpause() behavior and changed pause() to do nothing when already stopped
2013-10-17Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-17fix for SH-4569: Objects are not culled by size in the distanceXiaohong Bao
2013-10-17fix for assert at runtime (reading stats from recording while it was active)Richard Linden
fix for bad values returns from getPeriodMin and getPeriodMax on count stats when no counts recorded fix for gcc compile time error (typename ftw)
2013-10-17BUILDFIX: bad typedefRichard Linden
2013-10-16more fix for SH-4552: Interesting: objects sometimes fail to load after ↵Xiaohong Bao
teleport.
2013-10-16Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-16fix for SH-4552: Interesting: objects sometimes fail to load after teleport.Xiaohong Bao
2013-10-16moved tree iterators into llfasttimer.hRichard Linden
2013-10-16increment viewer version to 3.6.9oz@lindenlab.com
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-15Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-10-15fix for SH-4551: Interesting: some attachments do not appear after teleportXiaohong Bao
2013-10-15add cached object count statRichard Linden
2013-10-14changed ll_aligned_(malloc|free) to take alignment size as a template argumentRichard Linden
2013-10-11MAINT-2968 Transplant cleanup.Dave Parks
2013-10-10MAINT-2968 Fix for crash on AMD hardware running current drivers.Dave Parks
2013-10-09Enable the debug setting "NonvisibleObjectsInMemoryTime"Xiaohong Bao
2013-10-08merge from viewer-releaseRichard Linden
2013-10-07Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-10-07renamed TraceType to StatTypeRichard Linden
added more MemTrackable types optimized memory usage of LLTrace some more