From 09964ec6ede2c9dba5954448bff6b2da2dc179af Mon Sep 17 00:00:00 2001 From: dolphin Date: Tue, 24 Sep 2013 19:10:43 -0700 Subject: Created an experience specific permissions dialog. --- scripts/messages/message_template.msg | 4 ++++ scripts/messages/message_template.msg.sha1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 6702de9b4a..f158142bbc 100755 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -4240,6 +4240,10 @@ version 2.0 { ObjectName Variable 1 } { ObjectOwner Variable 1 } { Questions S32 } + } + { + Experience Single + { ExperienceID LLUUID } } } diff --git a/scripts/messages/message_template.msg.sha1 b/scripts/messages/message_template.msg.sha1 index 7a31177f11..7c62b4ffcd 100755 --- a/scripts/messages/message_template.msg.sha1 +++ b/scripts/messages/message_template.msg.sha1 @@ -1 +1 @@ -4dbf88396c3188ad4c54c4f847a7d8817793668d \ No newline at end of file +675eb496386ba25cb6433a846e6478546ea9302f \ No newline at end of file -- cgit v1.3 From 73b277b83b021dedc54cdaf48c3be30275a1f843 Mon Sep 17 00:00:00 2001 From: dolphin Date: Mon, 9 Dec 2013 13:47:41 -0800 Subject: Fixed windows line endings --- indra/newview/app_settings/keywords.ini | 31 ++++++++++++++++--------------- scripts/messages/message_template.msg | 4 ++-- 2 files changed, 18 insertions(+), 17 deletions(-) (limited to 'scripts') diff --git a/indra/newview/app_settings/keywords.ini b/indra/newview/app_settings/keywords.ini index 6209a8b616..3bcb4d666d 100755 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -714,21 +714,22 @@ TEXTURE_TRANSPARENT UUID for the "White - Transparent" texture URL_REQUEST_GRANTED Used with http_request when a public URL is successfully granted URL_REQUEST_DENIED Used with http_request when a public URL is not available -XP_ERROR_NONE No error was detected -XP_ERROR_THROTTLED The call failed due to too many recent calls. -XP_ERROR_EXPERIENCES_DISABLED The region currently has experiences disabled. -XP_ERROR_INVALID_PARAMETERS One of the string arguments was too big to fit in the key-value store. -XP_ERROR_NOT_PERMITTED This experience is not allowed to run on the current region. -XP_ERROR_NO_EXPERIENCE This script is not associated with an experience. -XP_ERROR_NOT_FOUND The sim was unable to verify the validity of the experience. Retrying after a short wait is advised. -XP_ERROR_INVALID_EXPERIENCE The script is associated with an experience that no longer exists. -XP_ERROR_EXPERIENCE_DISABLED The experience owner has temporarily disabled the experience. -XP_ERROR_EXPERIENCE_SUSPENDED The experience has been suspended by Linden Customer Support. -XP_ERROR_QUOTA_EXCEEDED An attempted write data to the key-value store failed due to the data quota being met. -XP_ERROR_STORE_DISABLED The key-value store is currently disabled on this region. -XP_ERROR_STORAGE_EXCEPTION Unable to communicate with the key-value store. -XP_ERROR_KEY_NOT_FOUND The requested key does not exist. -XP_ERROR_RETRY_UPDATE A checked update failed due to an out of date request. +XP_ERROR_NONE No error was detected +XP_ERROR_THROTTLED The call failed due to too many recent calls. +XP_ERROR_EXPERIENCES_DISABLED The region currently has experiences disabled. +XP_ERROR_INVALID_PARAMETERS One of the string arguments was too big to fit in the key-value store. +XP_ERROR_NOT_PERMITTED This experience is not allowed to run on the current region. +XP_ERROR_NO_EXPERIENCE This script is not associated with an experience. +XP_ERROR_NOT_FOUND The sim was unable to verify the validity of the experience. Retrying after a short wait is advised. +XP_ERROR_INVALID_EXPERIENCE The script is associated with an experience that no longer exists. +XP_ERROR_EXPERIENCE_DISABLED The experience owner has temporarily disabled the experience. +XP_ERROR_EXPERIENCE_SUSPENDED The experience has been suspended by Linden Customer Support. +XP_ERROR_QUOTA_EXCEEDED An attempted write data to the key-value store failed due to the data quota being met. +XP_ERROR_STORE_DISABLED The key-value store is currently disabled on this region. +XP_ERROR_STORAGE_EXCEPTION Unable to communicate with the key-value store. +XP_ERROR_KEY_NOT_FOUND The requested key does not exist. +XP_ERROR_RETRY_UPDATE A checked update failed due to an out of date request. +XP_ERROR_MATURITY_EXCEEDED The request failed due to agent content preferences. XP_ERROR_UNKNOWN_ERROR Other unknown error. diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index f158142bbc..bba95f8e67 100755 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -4240,8 +4240,8 @@ version 2.0 { ObjectName Variable 1 } { ObjectOwner Variable 1 } { Questions S32 } - } - { + } + { Experience Single { ExperienceID LLUUID } } -- cgit v1.3