LSL Status
From OpenSimulator
m (→LSL Status | Quick Progress Guide: Quick Progress Guide needs to be updated with current status!) |
m (Moved "LSL Status - Quick Progress Guide" to top of the page. The "LSL_Status/Types", "LSL_Status/Functions", and "LSL_Status/Events" pages need to be updated!!!) |
||
Line 15: | Line 15: | ||
''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.'' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== LSL Status | Quick Progress Guide == | == LSL Status | Quick Progress Guide == | ||
Line 65: | Line 47: | ||
|align=center width=19.0% style=background:#E00000| | |align=center width=19.0% style=background:#E00000| | ||
|} | |} | ||
+ | |||
+ | |||
+ | == Latest LSL News == | ||
+ | |||
+ | * OpenSim's own scripting team is accepting ideas/requests/wishlists for [[OSSL_Proposals|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 are incorrect and need to be updated. | ||
+ | * Current [[Status|OpenSim Status]] | ||
+ | * Latest [[News|OpenSim News & Feature Requests]] | ||
+ | * [[LSL_Status|LSL Status]] | ||
+ | * [[LSL_Status/Types|OpenSim LSL-Types Status]] | ||
+ | * [[LSL_Status/Events|OpenSim LSL-Events Status]] | ||
+ | * [[LSL_Status/Functions|OpenSim LSL-Functions Status]] | ||
+ | * [[OSSL_Status|OSSL Status]] | ||
+ | * [[OSSL_Status/Types|OpenSim OSSL-Types Status]] | ||
+ | * [[OSSL_Status/Events|OpenSim OSSL-Events Status]] | ||
+ | * [[OSSL_Status/Functions|OpenSim OSSL-Functions Status]] | ||
+ | |||
==Kan-Ed Tests== | ==Kan-Ed Tests== |
Revision as of 08:55, 21 May 2009
Technical Reference -> Terms -> LSL Status
This article or section contains incomplete information. Please help us by completing the content on this 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 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% 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
- 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 are incorrect and need to be updated.
- Current OpenSim Status
- Latest OpenSim News & Feature Requests
- LSL Status
- OpenSim LSL-Types Status
- OpenSim LSL-Events Status
- OpenSim LSL-Functions Status
- OSSL Status
- OpenSim OSSL-Types Status
- OpenSim OSSL-Events Status
- OpenSim OSSL-Functions Status
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.