summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorMaestro Linden <maestro@lindenlab.com>2013-03-19 19:25:24 +0000
committerMaestro Linden <maestro@lindenlab.com>2013-03-19 19:25:24 +0000
commita8245c51b9cd6fac1d26932dbb1fcf052f00da18 (patch)
treed228ddf101aeec4caca5ab276cdf0ee001deccde /indra/newview/llviewermessage.cpp
parent79edd066a4ddce341b556642bf6b98ef761d59f6 (diff)
MAINT-2506 added viewer support for PERMISSION_SILENT_ESTATE_MANAGEMENT and PERMISSION_OVERRIDE_ANIMATIONS. Reviewed by Simon.
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rwxr-xr-xindra/newview/llviewermessage.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index bdb09b4c6f..d7d82e1d67 100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -160,7 +160,10 @@ const std::string SCRIPT_QUESTIONS[SCRIPT_PERMISSION_EOF] =
"ChangePermissions",
"TrackYourCamera",
"ControlYourCamera",
- "TeleportYourAgent"
+ "TeleportYourAgent",
+ "ExperiencePlaceholder",
+ "ManageEstateSilently",
+ "ChangeYourDefaultAnimations"
};
const BOOL SCRIPT_QUESTION_IS_CAUTION[SCRIPT_PERMISSION_EOF] =
@@ -176,7 +179,10 @@ const BOOL SCRIPT_QUESTION_IS_CAUTION[SCRIPT_PERMISSION_EOF] =
FALSE, // ChangePermissions
FALSE, // TrackYourCamera,
FALSE, // ControlYourCamera
- FALSE // TeleportYourAgent
+ FALSE, // TeleportYourAgent
+ FALSE, // ExperiencePlaceholder
+ FALSE, // ManageEstateSilently
+ FALSE // ChangeYourDefaultAnimations
};
bool friendship_offer_callback(const LLSD& notification, const LLSD& response)