LSL Status/Types

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added "turtle tracks" navigation to page, also added "Introduction" heading to top of page. Added and updated links.)
(LSL Types Status)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{{Template:Quicklinks}}
+
{{Quicklinks}}
  
[[Technical Reference | Technical Reference]] -> [[Technical Reference/terms | Terms]] -> [[LSL Status | LSL Status]] -> [[LSL Status/Types | LSL Type Status Page]]
+
= What is the current LSL Type Status? =
  
=What is the current LSL Type Status?=
+
== Introduction ==
 
+
==Introduction==
+
  
 
<br />
 
<br />
  
 
'''Table Key'''
 
'''Table Key'''
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"
 
|-  valign="bottom"
 
| width="130" height="13" | Not Implemented
 
 
|- style="background-color:#FFFF99"  valign="bottom"
 
| height="13" | Partially Implemented
 
 
|- style="background-color:#99CC00"  valign="bottom"
 
| height="13" | Fully Implemented
 
 
|- style="background-color:#C0C0C0"  valign="bottom"
 
| height="13" | Depreciated
 
 
|}
 
  
 +
{{LSL Key Table}}
  
  
 
== LSL Types Status ==
 
== LSL Types Status ==
  
6 of 7 LSL types are fully implemented:
+
7 of 7 LSL types are fully implemented:
  
  
  
{| class="wikitable sortable" border="1" cellpadding="5" cellspacing="0"  
+
{| cellspacing="0" cellpadding="5" border="1" align="center" style="width: 100%;" class="sortable"
|- style="background-color:#99CCFF;font-weight:bold" align="center" valign="bottom"
+
|- style="background-color:#57C604;font-size:10pt;font-weight:bold;border-bottom:1px solid;" align="center" valign="bottom"
| width="62" height="14" | Type
+
| width="25%" | Type
| width="62" | Done
+
| width="25%" | Done
| width="230" | Notes
+
| width="50%" | Notes
  
 
|-  
 
|-  
Line 48: Line 33:
 
|style="background-color:#99CC00" height="13"  valign="bottom" | float
 
|style="background-color:#99CC00" height="13"  valign="bottom" | float
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
|  valign="bottom" | Converted to C# decimal
+
|  valign="bottom" | Converted to C# double
 
+
 
|-  
 
|-  
 
|style="background-color:#99CC00" height="13"  valign="bottom" | vector
 
|style="background-color:#99CC00" height="13"  valign="bottom" | vector
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
|  valign="bottom" | Custom Class <dec, dec, dec>
+
|  valign="bottom" | Custom Class <double, double, double>
  
 
|-  
 
|-  
 
|style="background-color:#99CC00" height="13"  valign="bottom" | rotation
 
|style="background-color:#99CC00" height="13"  valign="bottom" | rotation
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
|  valign="bottom" | Custom Class <dec, dec, dec, dec>
+
|  valign="bottom" | Custom Class <double, double, double, double>
  
 
|-  
 
|-  
 
|style="background-color:#99CC00" height="13"  valign="bottom" | key
 
|style="background-color:#99CC00" height="13"  valign="bottom" | key
 
| align="center" valign="bottom" | Yes
 
| align="center" valign="bottom" | Yes
|  valign="bottom" | Converted to C# string
+
|  valign="bottom" | Custom Class
  
 
|-  
 
|-  
Line 71: Line 55:
  
 
|-  
 
|-  
|style="background-color:#FFFF99" height="13"  valign="bottom" | list
+
|style="background-color:#99CC00" height="13"  valign="bottom" | list
| align="center" valign="bottom" | No
+
| align="center" valign="bottom" | Yes
|  valign="bottom" | Partial function.
+
|  valign="bottom" | Custom Class
 
|}
 
|}
  
Line 79: Line 63:
  
 
= See Also =
 
= See Also =
 
+
* [[LSL Status|LSL/OSSL Status Page]]
* [[Status|Main Status Page]]
+
* LSL
* [[LSL Status|LSL Status]]
+
** [[LSL Status/Types|LSL Types Status Page]]
* [[LSL Status/Types|LSL Types Status]]
+
** [[LSL Status/Events|LSL Events Status Page]]
* [[LSL Status/Events|LSL Events Status]]
+
** [[LSL Status/Functions|LSL Functions Status Page]]
* [[LSL Status/Functions|LSL Functions Status]]
+
** [[Kan-Ed Tests]]
* [[LSL_Status/functions/summary | LSL Functions Status Summary]]
+
* [[Technical_Reference|Technical Reference Page]]
+
  
 
[[Category:Users]]
 
[[Category:Users]]
 
[[Category:Support]]
 
[[Category:Support]]
[[Category:Tech Reference]]  
+
[[Category:Tech Reference]]
 
[[Category:Help]]
 
[[Category:Help]]
 
[[Category:Configuration]]
 
[[Category:Configuration]]
[[Category:Getting_Started]]
+
[[Category:Getting Started]]
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Todo]]
 
[[Category:Todo]]

Latest revision as of 22:37, 15 November 2018

[edit] What is the current LSL Type Status?

[edit] Introduction


Table Key

Ready for Testing Partially Implemented Fully Implemented Tested/Fail Deprecated Not supported


[edit] LSL Types Status

7 of 7 LSL types are fully implemented:


Type Done Notes
integer Yes Converted to C# int
float Yes Converted to C# double
vector Yes Custom Class <double, double, double>
rotation Yes Custom Class <double, double, double, double>
key Yes Custom Class
string Yes Converted to C# string
list Yes Custom Class

Back to LSL Status

[edit] See Also

Personal tools
General
About This Wiki