LSL Status/Types
From OpenSimulator
(Difference between revisions)
												
			Revolution  (Talk | contribs) m (→LSL Types Status)  | 
			Revolution  (Talk | contribs)  m (→See Also)  | 
			||
| Line 66: | Line 66: | ||
= See Also =  | = See Also =  | ||
| − | + | * [[LSL Status|LSL/OSSL Status Page]]  | |
| − | * [[Status|  | + | * LSL  | 
| − | *   | + | ** [[LSL Status/Types|LSL Types Status Page]]  | 
| − | * [[LSL Status/Types|LSL Types Status Page]]  | + | ** [[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/functions/summary | LSL Functions Status Summary]]  | 
| − | * [[LSL_Status/functions/summary | LSL Functions Status Summary]]  | + | ** [[LSL_Known_Issues| LSL Known Issues]]  | 
| − | * [[  | + | ** [[Kan-Ed_Tests| Kan-Ed Tests]]  | 
| − | * [[OSSL Status/Types|OSSL Types Status Page]]  | + | * OSSL  | 
| − | * [[OSSL Status/Events|OSSL Events Status Page]]  | + | ** [[OSSL Status/Types |OSSL Types Status Page]]  | 
| − | * [[  | + | ** [[OSSL Status/Events |OSSL Events Status Page]]  | 
| − | * [[  | + | ** [[OSSL_Proposals | OSSL Proposed Functions]]  | 
| − | * [[  | + | ** [[OSSL_Implemented | OSSL Implemented Functions]]  | 
| + | ** [[OSSL_Standards | OSSL Standards]]  | ||
* [[Technical_Reference|Technical Reference Page]]  | * [[Technical_Reference|Technical Reference Page]]  | ||
Revision as of 10:29, 30 January 2010
Technical Reference -> Terms -> LSL Status -> LSL Type Status Page
What is the current LSL Type Status?
Introduction
Table Key
| Ready for Testing | Partially Implemented | Fully Implemented | Tested/Fail | Deprecated | Not supported | 
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# decimal | 
| vector | Yes | Custom Class <dec, dec, dec> | 
| rotation | Yes | Custom Class <dec, dec, dec, dec> | 
| key | Yes | Converted to C# string | 
| string | Yes | Converted to C# string | 
| list | Yes | Converted to C# List | 
Back to LSL Status