Difference between revisions of "LSL Useful Function WishList"
(→O) |
(→Other functionality: copy from talk) |
||
Line 216: | Line 216: | ||
{{LSLG|Nesting of Child Prims in a Parent}} | {{LSLG|Nesting of Child Prims in a Parent}} | ||
* compound declarations, "integer i, j;" | |||
* declaration initialization, "integer i=1;" | |||
* Brackets for list index access, "l[5]=5;" | |||
* a (set of?) pragma(s) which offer(s~) synonyms for functions without the "ll" and their C, C#, and Javascript short common names, if any; | |||
* double precision floating point; | |||
* long integers; | |||
* Mephistopheles Thalheimer suggests also: | |||
** function overloads and | |||
** classes with method calls. | |||
http://lslplus.sourceforge.net/ was just mentioned in Babbage's office hour -- can the m4 macro preprocessor accomplish some of these tasks, too? | |||
Also, I've offered L$5000 for enhancements to the rotation library; see the talk page for details. [[User:JS Uralia|JS Uralia]] 19:52, 12 March 2009 (UTC) |
Revision as of 11:52, 12 March 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
NOTE: Please also add your feature requests to the JIRA and create crosslinks between the wiki and the JIRA for voting, and assignment to projects.
A
llAddToEstateBanList - http://jira.secondlife.com/browse/SVC-244
C
llDetectedDrop?
event: Dropped
(To prevent spamming of objects with llAllowInvenoryDrop) CHANGED_ALLOWED_DROP - http://jira.secondlife.com/browse/SVC-3116
D
E
F
llFrandom use llFrand
G
llGetAvatarKeysOnEstate - http://jira.secondlife.com/browse/SVC-58
llGetAvatarKeysOnParcel - also SVC-58 as above
llGetCreatorKey - http://jira.secondlife.com/browse/SVC-1602 (is this done?) and mentioned on http://jira.secondlife.com/browse/SVC-1633
llGetEstateBanList - http://jira.secondlife.com/browse/SVC-244
llGetGender - http://jira.secondlife.com/browse/SVC-1636
llGetGroup - http://jira.secondlife.com/browse/SVC-2928 and http://jira.secondlife.com/browse/SVC-606 (duplicates?)
llGetInventoryDesc - http://jira.secondlife.com/browse/SVC-377
llGetLinkPrimitiveParams - http://jira.secondlife.com/browse/SVC-224
llGetNotecard (this search brings up a misfiled JIRA)
llGetPrice - http://jira.secondlife.com/browse/SVC-1593
llGetScriptCreatorKey - use llGetInventoryCreator(llGetScriptName()) instead
H
I
llInviteToGroup - http://jira.secondlife.com/browse/VWR-273 (marked "Resolved/Misfiled" as it should be a SVC request)
ignored - http://jira.secondlife.com/browse/SVC-3624
M
N
llName2Key - http://jira.secondlife.com/browse/SVC-215
O
- Note, letters 'O' through 'S' and "Other functionality" below still need to be searched for JIRA links as of 19:47, 12 March 2009 (UTC).
P
R
llRequestPermissions(llGetOwner(), PERMISSION_REFUND);
S
llSetLinkPrimitiveParams(PRIM_TEXTURE_ANIM_&_PRIM_TEXT)
stopwatch(float precision_time)
T
llTeleportAgent - http://jira.secondlife.com/browse/SVC-212
W
Other functionality
Object Orientation aka OOP or OO
Various C++ aspects should be implemented in LSL, Classes, Switch Statements, pointers, etc.
money transfer denied for stale Event
Nesting of Child Prims in a Parent
- compound declarations, "integer i, j;"
- declaration initialization, "integer i=1;"
- Brackets for list index access, "l[5]=5;"
- a (set of?) pragma(s) which offer(s~) synonyms for functions without the "ll" and their C, C#, and Javascript short common names, if any;
- double precision floating point;
- long integers;
- Mephistopheles Thalheimer suggests also:
- function overloads and
- classes with method calls.
http://lslplus.sourceforge.net/ was just mentioned in Babbage's office hour -- can the m4 macro preprocessor accomplish some of these tasks, too?
Also, I've offered L$5000 for enhancements to the rotation library; see the talk page for details. JS Uralia 19:52, 12 March 2009 (UTC)