Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-29 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moved runtime timer tree topology information to separate array instead of recording stack | |||
2012-11-27 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2012-11-27 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed precision of fast timer counts | |||
2012-11-27 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
hunting down bad values and crashes | |||
2012-11-20 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixes to merge | |||
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-19 | increment version to 3.4.4 | Oz Linden | |
2012-11-19 | merge changes for DRTVWR-245 | Oz Linden | |
2012-11-16 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
got new fast timer code to compile and run | |||
2012-11-15 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
eliminated min and max macros from windows.h got rest of viewer to compile against llfasttimer changes | |||
2012-11-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places | |||
2012-11-13 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moving fast timers into lltrace namespace and accumulation system | |||
2012-11-12 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
removed remnants of LLFastTimer::FrameState | |||
2012-11-12 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
simplified llfasttimer code down to 2 classes llunit unit conversion now done in floating point or 64 bit integer precision, depending on source type | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Remove debug spam | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Use LLAvatarNameCache in group UI to match what namelists use and prevent double lookups * Remove LLSD -> Prams legacy pattern which is super slow. * Member list on general tab only adds to the list after names are known | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Fix bad font name in llpanelgrouplandmoney | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* llpanelgroupinvite to use LLAvatarNameCache isntead of legacy gCacheName | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Clean up 'is group' extra data in namelists. | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Split avatar name requests up among multiple frames to prevent overloading the nameserver and having requests time out. | |||
2012-11-09 | pull back 3.4.2-beta3 fixes | Oz Linden | |
2012-11-08 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
Finished making LLUnit implicitly convertible to/from scalar integer values cleaned up test code | |||
2012-11-08 | MAINT-1228, MAINT-1668: Deleting code that had been originally deleted to ↵ | William Todd Stinson | |
fix these issues, but then was accidentally re-introduced during a bad merge. | |||
2012-11-08 | merge changes for DRTVWR-240 | Oz Linden | |
2012-11-07 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
further fixes to implicit conversion of unit types | |||
2012-11-07 | INTL-46 massive Chinese translation update for set28--set34, including new files | eli | |
2012-11-07 | sync with viewer-development (for 1 DE file) | eli | |
2012-11-07 | merge changes for 3.4.2-beta2 | Oz Linden | |
2012-11-07 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
removed explicit constructor of LLUnit from integral types, as C++ already guarantees that I can't convert from LLUnit<Bytes> to LLUnits<Seconds> (requires 2 user defined conversions). Now this allows seamless replacement of existing integral types with Unit labeled types. | |||
2012-11-07 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
fixed trace data gathering and routing from background thread simplified slave->master thread communication (eliminated redundant recording and proxy object) improved performance of fast timer data gathering (slow iterators) | |||
2012-11-06 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-06 | merge changes for DRTVWR-223 | Oz Linden | |
2012-11-06 | merge changes for DRTVWR-208 | Oz Linden | |
2012-11-05 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
fixed copy behavior of recordings and accumulator buffers | |||
2012-11-05 | pull back DRTVWR-217 and tag for 3.4.2-beta1 | Oz Linden | |
2012-11-05 | merge changes for DRTVWR-217 | Oz Linden | |
2012-11-05 | increment version to 3.4.3 | Oz Linden | |
2012-11-02 | SH-3499 Ensure asset stats output is correct | Richard Linden | |
improvements to predicate API default rules encapsulated in LLInitParam removed empty flag from viewer asset stats | |||
2012-11-02 | merge back fixes from 3.4.1-beta12 | Oz Linden | |
2012-11-01 | SH-3499 Ensure asset stats output is correct | Richard Linden | |
added support for specifying predicates for xui and llsd serialization | |||
2012-11-01 | SH-3405 FIX convert existing stats to lltrace system | Richard Linden | |
output of floater_stats is now identical to pre-lltrace system (with some tweaks) | |||
2012-11-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-beta | Dave Parks | |
2012-11-01 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2012-11-01 | SH-3405 FIX convert existing stats to lltrace system | Richard Linden | |
final removal of remaining LLStat code | |||
2012-10-31 | MAINT-646 Fix for leak introduced by optimizations. | Dave Parks | |
2012-10-30 | pull back changes from 3.4.1-beta11 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-236 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-235 | Oz Linden | |