Difference between revisions of "User:Ama Omega/archive/office hour topics"
< User:Ama Omega | archive
Jump to navigation
Jump to search
Kelly Linden (talk | contribs) |
Kelly Linden (talk | contribs) |
||
Line 1: | Line 1: | ||
Please add any topics you want to discuss at the next general scripting office hours below. | Please add any topics you want to discuss at the next general scripting office hours below. | ||
Standing Topics | ===Standing Topics=== | ||
* Updates on any scripting projects | * Updates on any scripting projects | ||
Suggested Topics | ===Suggested Topics=== | ||
* LSL library calls for mesh | * LSL library calls for mesh | ||
* [[Talk:LSL Useful Function WishList#backwards-compatible ways to save typing or be more like C or Javascript]]: (1) compound declarations, "integer i, j;" (2) declaration initialization, "integer i=1;" (3) Brackets for list index access, "l[5]=5;" (4) a pragma which offers synonyms for functions without the "ll" and/or their C or Javascript short common names, if any; (5) double precision floating point; (6) long integers. (Mephistopheles Thalheimer suggests also: (7) function overloads; and (8) classes.) | * [[Talk:LSL Useful Function WishList#backwards-compatible ways to save typing or be more like C or Javascript]]: (1) compound declarations, "integer i, j;" (2) declaration initialization, "integer i=1;" (3) Brackets for list index access, "l[5]=5;" (4) a pragma which offers synonyms for functions without the "ll" and/or their C or Javascript short common names, if any; (5) double precision floating point; (6) long integers. (Mephistopheles Thalheimer suggests also: (7) function overloads; and (8) classes.) | ||
* [[Talk:Rotation#Useful snippets]] quaternion library improvements e.g. SLERP | * [[Talk:Rotation#Useful snippets]] quaternion library improvements e.g. SLERP | ||
Previously Discussed Topics | ===Previously Discussed Topics=== | ||
* LSL library calls for mesh | * LSL library calls for mesh | ||
: [[User:Kelly_Linden/Office Hours/2010-10-25 | 2010-10-25 DISCUSSION / TRIAGE]] | : [[User:Kelly_Linden/Office Hours/2010-10-25 | 2010-10-25 DISCUSSION / TRIAGE]] |
Revision as of 09:27, 25 October 2010
Please add any topics you want to discuss at the next general scripting office hours below.
Standing Topics
- Updates on any scripting projects
Suggested Topics
- LSL library calls for mesh
- Talk:LSL Useful Function WishList#backwards-compatible ways to save typing or be more like C or Javascript: (1) compound declarations, "integer i, j;" (2) declaration initialization, "integer i=1;" (3) Brackets for list index access, "l[5]=5;" (4) a pragma which offers synonyms for functions without the "ll" and/or their C or Javascript short common names, if any; (5) double precision floating point; (6) long integers. (Mephistopheles Thalheimer suggests also: (7) function overloads; and (8) classes.)
- Talk:Rotation#Useful snippets quaternion library improvements e.g. SLERP
Previously Discussed Topics
- LSL library calls for mesh