LSL Status
From OpenSimulator
(Difference between revisions)
(→LSL/OSSL Status | Quick Progress Guide) |
m (Robot: Cosmetic changes) |
||
Line 3: | Line 3: | ||
{{content}} | {{content}} | ||
− | =What is the current LSL/OSSL Status?= | + | = What is the current LSL/OSSL Status? = |
− | ==Introduction== | + | == 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. | 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. | ||
Line 24: | Line 24: | ||
− | '''[[ | + | '''[[LSL Status/Types|LSL-Types Status]]''' |
{| style="border: 1px solid black" cellspacing=1 width=50% height=15x align=left | {| style="border: 1px solid black" cellspacing=1 width=50% height=15x align=left | ||
|align=center width=100% style=background:#00E000| | |align=center width=100% style=background:#00E000| | ||
Line 32: | Line 32: | ||
− | '''[[ | + | '''[[LSL Status/Events|LSL-Events Status]]''' |
{| style="border: 1px solid black" cellspacing=1 width=50% height=15x align=left | {| style="border: 1px solid black" cellspacing=1 width=50% height=15x align=left | ||
|align=center width=94.0% style=background:#00E000| | |align=center width=94.0% style=background:#00E000| | ||
Line 39: | Line 39: | ||
− | '''[[ | + | '''[[LSL Status/Functions|LSL-Functions Status]]''' |
{| style="border: 1px solid black" cellspacing=1 width=50% height=15x align=left | {| style="border: 1px solid black" cellspacing=1 width=50% height=15x align=left | ||
|align=center width=85.0% style=background:#00E000| | |align=center width=85.0% style=background:#00E000| | ||
|align=center width=15.0% style=background:#E00000| | |align=center width=15.0% style=background:#E00000| | ||
|} | |} | ||
− | <br> | + | <br /> |
== Latest LSL News == | == Latest LSL News == | ||
Line 53: | Line 53: | ||
== Latest OSSL News == | == Latest OSSL News == | ||
− | * For help enabling OSSL, [[ | + | * For help enabling OSSL, [[OSSL Enabling Functions|click here]]. |
* [[OSSL TextureDrawing|OSSL texture drawing functions]] | * [[OSSL TextureDrawing|OSSL texture drawing functions]] | ||
* [[OS Scripting Tutorial]] | * [[OS Scripting Tutorial]] | ||
− | <br> | + | <br /> |
= See Also = | = See Also = | ||
Line 63: | Line 63: | ||
** [[LSL Status/Events|LSL Events Status Page]] | ** [[LSL Status/Events|LSL Events Status Page]] | ||
** [[LSL Status/Functions|LSL Functions Status Page]] | ** [[LSL Status/Functions|LSL Functions Status Page]] | ||
− | ** [[LSL Status/Kan-ed| Kan-Ed Tests]] | + | ** [[LSL Status/Kan-ed|Kan-Ed Tests]] |
[[Category:Users]] | [[Category:Users]] | ||
[[Category:Support]] | [[Category:Support]] | ||
− | [[Category:Tech Reference]] | + | [[Category:Tech Reference]] |
[[Category:Help]] | [[Category:Help]] | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
− | [[Category: | + | [[Category:Getting Started]] |
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Todo]] | [[Category:Todo]] |
Revision as of 19:28, 3 March 2012
This article or section contains incomplete information. Please help us by completing the content on this page. |
What is the current LSL/OSSL 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.
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/OSSL Status | Quick Progress Guide
Script tests
Latest LSL News
- 2 events, 7 functions missing from LSL.
- Some notes on converting LSL:PrimitiveParams to OpenSim PrimitiveBaseShape
Latest OSSL News
- For help enabling OSSL, click here.
- OSSL texture drawing functions
- OS Scripting Tutorial