LSL Status
From OpenSimulator
Revolution (Talk | contribs) m (→LSL Status | Quick Progress Guide) |
Revolution (Talk | contribs) m (Scripting is being redone....) |
||
Line 52: | Line 52: | ||
* OpenSim's own scripting team is accepting ideas/requests/wishlists for [[OSSL_Proposals|custom functions]]. | * OpenSim's own scripting team is accepting ideas/requests/wishlists for [[OSSL_Proposals|custom functions]]. | ||
* Some notes on converting [[LSL:PrimitiveParams]] to OpenSim PrimitiveBaseShape | * Some notes on converting [[LSL:PrimitiveParams]] to OpenSim PrimitiveBaseShape | ||
− | |||
− | |||
− | |||
− | === | + | === Scripting Links === |
* Current [[Status|OpenSim Status]] | * Current [[Status|OpenSim Status]] | ||
* Latest [[News|OpenSim News & Feature Requests]] | * Latest [[News|OpenSim News & Feature Requests]] | ||
Line 67: | Line 64: | ||
* [[OSSL_Status/Events|OSSL-Events Status]] | * [[OSSL_Status/Events|OSSL-Events Status]] | ||
* [[OSSL_Status/Functions|OSSL-Functions Status]] | * [[OSSL_Status/Functions|OSSL-Functions Status]] | ||
− | + | <br> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==Known Issues== | ==Known Issues== | ||
Line 98: | Line 75: | ||
See [http://opensimulator.org/mantis/ Bug Tracker] for known issues and Bug status updates. | See [http://opensimulator.org/mantis/ Bug Tracker] for known issues and Bug status updates. | ||
+ | |||
+ | ==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] (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] | ||
+ | |||
+ | 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. | ||
= See Also = | = See Also = |
Revision as of 21:18, 28 January 2010
Technical Reference -> Terms -> Status Page -> LSL Main Status Page
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 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
- OpenSim's own scripting team is accepting ideas/requests/wishlists for custom functions.
- Some notes on converting LSL:PrimitiveParams to OpenSim PrimitiveBaseShape
Scripting Links
- Current OpenSim Status
- Latest OpenSim News & Feature Requests
- LSL Status
- LSL-Types Status
- LSL-Events Status
- LSL-Functions Status
- OSSL Status
- OSSL-Types Status
- OSSL-Events Status
- OSSL-Functions Status
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.
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.
See Also
- Main Status Page
- LSL Status Page
- LSL Types Status Page
- LSL Events Status Page
- LSL Functions Status Page
- LSL Functions Status Summary
- OSSL Status Page
- OSSL Types Status Page
- OSSL Events Status Page
- OSSL Functions Status Page
- OSSL Functions Status Summary
- OSSL Implemented Functions
- Technical Reference Page