Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard 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-25 | BUIDLFIX: bad ternary expression | Richard Linden | |
2013-07-24 | SH-4297 WIP interesting: viewer-interesting starts loading cached scene late | Richard Linden | |
added commented out log timestamp override for scene load performance monitoring | |||
2013-07-24 | BUIDLFIX: forgot to extract value from units object for calling llformat | Richard Linden | |
2013-07-24 | SH-4376 FIX: Interesting: in Statistics, replace the text "0" with "n/a" when | Richard Linden | |
there are no samples during the time period. added hasValue to SampleAccumulator so we don't print a value when we don't have a single sample yet added some disabled log output for scene load timing | |||
2013-07-24 | BUILDFIX: add iostream include for linux_updater.cpp | Richard Linden | |
2013-07-24 | BUILDFIX fixed llunits unit test to use new unit declaration syntax | Richard Linden | |
2013-07-24 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-07-23 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-07-23 | Merge | Xiaohong Bao | |
2013-07-23 | renamed mVarianceSum to mSumOfSquares to be more clear | Richard Linden | |
fixed normalization assertions to work with megaprims added is_zero() utility function fixed unit declarations to be more clear fixed texture cache hit rate always being 0 | |||
2013-07-23 | SH-4366 FIX: Interesting Viewer Crashes when opening Statistics floater | Richard Linden | |
2013-07-23 | stat bars with no stats now show n/a instead of o | Richard Linden | |
2013-07-22 | fixed crash on exit | Richard Linden | |
2013-07-22 | BUILDFIX: missing include | Richard Linden | |
2013-07-22 | BUILDFIX: point at newest version of llappearanceutility | Richard Linden | |
2013-07-22 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-07-22 | BUIDLFIX: moved LLThreadSafeRefCount to proper file | Richard Linden | |
2013-07-20 | removed debug spam | Richard Linden | |
fast timer data now resets on login | |||
2013-07-19 | BUILDFIX: #include and dependency cleanup | Richard Linden | |
2013-07-19 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-07-18 | SH-4297 WIP interesting: viewer-interesting starts loading cached scene late | Richard Linden | |
dependency cleanup - removed a lot of unecessary includes | |||
2013-07-18 | SH-4297 WIP interesting: viewer-interesting starts loading cached scene late | Richard Linden | |
fixed ostream precision munging in llsys | |||
2013-07-17 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console made unit types work with ostreams fixed timing of scene monitor recordings to better respect requested time diff | |||
2013-07-15 | SH-4299 FIX: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console timing of scene load recording extension now guaranteed > requested time step removed double add of recorded data removed spam | |||
2013-07-15 | BUILDFIX: improper type passed to llformat | Richard Linden | |
2013-07-15 | BUILDFIX: remove ambiguity of is_approx_equal, use llabs instead of fabs | Richard Linden | |
2013-07-15 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-07-15 | SH-4299Interesting: High fps shown temporarily off scale in statistics console | Richard Linden | |
various fixes to lltrace start() on started recording no longer resets fixed various instances of unit forgetfullness in lltrace recording split now has gapless timing scene monitor now guarantees min sample time renamed a bunch of stats added names to debug thread view on windows | |||
2013-07-12 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console improved calculation of display range for stat bars | |||
2013-07-08 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console added percentage/ratio units added auto-range and auto tick calculation to stat bar to automate display stats | |||
2013-07-02 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-07-02 | fix for SH-4264: interesting: Content near edges of screen does not load | Xiaohong Bao | |
2013-07-01 | revert 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-07-01 | BUILDFIX: more template forward declarations | Richard Linden | |
2013-07-01 | BUILDFIX: forward declare TraceType to appease gcc template instantiation gods | Richard Linden | |
2013-07-01 | BUILDFIX: missed a couple of scope qualifiers | Richard Linden | |
2013-07-01 | BUILDFIX: reverted changes that attempted to automate mem track | Richard Linden | |
stat definition as they don't work on gcc/clang | |||
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-30 | fixed memory leak due to implementation of LLThreadLocalSingleton | Richard Linden | |
removed LLThreadLocalSingleton collapsed all thread recorder classes to single type, LLTrace::ThreadRecorder moved fasttimer stack head to llthreadlocalsingletonpointer via ThreadRecorder | |||
2013-06-28 | SH-4299 FIX Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console added ability to force uniqueness of LLCopyOnWritePointer converted more variables to units added convenience function for unit constants | |||
2013-06-27 | increment viewer version to 3.6.2 | Oz Linden | |
2013-06-27 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-06-27 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console fixed some lltrace logic errors more consistent syncing of timestamps of sample values in recording stack selection of primary buffers was completely incorrect assignment of recordings got wrong play state due to implicit operator = defined in base class fixed asset stats only working up to the first send | |||
2013-06-26 | more fix for SH-4284: interesting: viewer does not render cacheable objects ↵ | Xiaohong Bao | |
on far corner of region when camera moves | |||
2013-06-26 | Added tag 3.6.1-release for changeset 75cf8e855ae1 | Oz Linden | |
2013-06-25 | fix for SH-4284: interesting: viewer does not render cacheable objects on ↵ | Xiaohong Bao | |
far corner of region when camera moves | |||
2013-06-25 | merge changes for NORSPEC-280 | Oz Linden | |
2013-06-24 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-06-24 | fix for SH-4264: interesting: Content near edges of screen does not load | Xiaohong Bao | |