summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
AgeCommit message (Collapse)Author
2010-05-27merge from viewer-publicTofu Linden
2010-05-27merge from viewer-publicTofu Linden
2010-05-27EXT-7392 FIXED hooked up alpha mask checkboxes to the alpha mask wearableIgor Borovkov
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/434/ --HG-- branch : product-engine
2010-05-20Strip out debug code related to toggling display names on/offJames Cook
2010-05-20merge from viewer-publicTofu Linden
2010-05-20merge from viewer-publicTofu Linden
2010-05-19Merge pull from dessie/viewer-publicLeyla Farazha
2010-05-19AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statisticsLoren Shih
Added outfit baking notification. Cleaned up some code around notifications. Added some more clarity to notification message wording.
2010-05-19merge from viewer-publicTofu Linden
2010-05-19merge from viewer-publicTofu Linden
2010-05-18AVP-72 FIXED Debug settings for gathering Welcome Island Rez time statisticsLoren Shih
Added timestamp for avatar rez messages. Added messaging when entering/leaving Edit Appearance Mode.
2010-05-14mergeBrad Payne (Vir Linden)
2010-05-13merge pull from dessie/viewer-public, picking up SLE codeJames Cook
2010-05-13merge from viewer-publicTofu Linden
2010-05-13merge from viewer-publicTofu Linden
2010-05-12EXT-7324 : INFRASTRUCTURE: Inventorymodel code cleanupLoren Shih
Superficial header file cleanup Lots of moving functions around and recategorizing in LLInventoryModel.h Removed some obsolete functions, changed scoping of others Moved some static functions from LLInventoryModel into llinventoryfunctions.h
2010-05-12merge from viewer-publicTofu Linden
2010-05-12merge from viewer-publicTofu Linden
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-05-11EXT-7305 : FIXED : Changed LLWearableDictionary to LLWearableTypeLoren Shih
Refactored LLWearableDictionary to look more like LLAssetType/LLFolderType/etc. in terms of code design. This required a lot of superficial changes across many files. Overall functionality has not changed.
2010-05-07For EXT-6953: Evaluate and implement Richard's improved default animations. ↵Brad Payne (Vir Linden)
Cleanup and log spam reduction.
2010-04-26DEV-47529 Viewer turns display names on/off based on region capabilityJames Cook
Also refreshes name tags so you can see the state. Reviewed with Kelly.
2010-04-21For EXT-6953: improved default animations.Brad Payne (Vir Linden)
2010-04-20merge from viewer-trunkTofu Linden
2010-04-20merge from viewer-trunkTofu Linden
2010-04-20Try to fix a (correct) gcc whine about the child hiding the parent's ↵Tofu Linden
dirtyMesh() method. What I can't figure out is why gcc doesn't complain in render-pipeline, where the problem is the same. (transplanted from cba9bf2cf5194da14105cc28e792f908ef672864)
2010-04-20Try to fix a (correct) gcc whine about the child hiding the parent's ↵Tofu Linden
dirtyMesh() method. What I can't figure out is why gcc doesn't complain in render-pipeline, where the problem is the same.
2010-04-20Try to fix a (correct) gcc whine about the child hiding the parent's ↵Tofu Linden
dirtyMesh() method. What I can't figure out is why gcc doesn't complain in render-pipeline, where the problem is the same.
2010-04-20slightly hairy merge from viewer-trunkTofu Linden
2010-04-20trivial comment fix.Tofu Linden
2010-04-19mergeDave Parks
2010-04-19Remove foot shadows from llvoavatar and add terse update to ↵Dave Parks
LLViewerJointMesh::updateFaceData. (transplanted from 14545d24820e032279c81cb386dd043eeee625f7)
2010-04-19Remove foot shadows from llvoavatar and add terse update to ↵Dave Parks
LLViewerJointMesh::updateFaceData. (transplanted from 14545d24820e032279c81cb386dd043eeee625f7)
2010-04-19Remove foot shadows from llvoavatar and add terse update to ↵Dave Parks
LLViewerJointMesh::updateFaceData.
2010-04-17merge from viewer-trunkTofu Linden
2010-04-16EXT-6892 : Add debug setting to show avatar rez timesLoren Shih
This pops up a notification whenever another avatar rezzes. Controlled by a #define, currently set to ON.
2010-04-15merge from viewer-trunkTofu Linden
2010-04-15EXT-6877 : Show avatar-as-cloud as "Loading..." in nametagLoren Shih
If you or others are a cloud, then your nametag will include a "(Loading...)" string. Note: this required a small bit of code refactor so that you can query if an avatar (yourself or others) is a cloud; this was basically a rename from updateIsFullyLoaded into getIsCloud.
2010-04-06Rigged attachments (almost works).Dave Parks
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
2010-03-23Part DEV-47695 route display name changes via sim for rebroadcast toJames Cook
nearby avatars for name tag updates and to update cached display name for LSL nonblocking functions
2010-03-15EXT-6010 Appearance reverts to an old outfit while attempting to wear new outfitNyx (Neal Orman)
Added code to suppress local composite updates while wearables are loaded. This makes sure that we don't update your appearance until all your wearables are added to gAgentWearables. Hackish for 2.0, but will be inherently better for 2.1 code reviewed by vir.
2010-03-09Break name tag code out into LLHUDNameTagJames Cook
Start by duplicating the LLHUDText code, then stripping out functionality that only needs to exist in one place (like force-based juggling of name tag positions)
2010-02-25Support multiple fonts, colors and styles in name tagsJames Cook
Simplified LLHUDText string API to be UTF8 only Added per-text segment font support Changed LLVOAvatar invalidateNameTag to clearNameTag
2010-02-24Hack to refresh name tags when I change my display name.James Cook
Also fixes a crash when turning on display names.
2010-02-24Use async display name lookup for name tags, makes them refresh properly ↵James Cook
when toggling display name feature
2010-02-19Improved support for toggling display names on/offJames Cook
Stop pre-populated name cache because we have a web service now for lookup Added mIsLegacy to LLAvatarName so we can colorize those name tags differently
2010-02-11MergeJames Cook
2010-02-10Name tags of friends appear in green.James Cook
Refactored LLVOAvatar idleUpdateNameTag into smaller functions Eliminated unused LLHUDText::setUsePixelSize
2010-02-05EXT-5034 assert triggered for new avatars in LLVOAvatar::restoreMeshData()Nyx (Neal Orman)
We had commented out the word "virtual" in front of the function definition for some reason. one-liner, reviewed by Bigpapi.