Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-06-24 | EXT-7838 FIX - viewer 2.1 avatars look ruth-shaped to viewer-2 users | Nyx (Neal Orman) | |
Added a third visual param group VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT to specify visual params that are user-tweakable, but should not be sent over the network. We should have this group *only* for new user-tweakable visual parameters that should not be sent over the network. These should only be used for *new* parameters that only contribute to the generation of baked textures. Code reviewed by Richard | |||
2010-06-17 | EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture Floater | Loren Shih | |
See subtasks for complete lists of fixes. The preview gesture floater had some major issues and regressions. | |||
2010-06-15 | EXT-6953 WIP fixed walk cycle foot slip feedback to not speed up animation ↵ | Richard Linden | |
so much also, made camera default target and offset live-settable for debugging reviewed by vir | |||
2010-06-01 | EXT-7499 WIP Prevent other avatars from remaining with a ruth shape | Tofu Linden | |
to be reviewed by nyx. | |||
2010-05-27 | EXT-6953 WIP - pre-push cleanup after review. Accumulated EXT-6953 commits ↵ | Brad Payne (Vir Linden) | |
reviewed by Nyx. | |||
2010-05-27 | EXT-6953 WIP - cleanup | Brad Payne (Vir Linden) | |
2010-05-07 | For EXT-6953: Evaluate and implement Richard's improved default animations. ↵ | Brad Payne (Vir Linden) | |
Cleanup and log spam reduction. | |||
2010-05-06 | Improved default animations - work in progress | Brad Payne (Vir Linden) | |
2010-04-30 | For EXT-6953: Evaluate and implement Richard's improved default animations. ↵ | Brad Payne (Vir Linden) | |
Diagnostic info. | |||
2010-04-29 | For EXT-6953: Evaluate and implement Richard's improved default animations. ↵ | Brad Payne (Vir Linden) | |
New versions of animations fix looping and other problems, reduced log spam. | |||
2010-04-27 | work in progress on improved default animations | Brad Payne (Vir Linden) | |
2010-04-26 | Improved default animations - work in progress | Brad Payne (Vir Linden) | |
2010-04-23 | Improved default animations - work in progress | Brad Payne (Vir Linden) | |
2010-04-21 | For EXT-6953: improved default animations. | Brad Payne (Vir Linden) | |