User contributions for Adz Childs
A user with 15 edits. Account created on 11 January 2007.
20 December 2008
- 15:2715:27, 20 December 2008 diff hist +18 User:Adz Childs No edit summary current
- 15:2615:26, 20 December 2008 diff hist +406 User:Adz Childs No edit summary
21 July 2008
- 16:2116:21, 21 July 2008 diff hist +20 Linden Lab Official talk:Registration API →Refer-A-Friend and referral credit in RegAPI
13 July 2008
- 11:4211:42, 13 July 2008 diff hist +72 Linden Lab Official talk:Registration API →Refer-A-Friend and referral credit in RegAPI
12 January 2008
- 14:0814:08, 12 January 2008 diff hist +62 N User:Adz Childs New page: Personal Blog: Artificial Boy [http://adz.secondlifekid.com/]
12 August 2007
- 20:5320:53, 12 August 2007 diff hist +36 XTEA Strong Encryption Implementation →XTEA LSL <-> PHP: The 9 lines following if (request_id == requestid) should all be in a {} block. Thats what you meant, right?
- 20:5220:52, 12 August 2007 diff hist +397 XTEA Strong Encryption Implementation →XTEA LSL <-> PHP: Provided alternative to apache_request_headers() which doesn't work on all systems
22 February 2007
- 21:3121:31, 22 February 2007 diff hist +69 Compiling the viewer (MSVS2003) →Building: Added hints about diff b/w ReleaseForDownload and ReleaseNoOpt , and clarification of what the output exe's will be named.
- 21:2721:27, 22 February 2007 diff hist −6 Compiling the viewer (MSVS2003) →Building
- 21:2621:26, 22 February 2007 diff hist +254 Compiling the viewer (MSVS2003) →Building
16 February 2007
- 23:4723:47, 16 February 2007 diff hist +294 m Adding a dialog added hints to help with this example
- 23:3623:36, 16 February 2007 diff hist +58 Adding a dialog To get this to work in VC++ .NET 2003, I needed to add a line to the top of the .cpp file. This is consistent with other llfloater*.cpp files. Without this: unresolved external reference error.
- 23:3123:31, 16 February 2007 diff hist +14 m Adding a dialog To get this to actually compile in VC++ .NET 2003, i needed to add "static" to the prototypes of functions onCommitBaz and onClickHippo in llfloaterfoo.h. This is consistent with other llfloater*.h
- 20:4020:40, 16 February 2007 diff hist +8 Adding a dialog Added a missing </pre> to separate .h file from xml