Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | merge 5.1.0-release | Oz Linden | |
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-29 | merge changes for 5.0.9-release | Oz Linden | |
2017-11-07 | MAINT-7966 Second Life viewer logs session ID in SecondLife.log | Mnikolenko Productengine | |
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-10-11 | merge changes for 5.0.8-release | Oz Linden | |
2017-08-25 | MAINT-7739 Make LLOSInfo a Singleton | andreykproductengine | |
2017-06-27 | MAINT-7554 Frame throttling | andreykproductengine | |
2017-05-04 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64-c-11 | Nat Goodspeed | |
2017-04-21 | DRTVWR-418: Send address_size with login and viewer stats. | Nat Goodspeed | |
2017-03-01 | VOICE-5: Add voice connection stats to the ViewerStats message | Oz Linden | |
2017-02-23 | DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. | Nat Goodspeed | |
These are mostly things that were in fact erroneous, but accepted by older compilers. This changeset has not yet been built with Visual Studio 2013 or Linux gcc, even with -std=c++11. This changeset has not been built *without* -std=c++11. It should be used in conjunction with a corresponding change to LL_BUILD_DARWIN_BASE_SWITCHES in viewer-build-variables/variables. This is a work in progress. We do not assert that this changeset completes the work needed to turn on -std=c++11, even on the Mac. | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-05-14 | Make generic callback version of trivial GET/PUT methods. Make message use ↵ | Rider Linden | |
these methods. | |||
2015-05-12 | Use Coros to post viewer stats. | Rider Linden | |
2015-05-07 | MAINT-5187 FIXED Add control for local logging of viewer stat packet contents | andreykproductengine | |
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2013-10-17 | fix 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-17 | BUILDFIX: bad typedef | Richard Linden | |
2013-10-07 | renamed TraceType to StatType | Richard Linden | |
added more MemTrackable types optimized memory usage of LLTrace some more | |||
2013-09-13 | log spam cleanup | Brad Payne (Vir Linden) | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard 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-16 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
converted many values over to units system in effort to track down source of 0 ping | |||
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-08-12 | Backed out changeset: ed09997b4652 | Richard Linden | |
2013-08-12 | merge | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-09 | SH-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-06 | revert some LLUnit changes to temporarily fix SH-4399: Interesting: Texture ↵ | Xiaohong Bao | |
console MB Bound 0/384 and texture queue bounces once per second | |||
2013-07-31 | BUILDFIX: bad argument to llformat | Richard Linden | |
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-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-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-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-22 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed LLTrace unit typedefs | |||
2013-06-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-05-31 | BUILDFIX - const correctness | Richard Linden | |
2013-05-31 | SH-3635 WIP | Brad Payne (Vir Linden) | |
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function | |||
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed extra dereference for copy on write pointer moved copyonwrite mechanism to RecordingBuffers from individual buffer fixed logic that was leaving scene unfrozen when camera moved during metrics gathering | |||
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
killed LLFastTimerView::getTime fixed block time stats always being 0 | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-10 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed PeriodicRecording::getTotalRecording as it was showing up at the top on the profiler renamed getPrevRecordingPeriod, etc. to getPrevRecording |