diff options
author | McCabe Maxsted | 2010-11-05 14:01:50 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-11-05 14:01:50 -0700 |
commit | d13d991d2d29bd3d0cc9a0d4e5480a0705681d06 (patch) | |
tree | 237bf9b1399e080fca1ee8fddddad5abb4db6fa4 /linden/indra/newview | |
parent | Applied patch by Nicky Perian for #680: commented out unused references to gs... (diff) | |
download | meta-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.dic | 2 | ||||
-rw-r--r-- | linden/indra/newview/app_settings/keywords.ini | 4 |
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 | |||
1098 | STATUS_RETURN_AT_EDGE | 1098 | STATUS_RETURN_AT_EDGE |
1099 | STATUS_CAST_SHADOWS | 1099 | STATUS_CAST_SHADOWS |
1100 | AGENT | 1100 | AGENT |
1101 | AGENT_BY_USERNAME | ||
1102 | AGENT_BY_LEGACY_NAME | ||
1101 | ACTIVE | 1103 | ACTIVE |
1102 | PASSIVE | 1104 | PASSIVE |
1103 | SCRIPTED | 1105 | SCRIPTED |
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 | |||
66 | STATUS_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 | 66 | STATUS_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 |
67 | STATUS_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 | 67 | STATUS_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 |
68 | STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects | 68 | STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects |
69 | AGENT Passed in llSensor library function to look for other Agents | 69 | AGENT Passed in llSensor library function to look for other Agents; DEPRECATED: Use AGENT_BY_LEGACY_NAME |
70 | AGENT_BY_USERNAME Passed in llSensor library function to look for other Agents by username | ||
71 | AGENT_BY_LEGACY_NAME Passed in llSensor library function to look for other Agents by legacy name | ||
70 | ACTIVE Passed in llSensor library function to look for moving objects | 72 | ACTIVE Passed in llSensor library function to look for moving objects |
71 | PASSIVE Passed in llSensor library function to look for objects that aren't moving | 73 | PASSIVE Passed in llSensor library function to look for objects that aren't moving |
72 | SCRIPTED Passed in llSensor library function to look for scripted objects | 74 | SCRIPTED Passed in llSensor library function to look for scripted objects |