summaryrefslogtreecommitdiff
path: root/indra/llcharacter
AgeCommit message (Collapse)Author
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-11mergeprep
2013-03-11mergeprep
2013-03-11Viewer-chui mergeprep
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2012-11-28SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵prep
alignment issue in llAppearance.
2012-11-20Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-20Automated merge with https://bitbucket.org/lindenlab/viewer-developmentDave Parks
2012-11-16MAINT-1942 Increase maximum animation length from 30 seconds to 60 secondsKelly Washington
reviewed with Simon
2012-11-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-08CHUI-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-11-07SH-3500 FIX - added additional logging to allow params in various locations ↵Brad Payne (Vir Linden)
to be distinguished
2012-11-07SH-3500 FIX - removed an overzealous warning messageBrad Payne (Vir Linden)
2012-10-31MAINT-1560 : Make Slow Motion Animations affect all avatars. Added new menu.simon@Simon-PC.lindenlab.com
Reviewed by Kelly
2012-10-17more param location logging, added wearable type info to dumpArchetypeXMLBrad Payne (Vir Linden)
2012-10-15additional debugging info, including tracking where visual params liveBrad Payne (Vir Linden)
2012-10-11Updating linux build to gcc4.6Don Kjer
2012-10-03additional fixes for avoiding avatar param manipulation via wearables, ↵Brad Payne (Vir Linden)
setting correct state from avatar appearance
2012-09-13Fleshed out target_link_libraries dependencies between libraries. ↵Don Kjer
Appearance utility now reads avatar_lad.xml during stubbed out params processing.
2012-09-09Fixed crashes on login. Moved most of the remaining character/skeleton ↵Don Kjer
generation code into llappearance. Moved non-rendering related LLViewerJoint functionality into LLAvatarJoint.
2012-09-06Extracted mWearableDatas from LLAgentWearables into ↵Don Kjer
llappearance/LLWearableData. Moved LLDriverParam into llappearance
2012-09-05Merge in latest viewer-developmentsimon@Simon-PC.lindenlab.com
2012-09-04Cleanup actions from code review of llappearance with nyxDon Kjer
2012-09-03Merge VirLinden/sunshine -> don_linden/sunshine-experimentalDon Kjer
2012-09-03Extracted texture baking system into llappearance library.Don Kjer
2012-08-31MAINT-1503 Disable tcmalloc and fix remaining alignment issues.Dave Parks
2012-08-16merge changes for storm-1899Oz Linden
2012-07-26STORM-1899: Avatar hand poses randomly get stuck in spread positionAnsariel
2012-07-20MAINT-570 Remove unused memory tracking system LLMemTypeDave Parks
2012-06-06MAINT-646 Vectorize LLPolyMeshDave Parks
2012-06-05MAINT-646 Factor std::set out of lloctreeDave Parks
2012-06-01Add some timers.Dave Parks
2012-09-20Crash fix for non finite target in editing motionAnsariel
2012-04-03merge changes for drtvwr-132Oz Linden
2012-02-27SH-2889 Fix for crash when encountering certain attachments.Dave Parks
2012-04-26Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-02-03EXP-1853 FIX Misspelled value in llbvhloader.cppcallum
2011-08-17convert tabs to spaces where they are forbiddenOz Linden
2011-06-30merge changes for shining branchOz Linden
2011-06-28Crashfix for SEC-906Aura Linden
2011-06-21fix for SH-369: [PUBLIC-JIRA-USERS] [crashhunters] ↵Xiaohong Bao
LLVOAvatar::updateImpostors crash
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