LSL Status/Events

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(LSL Events Status)
Line 4: Line 4:
 
'''Table Key'''
 
'''Table Key'''
 
{| class="wikitable" border="1" cellpadding="5" cellspacing="0"  
 
{| class="wikitable" border="1" cellpadding="5" cellspacing="0"  
|-   valign="bottom"
+
|- style="background-color:#FFFFFF"  valign="bottom"
 
| width="130" height="13" | Not Implemented
 
| width="130" height="13" | Not Implemented
 +
 +
|- style="background-color:#FF40FF"  valign="bottom"
 +
| height="13" | Ready for Testing
  
 
|- style="background-color:#FFFF99"  valign="bottom"
 
|- style="background-color:#FFFF99"  valign="bottom"
Line 13: Line 16:
 
| height="13" | Fully Implemented
 
| height="13" | Fully Implemented
  
|- style="background-color:#C0C0C0"  valign="bottom"
+
|- style="background-color:#C00000"  valign="bottom"
| height="13" | Depreciated
+
| height="13" | Tested/Fail
  
 +
|- style="background-color:#C0C0C0"  valign="bottom"
 +
| height="13" | Deprecated
 
|}
 
|}
  
Line 63: Line 68:
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | Mircea Kitsune
 
| valign="bottom" |   
 
| valign="bottom" |   
  
Line 70: Line 75:
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | Mircea Kitsune
 
| valign="bottom" |   
 
| valign="bottom" |   
  
Line 77: Line 82:
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | Mircea Kitsune
 
| valign="bottom" |   
 
| valign="bottom" |   
  
Line 165: Line 170:
  
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=no_sensor  no_sensor ]
+
| style="background-color:#99CC00" height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=no_sensor  no_sensor ]
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | Yes
| align="center" valign="bottom" | 
+
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 +
| align="center" valign="bottom" | Mircea Kitsune
 
| valign="bottom" |   
 
| valign="bottom" |   
  
Line 214: Line 219:
  
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
| height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=sensor  sensor ]
+
| style="background-color:#99CC00" height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=sensor  sensor ]
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | Yes
| align="center" valign="bottom" | 
+
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 +
| align="center" valign="bottom" | Mircea Kitsune
 
| valign="bottom" |   
 
| valign="bottom" |   
  
Line 242: Line 247:
  
 
|- style="font-size:8pt"
 
|- style="font-size:8pt"
| style="background-color:#FFFF99" height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=touch  touch ]
+
| style="background-color:#C00000" height="13"  valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=touch  touch ]
| align="center" valign="bottom" | Part
+
| align="center" valign="bottom" | Fail
| align="center" valign="bottom" | 
+
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
 +
| align="center" valign="bottom" | Mircea Kitsune
 
| valign="bottom" | Seems to be implemented but did not work when tested.
 
| valign="bottom" | Seems to be implemented but did not work when tested.
  
Line 259: Line 264:
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" |   
 
| align="center" valign="bottom" |   
| align="center" valign="bottom" |
+
| align="center" valign="bottom" | Mircea Kitsune
 
| valign="bottom" |   
 
| valign="bottom" |   
  

Revision as of 09:28, 31 October 2008

LSL Events Only 7 of 33 events are currently implemented.

Table Key

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

Back to LSL Status


LSL Events Status

Event Done Developer Tester Notes
at_rot_target
at_target Part
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
email Yes
http_response Part jimbo21  ??
land_collision
land_collision_end
land_collision_start
link_message
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
moving_start
no_sensor Yes Mircea Kitsune
not_at_rot_target
not_at_target
object_rez
on_rez Yes
remote_data Part jimbo21  ??
run_time_permissions
sensor Yes Mircea Kitsune
state_entry Yes
state_exit Yes
timer
touch Fail Mircea Kitsune Seems to be implemented but did not work when tested.
touch_start Yes
touch_end Yes Mircea Kitsune

Back to LSL Status

Personal tools
General
About This Wiki