LSL Status
From OpenSimulator
(Difference between revisions)
Steevithak (Talk | contribs) m (→See Also: added link to orphaned lsl/ossl coding standards proposal) |
Steevithak (Talk | contribs) m (→LSL/OSSL Status | Quick Progress Guide: fixed style error that made bar graphs look less complete than actual stats) |
||
Line 17: | Line 17: | ||
'''Script tests''' | '''Script tests''' | ||
− | {| 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=48.0% style=background:#00E000| | + | |align=center width=48.0% style="background:#00E000; padding: 1px 0;"| |
− | |align=center width=52.0% style=background:#E00000| | + | |align=center width=52.0% style="background:#E00000; padding: 1px 0;"| |
<!-- |align=center width=50.0% style=background:#E00000| --> | <!-- |align=center width=50.0% style=background:#E00000| --> | ||
|} | |} | ||
Line 25: | Line 25: | ||
'''[[LSL Status/Types|LSL-Types Status]]''' | '''[[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; padding: 1px 0;"| |
− | |align=center width=0% style=background:#E00000| | + | |align=center width=0% style="background:#E00000; padding: 1px 0;"| |
<!-- |align=center width=40% style=background:#E00000| --> | <!-- |align=center width=40% style=background:#E00000| --> | ||
|} | |} | ||
Line 33: | Line 33: | ||
'''[[LSL Status/Events|LSL-Events Status]]''' | '''[[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; padding: 1px 0;"| |
− | |align=center width=6.0% style=background:#E00000| | + | |align=center width=6.0% style="background:#E00000; padding: 1px 0;"| |
|} | |} | ||
'''[[LSL Status/Functions|LSL-Functions Status]]''' | '''[[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; padding: 1px 0;"| |
− | |align=center width=15.0% style=background:#E00000| | + | |align=center width=15.0% style="background:#E00000; padding: 1px 0;"| |
|} | |} | ||
<br /> | <br /> |
Revision as of 16:36, 9 September 2020
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 OpenSimulator PrimitiveBaseShape
Latest OSSL News
- For help enabling OSSL, click here.
- OSSL texture drawing functions
- OS Scripting Tutorial
- OSSL Reference