Difference between revisions of "User:Void Singer"

From Second Life Wiki
Jump to navigation Jump to search
m (added links to new content and reorganized)
m (partial update)
Line 40: Line 40:
* [[User:Void_Singer/Programs#v7-D_Advanced_Visitor_Greeter|v7-D_Advanced Visitor Greeter]] - Low Spam, Highly Configuarable, Vistor Greeter.
* [[User:Void_Singer/Programs#v7-D_Advanced_Visitor_Greeter|v7-D_Advanced Visitor Greeter]] - Low Spam, Highly Configuarable, Vistor Greeter.
=== Reusable Functions ===
=== Reusable Functions ===
* [[User:Void_Singer/Functions#String:_Get_Reverse_Order|String: Get Reverse Order]] - "string" to "gnirts".
* [[StringReverse|String: Get Reverse Order]] - "string" to "gnirts".
* [[User:Void_Singer/Functions#String:_Find_Last_Index|String: Find Last Index]] - [[llSubStringIndex]]'s backwards cousin.
* [[SubStringLastIndex|String: Find Last Index]] - [[llSubStringIndex]]'s backwards sibling.
* [[User:Void_Singer/Functions#List:_Get_Reverse_Order|List:_Get_Reverse_Order]] - ["L", "I", "S", "T"] to ["T", "S", "I", "L"].
* [[ListReverse|List:_Get_Reverse_Order]] - ["L", "I", "S", "T"] to ["T", "S", "I", "L"].
* [[User:Void_Singer/Functions#List:_Find_Last_Index|List: Find Last Index]] - [[llListFindList]]'s backwards cousin.
* [[User:Void_Singer/Functions#List:_Find_Last_Index|List: Find Last Index]] - [[llListFindList]]'s backwards cousin.
* [[User:Void_Singer/Functions#List:_Multi-Find_Index_.28First_or_Last.29|List: Multi-Find Index (First or Last)]] - [[llListFindList]]'s multi-tasking cousin.
* [[User:Void_Singer/Functions#List:_Multi-Find_Index_.28First_or_Last.29|List: Multi-Find Index (First or Last)]] - [[llListFindList]]'s multi-tasking cousin.
Line 65: Line 65:
** [https://jira.secondlife.com/browse/SVC-34 SVC-34 (DEV-10502)] - Right-clicking another Resident's moving object freezes it
** [https://jira.secondlife.com/browse/SVC-34 SVC-34 (DEV-10502)] - Right-clicking another Resident's moving object freezes it
** [https://jira.secondlife.com/browse/SVC-93 SVC-93 (DEV-1178)] - llSetPrimitiveParams PRIM_ROTATION and llSetRot incorrectly implemented for child prims  
** [https://jira.secondlife.com/browse/SVC-93 SVC-93 (DEV-1178)] - llSetPrimitiveParams PRIM_ROTATION and llSetRot incorrectly implemented for child prims  
** [https://jira.secondlife.com/browse/WEB-917 WEB-917 (DEV-25552)] - Http 403 FORBIDDEN response when posting to forums.
** [https://jira.secondlife.com/browse/VWR-16872 VWR-16872 (DEV-48154)] - Build Tools: Local Ruler Rotation is Inconsistent
** [https://jira.secondlife.com/browse/SVC-998 SVC-998 (DEV-19637)] - Object Local Rotation Incorretly Aligned to Child Prim
** [https://jira.secondlife.com/browse/VWR-2060 VWR-2060 (DEV-30253)] - llMapDestination (and possibly SLURLs) sometimes fail to use the target vector data
** [https://jira.secondlife.com/browse/VWR-2060 VWR-2060 (DEV-30253)] - llMapDestination (and possibly SLURLs) sometimes fail to use the target vector data
** [https://jira.secondlife.com/browse/SVC-3760 SVC-3760 (DEV-27956)] - Unicode behaviour of llToUpper() and llToLower() is inconsistent LSO and Mono
** [https://jira.secondlife.com/browse/SVC-3760 SVC-3760 (DEV-27956)] - Unicode behaviour of llToUpper() and llToLower() is inconsistent LSO and Mono
** [https://jira.secondlife.com/browse/SVC-4291 SVC-4291] - MONO llGetFreeMemory Misbehavior
** [https://jira.secondlife.com/browse/SVC-4291 SVC-4291] - MONO llGetFreeMemory Misbehavior
** [https://jira.secondlife.com/browse/SVC-4518 SVC-4518] - Hollow Shape Setting Reverts To Default on Hollow Percentage 0.0
** [https://jira.secondlife.com/browse/VWR-14555 VWR-14555 (DEV-48155)] - taking an object to inventory (inconsistently) replaces a null description "" with "(No Description)"
** [https://jira.secondlife.com/browse/VWR-14555 VWR-14555] - taking an object to inventory (inconsistently) replaces a null description "" with "(No Description)"
* [[Image:Status-Resolved.gif]] Resolved:
* [[Image:Status-Resolved.gif]] Resolved:
** [https://jira.secondlife.com/browse/WEB-917 WEB-917 (DEV-25552)] - Http 403 FORBIDDEN response when posting to forums.
** [https://jira.secondlife.com/browse/SVC-1210 SVC-1210 (DEV-9153 )] - state_exit: LSL compiler should disallow state transition calls. '''(Won't Finish)'''
** [https://jira.secondlife.com/browse/SVC-1210 SVC-1210 (DEV-9153 )] - state_exit: LSL compiler should disallow state transition calls. '''(Won't Finish)'''
** [https://jira.secondlife.com/browse/SVC-4518 SVC-4518] - Hollow Shape Setting Reverts To Default on Hollow Percentage 0.0 '''(converted to "new feature")'''
}}
}}



Revision as of 05:20, 29 May 2010

About:

  • Born: 1975
  • Name: Void is fine, "Your Majesty" or "Emperess" works too ;)
  • Location: Utah, for the moment
  • History: Started off making webpages, then scripting for webpages (jscript), went to college for a few years, studied programming and networking. I do a little of everything, from digital art, to running my own web & streaming media servers, to anything you can think of in SL.
I'm easy-going, love to help, pretty non-judgmental, and love interesting scripting challenges =)I know a little about alot, and alot about very little. I'm also kinda random, rather shy, and occasionally bouncy so.... beware!

Coding Practices

Resources Links

  • LSL Portal - The offical LSL wiki site.
  • lslwiki.net - Alternate lsl wiki.
  • rpgstats.com - Alternate lsl wiki.
  • This Space For Rent (Not really, but I'm happy to add resource links here)

Free Code

Full Programs

Reusable Functions

Projects

Category:LSL_Operators - Reorganize and add to the data on LSL_Operators.

Functional Challenge - Forum Competitive Scripting Challenge (on hold).

Tracked Jira Articles

Issue Type-Bug.gif Bugs:

  • Status-Open.gif Open:
    • SVC-34 (DEV-10502) - Right-clicking another Resident's moving object freezes it
    • SVC-93 (DEV-1178) - llSetPrimitiveParams PRIM_ROTATION and llSetRot incorrectly implemented for child prims
    • VWR-16872 (DEV-48154) - Build Tools: Local Ruler Rotation is Inconsistent
    • VWR-2060 (DEV-30253) - llMapDestination (and possibly SLURLs) sometimes fail to use the target vector data
    • SVC-3760 (DEV-27956) - Unicode behaviour of llToUpper() and llToLower() is inconsistent LSO and Mono
    • SVC-4291 - MONO llGetFreeMemory Misbehavior
    • VWR-14555 (DEV-48155) - taking an object to inventory (inconsistently) replaces a null description "" with "(No Description)"
  • Status-Resolved.gif Resolved:
    • WEB-917 (DEV-25552) - Http 403 FORBIDDEN response when posting to forums.
    • SVC-1210 (DEV-9153 ) - state_exit: LSL compiler should disallow state transition calls. (Won't Finish)
    • SVC-4518 - Hollow Shape Setting Reverts To Default on Hollow Percentage 0.0 (converted to "new feature")

Questions or Comments?

Feel free to leave me a note on my User Talk page.