Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2012-11-20 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-20 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Dave Parks | |
2012-11-16 | MAINT-1942 Increase maximum animation length from 30 seconds to 60 seconds | Kelly Washington | |
reviewed with Simon | |||
2012-11-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-08 | CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵ | William Todd Stinson | |
refers to it as Do Not Disturb mode. | |||
2012-10-31 | MAINT-1560 : Make Slow Motion Animations affect all avatars. Added new menu. | simon@Simon-PC.lindenlab.com | |
Reviewed by Kelly | |||
2012-09-05 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-08-31 | MAINT-1503 Disable tcmalloc and fix remaining alignment issues. | Dave Parks | |
2012-08-16 | merge changes for storm-1899 | Oz Linden | |
2012-07-26 | STORM-1899: Avatar hand poses randomly get stuck in spread position | Ansariel | |
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-06-06 | MAINT-646 Vectorize LLPolyMesh | Dave Parks | |
2012-06-05 | MAINT-646 Factor std::set out of lloctree | Dave Parks | |
2012-06-01 | Add some timers. | Dave Parks | |
2012-09-20 | Crash fix for non finite target in editing motion | Ansariel | |
2012-04-03 | merge changes for drtvwr-132 | Oz Linden | |
2012-02-27 | SH-2889 Fix for crash when encountering certain attachments. | Dave Parks | |
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-02-03 | EXP-1853 FIX Misspelled value in llbvhloader.cpp | callum | |
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-06-30 | merge changes for shining branch | Oz Linden | |
2011-06-28 | Crashfix for SEC-906 | Aura Linden | |
2011-06-21 | fix for SH-369: [PUBLIC-JIRA-USERS] [crashhunters] ↵ | Xiaohong Bao | |
LLVOAvatar::updateImpostors crash | |||
2011-05-02 | merge | Dave Parks | |
2011-03-12 | Switched to using *_SQUARED constants instead of multiplied constants, and ↵ | Ricky Curtice | |
cleaned up a few other minor issues noted during review. | |||
2011-03-10 | Squared all dist_vec() based comparisons and other dist_vec() operations ↵ | Ricky Curtice | |
where sensible. Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality. | |||
2011-02-16 | Fix for SH-816 | prep | |
2011-02-10 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2010-12-30 | STORM-955: VWR-24312: Massively duplicated objects | Aleric Inglewood | |
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then). | |||
2010-12-03 | Fix for SH-479 | prep linden | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-05 | Reset joint positions after detaching a rigged model | prep linden | |
2010-09-30 | Put some errant tests under if (LL_TESTS) conditional. | Dave Parks | |
2010-09-27 | merge | Dave Parks | |
2010-09-24 | Added support for joint offsets | prep linden | |
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-08-25 | merge | Dave Parks | |
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-18 | VWR-20768 (SNOW-507) FIXED Missing LL_TEST conditions in cmake files | Aimee Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-05 | EXT-8304 FIXED [crashhunters] crash in LLKeyframeMotion::deserialize | Tofu Linden | |
Speculative bunch of robustification. Reviewed by Soft. | |||
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-07-30 | Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1 | Kent Quirk | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-15 | EXT-8374 FIXED Added possibility to localize "None" action value for ↵ | Mike Antipov | |
Animation and Sound Actions. Also changed hardcoded "until animations are done" value for Wait with label from the appropriate Floater checkbox. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/762/ --HG-- branch : product-engine | |||
2010-07-12 | SNOW-484/DEV-51808 FIXED Recursive animations can crash viewer | Aimee Linden | |
2010-06-30 | EXT-8177 FIX avatar walk/run animation periodically stops when going down a ↵ | Richard Linden | |
steep hill |