[RLV] 2.9: @shownametags
This hides name tags and names whenever possible, except from chat.. when not possible, falls back on anonyms Changed: Radar no longer hidess based on @shownames, that's silly.. now radar hides names when @shownames Radar will alert when @shownames restricted, but not when @shownametags restricted Radar will not offer menu when @shownames or @shownametags restricted, and the IM and Profile buttons will disable. Hopefully fixed broken RLVa logic in llfloaterobjectiminfo.cpp Fix slightly broken RLVa logic code in llpanelpermissions.cpp Changed: Range Finder now disallowed when minimap disabled, show loc restriction doesn't change it anymore. Fix broken hiding of names when offering teleports; rlv_shownames param doesn't seem to always pass, work around those situations... ^-This causes some false positives, I suppose, if you offer teleport from friends list to someone in the region, but better safe than sorry.
This commit is contained in:
@@ -939,7 +939,8 @@ BOOL LLNetMap::handleToolTip( S32 x, S32 y, std::string& tool_tip, LLRect* stick
|
||||
{
|
||||
//tool_tip.append(fullName);
|
||||
// [RLVa:KB] - Version: 1.23.4 | Checked: 2009-07-08 (RLVa-1.0.0e) | Modified: RLVa-0.2.0b
|
||||
tool_tip.append( (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES)) ? fullName : RlvStrings::getAnonym(fullName) );
|
||||
if (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMETAGS))
|
||||
tool_tip.append( (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES)) ? fullName : RlvStrings::getAnonym(fullName) );
|
||||
// [/RLVa:KB]
|
||||
|
||||
// <singu> Use the radar for positioning, when possible.
|
||||
|
||||
Reference in New Issue
Block a user