summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-12disable scene load timing info by defaultRichard Linden
2013-08-12SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue ↵Richard Linden
bounces once per second SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary made llerrs/infos/etc properly variadic wrt tags LL_INFOS("A", "B", "C") works, for example fixed unit tests remove llsimplestat
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-01mergeRichard Linden
2013-08-01SH-4374 WIP Interesting: Statistics Object cache hit rate is always 100%Richard Linden
2013-07-31cleanup - renamed valueAs to valueInUnits and made it a symmetrical ↵Richard Linden
getter/setter
2013-07-31BUILDFIX: bad argument to llformatRichard Linden
2013-07-31BUIDLFIX: point to fixed build of llappearanceutilitiesRichard Linden
2013-07-31BUIDLFIX: point to fixed build of llappearanceutilitiesRichard Linden
2013-07-31BUILDFIX: bad quotesRichard Linden
2013-07-31Automated merge with https://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-07-31BUILDFIX: removed usage of llversionserver.hRichard Linden
2013-07-31fix some compiling errors.Xiaohong 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-30mergeRichard Linden
2013-07-30BUILDFIX: some gcc build fixesRichard Linden
2013-07-30BUILDFIX: fixes use of variadic macros for gcc (use ##__VA_ARGS__ to do ↵Richard Linden
comma removal)
2013-07-30Automated merge with http://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-07-30more cleanupRichard 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-25Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-07-25fix for SH-4298: Interesting: Viewer crash in LLViewerOctreeCull andXiaohong Bao
SH-4341: Interesting: Viewer crash in LLViewerOctreeCull
2013-07-25BUIDLFIX: bad ternary expressionRichard Linden
2013-07-24SH-4297 WIP interesting: viewer-interesting starts loading cached scene lateRichard Linden
added commented out log timestamp override for scene load performance monitoring
2013-07-24BUIDLFIX: forgot to extract value from units object for calling llformatRichard Linden
2013-07-24SH-4376 FIX: Interesting: in Statistics, replace the text "0" with "n/a" whenRichard 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-24BUILDFIX: add iostream include for linux_updater.cppRichard Linden
2013-07-24BUILDFIX fixed llunits unit test to use new unit declaration syntaxRichard Linden
2013-07-24Automated merge with https://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-07-23Automated merge with http://bitbucket.org/lindenlab/viewer-interestingXiaohong Bao
2013-07-23MergeXiaohong Bao
2013-07-23renamed mVarianceSum to mSumOfSquares to be more clearRichard 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-23SH-4366 FIX: Interesting Viewer Crashes when opening Statistics floaterRichard Linden
2013-07-23stat bars with no stats now show n/a instead of oRichard Linden
2013-07-22fixed crash on exitRichard Linden
2013-07-22BUILDFIX: missing includeRichard Linden
2013-07-22BUILDFIX: point at newest version of llappearanceutilityRichard Linden
2013-07-22Automated merge with https://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-07-22BUIDLFIX: moved LLThreadSafeRefCount to proper fileRichard Linden
2013-07-20removed debug spamRichard Linden
fast timer data now resets on login
2013-07-19BUILDFIX: #include and dependency cleanupRichard Linden
2013-07-19Automated merge with https://bitbucket.org/lindenlab/viewer-interestingRichard Linden
2013-07-18SH-4297 WIP interesting: viewer-interesting starts loading cached scene lateRichard Linden
dependency cleanup - removed a lot of unecessary includes
2013-07-18SH-4297 WIP interesting: viewer-interesting starts loading cached scene lateRichard Linden
fixed ostream precision munging in llsys
2013-07-17SH-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-15SH-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-15BUILDFIX: improper type passed to llformatRichard Linden