LSL Status/Events

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Fixes more lsl_events.)
m (Updates lsl events more)
Line 31: Line 31:
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=at_rot_target  at_rot_target ]
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=at_rot_target  at_rot_target ]
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | No
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
Line 37: Line 37:
  
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
| style="background-color:#FFFF99" height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=at_target  at_target ]
+
| style="background-color:#99CC00" style="background-color:#FFFF99" height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=at_target  at_target ]
| align="center" valign="bottom" | Part
+
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
| valign="bottom" |   
+
| valign="bottom" |  Currently, llTarget does not move the prim, but at_target fires correctly.
  
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
Line 150: Line 150:
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=moving_end  moving_end ]
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=moving_end  moving_end ]
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | No
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
Line 157: Line 157:
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=moving_start  moving_start ]
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=moving_start  moving_start ]
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | No
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
Line 171: Line 171:
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=not_at_rot_target  not_at_rot_target ]
 
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=not_at_rot_target  not_at_rot_target ]
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | No
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
Line 177: Line 177:
  
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=not_at_target  not_at_target ]
+
| style="background-color:#99CC00" height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=not_at_target  not_at_target ]
 +
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
| align="center" valign="bottom" | 
+
| valign="bottom" | Currently, llTarget does not move the prim, but not_at_target fires correctly.
| valign="bottom" |
+
  
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"

Revision as of 17:04, 10 January 2010

Technical Reference -> Terms -> LSL Status -> LSL Event Status Page

What is the current LSL Event Status?

Introduction

Table Key

Ready for Testing Partially Implemented Fully Implemented Tested/Fail Deprecated Not supported

Back to LSL Status


LSL Events Status

33 Events listed, 14 left to implement, 0 deprecated (r7035)


Event Done Developer Tester Notes
at_rot_target No
at_target Yes Currently, llTarget does not move the prim, but at_target fires correctly.
attach Part
changed Part Teravus Currently prim do not change regions, change drop, or change teleport
collision Yes Mircea Kitsune
collision_end Yes Mircea Kitsune
collision_start Yes Mircea Kitsune
control Yes
dataserver Yes John Bomhold as of 8730
email Yes
http_response Part jimbo21  ??
land_collision Yes Revolution
land_collision_end Yes Revolution
land_collision_start Yes Revolution
link_message Yes
listen Yes
money Since the implementation of a currency is not part of the OpenSim project, the money event should allow for either in-world or off-world payments. For in-world payments, the event should be triggered when a resident has paid an amount. For off-world payments, it should signify that a resident wants to buy an item or pay an amount rather than the completion of a payment. The actual payment should then be initiated either through a plugin or an external process (e.g. via a website). Therefore, the money event needs an optional third parameter that specifies if the payment was internal or external. Alternatively, an additional event could be created (e.g. 'payment_request') for external payments. See Money for details - Ezekiel.
moving_end No
moving_start No
no_sensor Yes Mircea Kitsune
not_at_rot_target No
not_at_target Yes Currently, llTarget does not move the prim, but not_at_target fires correctly.
object_rez Yes
on_rez Yes
remote_data Part jimbo21  ??
run_time_permissions
sensor Yes Mircea Kitsune
state_entry Yes
state_exit Yes Maike Short
timer
touch No
touch_start Yes
touch_end Yes Mircea Kitsune

Back to LSL Status

See Also

Personal tools
General
About This Wiki