LSL Status

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Kan-Ed Tests)
Line 46: Line 46:
 
[[LSL_Status/Kan-ed|OpenSim Kan-Ed Tests]]
 
[[LSL_Status/Kan-ed|OpenSim Kan-Ed Tests]]
  
[http://www.kan-ed.org/second-life/using-LSL.html Kan-Ed Test reference]
+
[http://www.kan-ed.org/second-life/using-LSL.html Kan-Ed Test reference] (Link actually not working please update..)
  
 
[http://web.archive.org/web/20080212083741/http://www.kan-ed.org/second-life/using-LSL.html  Old version through Archive.org]
 
[http://web.archive.org/web/20080212083741/http://www.kan-ed.org/second-life/using-LSL.html  Old version through Archive.org]

Revision as of 00:43, 26 March 2009

This page is for those who want to flesh out the LSL ScriptEngine. The file you modify is Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs.

This page is always under construction and perpetually being updated, don't consider the info here to be 100% dead on. If you find a feature that works that is not listed as "working" here. Please fully test it out and update it here or make a note that it is working and ready to be tested, if you can't test it.

Contents

Latest LSL News

  • OpenSim's own scripting team is accepting ideas/requests/wishlists for custom functions.
  • Some notes on converting LSL:PrimitiveParams to OpenSim PrimitiveBaseShape
  • Currently LSL is in a state of uncertainty based off the recent LibSL fiasco.
  • Once that is smoothed out, all LSL that previously tested fine, will be retested.
  • Because of the aforementioned issues, these numbers here likely lie.

Quick Progress Guide

Script tests


Types


Events


Functions

Kan-Ed Tests

OpenSim Kan-Ed Tests

Kan-Ed Test reference (Link actually not working please update..)

Old version through Archive.org

Note: Link dead and no existence of these scripts on the Kan-Ed site as of 3/25/08. Please use the included examples on this wiki for reference at this point.

Types

OpenSim LSL-Types Status
LSL-reference

Events

OpenSim LSL-Events Status
LSL-reference

Functions

OpenSim LSL-Functions Status
LSL-reference

Known Issues

The list memory hack shown below is not supported. See [Mantis 3187].

list foo = [ "foo" ];
foo = (foo=[]) + foo + [ "bar" ];

The boolean logical and operator does not function as expected. See [Mantis 3174].

Personal tools
General
About This Wiki