summaryrefslogtreecommitdiff
path: root/indra/llcharacter
AgeCommit message (Collapse)Author
2011-05-02mergeDave Parks
2011-03-12Switched to using *_SQUARED constants instead of multiplied constants, and ↵Ricky Curtice
cleaned up a few other minor issues noted during review.
2011-03-10Squared 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-16Fix for SH-816prep
2011-02-10Automated merge up from viewer-development into mesh-developmentLoren Shih
2010-12-30STORM-955: VWR-24312: Massively duplicated objectsAleric 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-03Fix for SH-479prep linden
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-05Reset joint positions after detaching a rigged modelprep linden
2010-09-30Put some errant tests under if (LL_TESTS) conditional.Dave Parks
2010-09-27mergeDave Parks
2010-09-24Added support for joint offsetsprep linden
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-25mergeDave Parks
2010-08-24standardizing test suite names as class name under testAaron Terrell (Enus)
2010-08-19Integrate SIMD API from oreh/server-trunk-orehDave Parks
2010-08-18VWR-20768 (SNOW-507) FIXED Missing LL_TEST conditions in cmake filesAimee Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-05EXT-8304 FIXED [crashhunters] crash in LLKeyframeMotion::deserializeTofu Linden
Speculative bunch of robustification. Reviewed by Soft.
2010-08-02Redo the same merge as in changeset "2026f824953f", but this time with ↵Christian Goetze (CG)
feeeeling.
2010-07-30Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1Kent Quirk
2010-07-27Backed out changeset: 58571b4e704bRichard Linden
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-15EXT-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-12SNOW-484/DEV-51808 FIXED Recursive animations can crash viewerAimee Linden
2010-06-30EXT-8177 FIX avatar walk/run animation periodically stops when going down a ↵Richard Linden
steep hill
2010-06-24EXT-7838 FIX - viewer 2.1 avatars look ruth-shaped to viewer-2 usersNyx (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-17EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture FloaterLoren Shih
See subtasks for complete lists of fixes. The preview gesture floater had some major issues and regressions.
2010-06-15EXT-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-01EXT-7499 WIP Prevent other avatars from remaining with a ruth shapeTofu Linden
to be reviewed by nyx.
2010-05-27EXT-6953 WIP - pre-push cleanup after review. Accumulated EXT-6953 commits ↵Brad Payne (Vir Linden)
reviewed by Nyx.
2010-05-27EXT-6953 WIP - cleanupBrad Payne (Vir Linden)
2010-05-07For EXT-6953: Evaluate and implement Richard's improved default animations. ↵Brad Payne (Vir Linden)
Cleanup and log spam reduction.
2010-05-06Improved default animations - work in progressBrad Payne (Vir Linden)
2010-04-30For EXT-6953: Evaluate and implement Richard's improved default animations. ↵Brad Payne (Vir Linden)
Diagnostic info.
2010-04-29For 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-27work in progress on improved default animationsBrad Payne (Vir Linden)
2010-04-26Improved default animations - work in progressBrad Payne (Vir Linden)
2010-04-23Improved default animations - work in progressBrad Payne (Vir Linden)
2010-04-21For EXT-6953: improved default animations.Brad Payne (Vir Linden)
2010-04-20For EXT-6953: improved default animations. Moved LLUUID values to .cpp fileBrad Payne (Vir Linden)
2010-04-09EXT-6422 Infinite loop in LLMotionController::activateMotionInstanceRichard Nelson
reviewed by monroe
2010-02-10Provisional fix for EXT-2939Monroe Linden
Restored the call to updateMotions(LLCharacter::HIDDEN_UPDATE) in LLVOAvatar::updateCharacter(). Added a specific fast timer for hidden updates in LLCharacter::updateMotions() to assess how much this will impact performance. Reviewed by Richard.
2010-02-10CID-59Tofu Linden
Checker: FORWARD_NULL Function: LLEditingMotion::onUpdate(float, unsigned char *) File: /indra/llcharacter/lleditingmotion.cpp minor.
2010-01-29CID-300Tofu Linden
Checker: UNINIT_CTOR Function: LLJoint::LLJoint(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, LLJoint*) File: /indra/llcharacter/lljoint.cpp
2010-01-29CID-333Tofu Linden
Checker: UNINIT_CTOR Function: LLStateDiagram::LLStateDiagram() File: /indra/llcharacter/llstatemachine.cpp
2010-01-29CID-334Tofu Linden
Checker: UNINIT_CTOR Function: LLStateMachine::LLStateMachine() File: /indra/llcharacter/llstatemachine.cpp
2010-01-29CID-335 follow-upTofu Linden
2010-01-29CID-335Tofu Linden
Checker: UNINIT_CTOR Function: LLKeyframeWalkMotion::LLKeyframeWalkMotion(const LLUUID &) File: /indra/llcharacter/llkeyframewalkmotion.cpp
2010-01-29CID-337Tofu Linden
Checker: UNINIT_CTOR Function: Translation::Translation() File: /indra/llcharacter/llbvhloader.h