Support SimulatorFeature god_names, used for identifying those the Sim reveals to be gods.

This commit is contained in:
Lirusaito
2013-02-13 03:11:20 -05:00
parent c7fcaa8e5b
commit 4d3fb7affe
2 changed files with 65 additions and 2 deletions

View File

@@ -149,6 +149,9 @@ private:
static void onFileMuteList(void** user_data, S32 code, LLExtStat ext_status);
void checkNewRegion();
void parseSimulatorFeatures();
private:
struct compare_by_name
{
@@ -186,6 +189,9 @@ private:
typedef std::map<LLUUID, F32> user_volume_map_t;
user_volume_map_t mUserVolumeSettings;
std::set<std::string> mGodLastNames;
std::set<std::string> mGodFullNames;
};
class LLMuteListObserver