The Name System update!
Adds name list specific name settings, Removes boolean for having lists of speakers with legacy names in favor of having a more flexible setting for them Have a look at the combo boxes on Adv. Chat->Chat UI to customize these new settings. There is now a fourth option for name display: LegaCy Name (D is play Name)
This commit is contained in:
@@ -603,8 +603,9 @@ void LLFloaterAvatarList::updateAvatarList()
|
||||
{
|
||||
const LLUUID &avid = avatar_ids[i];
|
||||
|
||||
static const LLCachedControl<S32> namesystem("RadarNameSystem");
|
||||
std::string name;
|
||||
if (!LLAvatarNameCache::getPNSName(avid, name))
|
||||
if (!LLAvatarNameCache::getPNSName(avid, name, namesystem))
|
||||
continue; //prevent (Loading...)
|
||||
|
||||
LLAvatarListEntry* entry = getAvatarEntry(avid);
|
||||
|
||||
Reference in New Issue
Block a user