LSL Status

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (LSL Status | Quick Progress Guide)
(Introduction: Changed to current file that includes ll* function definitions)
Line 10: Line 10:
 
==Introduction==
 
==Introduction==
  
This page is for those who want to flesh out the LSL ScriptEngine. The file you modify is [http://opensimulator.org/svn/opensim/trunk/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs <tt>Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs</tt>].
+
This page is for those who want to flesh out the LSL ScriptEngine. The file you modify is [http://opensimulator.org/viewgit/?a=viewblob&p=opensim&h=c9998c0d8675a59fe06c98a2f1c93b3d309c7662&hb=910d2177ad1e90d8b5748fbc8ffe9dbfe0c0fc9b&f=OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs] (link current as of 27 Jan 2010).
  
 
'''This page is always under construction and perpetually being updated, don't consider the info here to be 100% updated or correct.'''
 
'''This page is always under construction and perpetually being updated, don't consider the info here to be 100% updated or correct.'''
''If you find a feature that works that is not listed as "working" here.''
+
''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.''
 
''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.''
  

Revision as of 08:17, 27 January 2010

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


What is the current LSL Status?

Introduction

This page is for those who want to flesh out the LSL ScriptEngine. The file you modify is OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (link current as of 27 Jan 2010).

This page is always under construction and perpetually being updated, don't consider the info here to be 100% updated or correct. 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.

LSL Status | Quick Progress Guide

Script tests


Types


Events


Functions

Latest LSL News


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" ];

See Bug Tracker for known issues and Bug status updates.

See Also

Personal tools
General
About This Wiki