diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvoavatar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index a23a9df..e585a6a 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h | |||
@@ -112,6 +112,10 @@ public: | |||
112 | void idleUpdateWindEffect(); | 112 | void idleUpdateWindEffect(); |
113 | void idleUpdateBoobEffect(); | 113 | void idleUpdateBoobEffect(); |
114 | void idleUpdateNameTag(const LLVector3& root_pos_last); | 114 | void idleUpdateNameTag(const LLVector3& root_pos_last); |
115 | void clearNameTag(); | ||
116 | static void invalidateNameTag(const LLUUID& agent_id); | ||
117 | // force all name tags to rebuild, useful when display names turned on/off | ||
118 | static void invalidateNameTags(); | ||
115 | void idleUpdateRenderCost(); | 119 | void idleUpdateRenderCost(); |
116 | void idleUpdateTractorBeam(); | 120 | void idleUpdateTractorBeam(); |
117 | void idleUpdateBelowWater(); | 121 | void idleUpdateBelowWater(); |
@@ -677,6 +681,7 @@ protected: | |||
677 | 681 | ||
678 | LLWString mNameString; | 682 | LLWString mNameString; |
679 | std::string mTitle; | 683 | std::string mTitle; |
684 | std::string mCompleteName; | ||
680 | BOOL mNameAway; | 685 | BOOL mNameAway; |
681 | BOOL mNameBusy; | 686 | BOOL mNameBusy; |
682 | BOOL mNameMute; | 687 | BOOL mNameMute; |