summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
2010-08-09EXT-8577 FIXED Context menu items for multi-attachmentsVadim Savchuk
Changes: * Implemented bulk-add from My Appearance SP. * Made sure there's no memleak when you click Wear/Attach in the in-world object context menu and the callback isn't invoked (because e.g. avatar fails to get close enough to the object). I stated that in comments. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/844/ --HG-- branch : product-engine
2010-08-06merge from viewer-releaseTofu Linden
2010-08-06EXT-8579 FIXED Develop.Avatar.Animation Info should not show asset IDsTofu Linden
Made it so that you only see real UUIDs if the viewer thinks you are in real godmode.
2010-08-02merge from dessie/viewer-releaseRichard Nelson
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-22EXT-8051 FIXED Change cameraCustomizeAvatar calls to use ↵Loren Shih
gAvatarp->isUsingBakedTextures Changed some uses of cameraCustomizeAvatar as appropriate.
2010-07-27Merge from dessie/viewer-releaseRichard Linden
2010-07-26(hairy) merge from viewer-releaseTofu Linden
2010-07-20EXT-7500: FIXED: Texture Jamming problems with http texture offXiaohong Bao
2010-07-20mergeRichard Nelson
2010-07-15EXT-8301: FIXED: crash at LLViewerFetchedTexture::cleanup() [secondlife-bin ↵Xiaohong Bao
llviewertexture.cpp]
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-14Merged from viewer-releaseDessie Linden
2010-07-13trivial: convert to UNIX line endings.Xiaohong Bao
2010-07-13Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-07-13EXT-7940: FIXED: Max # of non-impostor avatars is off by 2Xiaohong Bao
2010-07-13EXT-7400: FIXED: 2.0.2 texture queue gets jammed;Xiaohong Bao
EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5
2010-07-09Merged from viewer-releaseDessie Linden
2010-07-09automated mergeLoren Shih
2010-07-08EXT-8140 Changing items in "add more" view, or editing the items, causes ↵Leyla Farazha
avatar to bounce up and down
2010-07-08EXT-8264 FIXED Object attached to an invalid attachment index shows avatar ↵Loren Shih
menu on right-click, as if it IS attached Objects attached to bad attachment point end up attached to chest by default so they're not hanging in space.
2010-07-02Merged from viewer-releaseDessie Linden
2010-07-01more for EXT-7839: texture console is stalled;Xiaohong Bao
EXT-7500: Texture Jamming problems with http texture off;
2010-06-30fix for EXT-7839: texture console is stalled;Xiaohong Bao
fix for EXT-7500: Texture Jamming problems with http texture off;
2010-06-25Merged from viewer-releaseDessie Linden
2010-06-24mergeRichard Linden
2010-06-24EXT-7999 FIX avatars have bent kneesRichard Linden
EXT-7567 FIX My feet are missing when walking on the ground reviewed by Nyx
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-24Merged from viewer-releaseDessie Linden
2010-06-23EXT-7767 FIX Outfit editor doesn't appear to have a default camera viewRichard Nelson
added some comments and cleaned up code based on review
2010-06-23EXT-7767 FIX Outfit editor doesn't appear to have a default camera viewRichard Nelson
2010-06-21Merge from ssh://hg.lindenlab.com/dessie/viewer-releaseLeyla Farazha
2010-06-17Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseRichard Nelson
2010-06-17Merge (and resolve conflict) from q/viewer-releaseKent Quirk
2010-06-16Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseXiaohong Bao
2010-06-16turned down step volume even moreRichard Nelson
2010-06-15EXT-7870 - Turn down footstep volumeRichard Linden
2010-06-11Merged from viewer-releaseDessie Linden
2010-06-11EXT-7464 Sandbox test of palmer/viewer-trunk (Deferred rendering turned ↵Tofu Linden
off, but fixes merged in) The merge.
2010-06-10EXT-7760: FIXED: only 10 avatars render non-impostoredXiaohong Bao
2010-06-10EXT-7760: FIXED: only 10 avatars render non-impostoredXiaohong Bao
2010-06-07more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture ↵Xiaohong Bao
off. Raise priorities of textures for self avatar to the highest.
2010-06-07more for EXT-7500: PARTIAL FIXED: Texture Jamming problems with http texture ↵Xiaohong Bao
off. Raise priorities of textures for self avatar to the highest.
2010-06-03merge from viewer-publicTofu Linden
2010-06-03mergeBrad Payne (Vir Linden)
2010-06-03AVP-77 WIP cleanup before merge/pushBrad Payne (Vir Linden)
2010-06-03merge from viewer-publicTofu Linden
2010-06-02EXT-7499 FIX prevent other avatars from remaining ruthNyx (Neal Orman)
Fixed random to use ll_rand() so that it compiles across all architectures. This should fix the trunk build. Code reviewed by CG