User contributions for Vegas Silverweb
A user with 16 edits. Account created on 8 April 2010.
21 April 2010
- 14:5714: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
- 14:4414:44, 21 April 2010 diff hist +220 User:Vegas Silverweb No edit summary current
- 14:4214:42, 21 April 2010 diff hist +41 User:Vegas Silverweb No edit summary
- 14:0014:00, 21 April 2010 diff hist +62 User:Vegas Silverweb No edit summary
20 April 2010
- 21:3821:38, 20 April 2010 diff hist +97 User:Vegas Silverweb/Fastest And Probably Most Efficient Way To Reverse a List (in Mono) No edit summary current
- 21:2121:21, 20 April 2010 diff hist +146 User:Vegas Silverweb No edit summary
- 21:1921: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. ...'
- 20:3120: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
- 20:2220:22, 20 April 2010 diff hist +67 User:Vegas Silverweb No edit summary
- 20:2120: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...'
- 20:1820:18, 20 April 2010 diff hist +93 User:Vegas Silverweb No edit summary
15 April 2010
- 20:3320:33, 15 April 2010 diff hist +38 User:Vegas Silverweb No edit summary
- 20:3120: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
- 20:3120:31, 15 April 2010 diff hist +21 User:Vegas Silverweb No edit summary
- 19:0519: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
- 18:3218: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)'