[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:
@@ -1301,6 +1301,7 @@ ERlvCmdRet RlvHandler::processAddRemCommand(const RlvCommand& rlvCmd)
|
||||
// The following block is only valid if there's no option
|
||||
case RLV_BHVR_SHOWLOC: // @showloc=n|y - Checked: 2009-12-05 (RLVa-1.1.0h) | Modified: RLVa-1.1.0h
|
||||
case RLV_BHVR_SHOWNAMES: // @shownames=n|y - Checked: 2009-12-05 (RLVa-1.1.0h) | Modified: RLVa-1.1.0h
|
||||
case RLV_BHVR_SHOWNAMETAGS: // @shownametags=n|y - Checked: 2015-05-20 (RLVa:LF)
|
||||
case RLV_BHVR_EMOTE: // @emote=n|y - Checked: 2010-03-26 (RLVa-1.2.0b)
|
||||
case RLV_BHVR_SENDCHAT: // @sendchat=n|y - Checked: 2010-03-26 (RLVa-1.2.0b)
|
||||
case RLV_BHVR_CHATWHISPER: // @chatwhisper=n|y - Checked: 2010-03-26 (RLVa-1.2.0b)
|
||||
|
||||
Reference in New Issue
Block a user