User contributions
Jump to navigation
Jump to search
- 13:57, 21 April 2010 diff hist +441 N User:Vegas Silverweb/vsListFindList Created page with 'Like ListFindList but tries for match based on implicit cast to string, so works pretty good for everything except vectors and rotations initialized in-place with integers. <lsl...' current
- 13:44, 21 April 2010 diff hist +220 User:Vegas Silverweb current
- 13:42, 21 April 2010 diff hist +41 User:Vegas Silverweb
- 13:00, 21 April 2010 diff hist +62 User:Vegas Silverweb
- 20:38, 20 April 2010 diff hist +97 User:Vegas Silverweb/Fastest And Probably Most Efficient Way To Reverse a List (in Mono) current
- 20:21, 20 April 2010 diff hist +146 User:Vegas Silverweb
- 20:19, 20 April 2010 diff hist +4,609 N User:Vegas Silverweb/LSL to JSON Created page with 'JSON's a pleasant way to serialize object representations. At this point basically every general-purpose programming language with some form of object abstraction supports JSON. ...'
- 19:31, 20 April 2010 diff hist +451 N User:Vegas Silverweb/How to get the SL Time in Chatlog Format Created page with 'There's some pretty terrible LSL implementations out there for getting the 24 hour time as reported by Second Life. There's no reason to use a list or conditionals. This one's Go...' current
- 19:22, 20 April 2010 diff hist +67 User:Vegas Silverweb
- 19:21, 20 April 2010 diff hist +228 N User:Vegas Silverweb/Fastest And Probably Most Efficient Way To Reverse a List (in Mono) Created page with 'As Seen in Scripts <lsl> list newlist; list oldlist = ["a","b","c"]; while(oldlist !=[]) {newlist+=llList2List(oldlist,-1,-1);oldlist = llDeleteSubList(oldlist,-1,-1);} // old...'
- 19:18, 20 April 2010 diff hist +93 User:Vegas Silverweb
- 19:33, 15 April 2010 diff hist +38 User:Vegas Silverweb
- 19:31, 15 April 2010 diff hist +566 N User:Vegas Silverweb/llHTTPRequest Pro Tip(s) Created page with 'Pro Tip! llHTTPRequest can return null key. Means you're llHTTPRequest-ing too fast, generally. To keep it reliable, you need to do something like this: <lsl> key req; ...' current
- 19:31, 15 April 2010 diff hist +21 User:Vegas Silverweb
- 18:05, 15 April 2010 diff hist +566 N LlHTTPRequest Pro Tip(s) Created page with 'Pro Tip! llHTTPRequest can return null key. Means you're llHTTPRequest-ing too fast, generally. To keep it reliable, you need to do something like this: <lsl> key req; ...' current
- 17:32, 15 April 2010 diff hist +120 N User:Vegas Silverweb Created page with 'Hi. This is where I keep stuff of interest, probably mostly of interest to LSL scripters. llHTTPRequest Pro Tip(s)'