aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-11-05 14:01:50 -0700
committerMcCabe Maxsted2010-11-05 14:01:50 -0700
commitd13d991d2d29bd3d0cc9a0d4e5480a0705681d06 (patch)
tree237bf9b1399e080fca1ee8fddddad5abb4db6fa4 /linden/indra/newview
parentApplied patch by Nicky Perian for #680: commented out unused references to gs... (diff)
downloadmeta-impy-d13d991d2d29bd3d0cc9a0d4e5480a0705681d06.zip
meta-impy-d13d991d2d29bd3d0cc9a0d4e5480a0705681d06.tar.gz
meta-impy-d13d991d2d29bd3d0cc9a0d4e5480a0705681d06.tar.bz2
meta-impy-d13d991d2d29bd3d0cc9a0d4e5480a0705681d06.tar.xz
Applied patch by Ansariel Hiller for #675: Keywords update to reflect changes to llSensor LSL function
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/app_settings/dictionaries/en_sl.dic2
-rw-r--r--linden/indra/newview/app_settings/keywords.ini4
2 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/app_settings/dictionaries/en_sl.dic b/linden/indra/newview/app_settings/dictionaries/en_sl.dic
index f37b60d..09076f7 100644
--- a/linden/indra/newview/app_settings/dictionaries/en_sl.dic
+++ b/linden/indra/newview/app_settings/dictionaries/en_sl.dic
@@ -1098,6 +1098,8 @@ STATUS_DIE_AT_EDGE
1098STATUS_RETURN_AT_EDGE 1098STATUS_RETURN_AT_EDGE
1099STATUS_CAST_SHADOWS 1099STATUS_CAST_SHADOWS
1100AGENT 1100AGENT
1101AGENT_BY_USERNAME
1102AGENT_BY_LEGACY_NAME
1101ACTIVE 1103ACTIVE
1102PASSIVE 1104PASSIVE
1103SCRIPTED 1105SCRIPTED
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini
index 8e303dc..36a4cdc 100644
--- a/linden/indra/newview/app_settings/keywords.ini
+++ b/linden/indra/newview/app_settings/keywords.ini
@@ -66,7 +66,9 @@ STATUS_BLOCK_GRAB Passed in the llSetStatus library function. If TRUE, object c
66STATUS_DIE_AT_EDGE Passed in the llSetStatus library function. If TRUE, objects that reach the edge of the world just die:rather than teleporting back to the owner 66STATUS_DIE_AT_EDGE Passed in the llSetStatus library function. If TRUE, objects that reach the edge of the world just die:rather than teleporting back to the owner
67STATUS_RETURN_AT_EDGE Passed in the llSetStatus library function. If TRUE, script rezzed objects that reach the edge of the world:are returned rather than killed:STATUS_RETURN_AT_EDGE trumps STATUS_DIE_AT_EDGE if both are set 67STATUS_RETURN_AT_EDGE Passed in the llSetStatus library function. If TRUE, script rezzed objects that reach the edge of the world:are returned rather than killed:STATUS_RETURN_AT_EDGE trumps STATUS_DIE_AT_EDGE if both are set
68STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects 68STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects
69AGENT Passed in llSensor library function to look for other Agents 69AGENT Passed in llSensor library function to look for other Agents; DEPRECATED: Use AGENT_BY_LEGACY_NAME
70AGENT_BY_USERNAME Passed in llSensor library function to look for other Agents by username
71AGENT_BY_LEGACY_NAME Passed in llSensor library function to look for other Agents by legacy name
70ACTIVE Passed in llSensor library function to look for moving objects 72ACTIVE Passed in llSensor library function to look for moving objects
71PASSIVE Passed in llSensor library function to look for objects that aren't moving 73PASSIVE Passed in llSensor library function to look for objects that aren't moving
72SCRIPTED Passed in llSensor library function to look for scripted objects 74SCRIPTED Passed in llSensor library function to look for scripted objects