Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-08 | tag merge of 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 | Added tag 3.4.2-beta2 for changeset e664473c16df | Oz Linden | |
2012-11-07 | tag merge of DRTVWR-216 | 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 | tag merge of DRTVWR-223 | Oz Linden | |
2012-11-06 | merge changes for DRTVWR-208 | Oz Linden | |
2012-11-06 | tag merge of 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 | Added tag 3.4.2-beta1 for changeset 704bbae7b182 | Oz Linden | |
2012-11-05 | merge changes for DRTVWR-217 | Oz Linden | |
2012-11-05 | tag merge of DRTVWR-217 | Oz Linden | |
2012-11-05 | increment version to 3.4.3 | Oz Linden | |
2012-11-05 | pull back release tag | Oz Linden | |
2012-11-05 | Added tag 3.4.1-release for changeset e59ffd3fe083 | 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-02 | Added tag 3.4.1-beta12 for changeset 3f9be82de642 | Oz Linden | |
2012-11-02 | whitespace change to force new build number | Oz Linden | |
2012-11-02 | Added tag 3.4.1-beta12 for changeset b6b68f3c2c6d | 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 | Added tag 3.4.1-beta12 for changeset 853a20242639 | Oz Linden | |
2012-11-01 | tag merge of DRTVWR-237 | Oz Linden | |
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 | Added tag 3.4.1-beta11 for changeset 18498afcdb83 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-236 | Oz Linden | |
2012-10-30 | tag merge of DRTVWR-236 | Oz Linden | |
2012-10-30 | merge changes for DRTVWR-235 | Oz Linden | |
2012-10-30 | tag merge of DRTVWR-235 | Oz Linden | |
2012-10-29 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
fixed predicate update logic and reduced to 2 classes | |||
2012-10-26 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
fixed llpredicate so that values and rules work uniformly with predicate logic and/or/negate works in parallel with set/clear | |||
2012-10-26 | MAINT-1709 Fix for >> that should have been > > | Dave Parks | |
2012-10-25 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
fixed crash on exit | |||
2012-10-25 | Merge | Kelly Washington | |
2012-10-24 | pull back changes (enable tcmalloc) from 3.4.1-beta10 | Oz Linden | |
2012-10-24 | Added tag 3.4.1-beta10 for changeset 4e0d84e92132 | Oz Linden | |
2012-10-24 | disable tcmalloc again | Oz Linden | |
2012-10-23 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted "int" to "S32" |