diff options
author | Jacek Antonelli | 2009-09-04 01:56:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-04 03:39:51 -0500 |
commit | 89a510de10c48ebcf82b98a962e4bf66477dcc93 (patch) | |
tree | d30f79f433badffe36a67fc155e70a0e29dd2dc4 /linden/indra/llcommon | |
parent | Backported 1.23 fix for animation joint assertion crash. (diff) | |
download | meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.zip meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.gz meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.bz2 meta-impy-89a510de10c48ebcf82b98a962e4bf66477dcc93.tar.xz |
Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch.
Made a few non-functional changes to help it apply.
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r-- | linden/indra/llcommon/llchat.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llchat.h b/linden/indra/llcommon/llchat.h index 1bb3f3b..aa4469c 100644 --- a/linden/indra/llcommon/llchat.h +++ b/linden/indra/llcommon/llchat.h | |||
@@ -72,6 +72,10 @@ public: | |||
72 | : mText(text), | 72 | : mText(text), |
73 | mFromName(), | 73 | mFromName(), |
74 | mFromID(), | 74 | mFromID(), |
75 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a) | ||
76 | mRlvLocFiltered(FALSE), | ||
77 | mRlvNamesFiltered(FALSE), | ||
78 | // [/RLVa:KB] | ||
75 | mSourceType(CHAT_SOURCE_AGENT), | 79 | mSourceType(CHAT_SOURCE_AGENT), |
76 | mChatType(CHAT_TYPE_NORMAL), | 80 | mChatType(CHAT_TYPE_NORMAL), |
77 | mAudible(CHAT_AUDIBLE_FULLY), | 81 | mAudible(CHAT_AUDIBLE_FULLY), |
@@ -83,6 +87,10 @@ public: | |||
83 | std::string mText; // UTF-8 line of text | 87 | std::string mText; // UTF-8 line of text |
84 | std::string mFromName; // agent or object name | 88 | std::string mFromName; // agent or object name |
85 | LLUUID mFromID; // agent id or object id | 89 | LLUUID mFromID; // agent id or object id |
90 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a) | ||
91 | BOOL mRlvLocFiltered; | ||
92 | BOOL mRlvNamesFiltered; | ||
93 | // [/RLVa:KB] | ||
86 | EChatSourceType mSourceType; | 94 | EChatSourceType mSourceType; |
87 | EChatType mChatType; | 95 | EChatType mChatType; |
88 | EChatAudible mAudible; | 96 | EChatAudible mAudible; |