User contributions for Dr. Kylstien
Results for Dr. Kylstien talk block log uploads logs
A user with 69 edits. Account created on 10 September 2006.
4 September 2008
- 12:5512:55, 4 September 2008 diff hist +239 Unsynchronized events →Staying in sync in multiplayer game
26 May 2008
- 16:0416:04, 26 May 2008 diff hist +100 Gamearray No edit summary
- 15:5815:58, 26 May 2008 diff hist +253 Gamearray No edit summary
11 May 2008
- 16:4016:40, 11 May 2008 diff hist −9 Gamearray Fixed an inacurracy about reading from arrays.
- 15:1715:17, 11 May 2008 diff hist +8 m Gamearray No edit summary
- 15:1615:16, 11 May 2008 diff hist +31 m Setarray No edit summary
- 15:1515:15, 11 May 2008 diff hist +41 m Setarray No edit summary
- 15:1315:13, 11 May 2008 diff hist +87 N Setarray As with my gamearray explanation, this is only intended to be a stop-gap measure.
- 15:1115:11, 11 May 2008 diff hist +19 m Gamearray No edit summary
- 15:1015:10, 11 May 2008 diff hist +168 N Gamearray This really needs a better treatment, but here is a basic explanation.
18 February 2008
- 18:1918:19, 18 February 2008 diff hist 8,428 bytes Category:Editing C-9 Effects →Making the Ceiling Blow Up (And Enemies Fall From the Sky!)
- 18:1518:15, 18 February 2008 diff hist 5,210 bytes Category:Editing C-9 Effects →Fixing The ‘Texture Problem’
- 18:1418:14, 18 February 2008 diff hist 4,699 bytes Category:Editing C-9 Effects →Cracked Walls
- 18:1318:13, 18 February 2008 diff hist 2,816 bytes Category:Editing C-9 Effects →Touchplate Activated Explosions
- 18:1018:10, 18 February 2008 diff hist 2,604 bytes Category:Editing C-9 Effects →Switch Activated Explosions
- 18:0618:06, 18 February 2008 diff hist 984 bytes Category:Editing C-9 Effects →C-9 Canisters (Visible)
17 February 2008
- 13:1513:15, 17 February 2008 diff hist 241 bytes EVENT DISPLAYSBAR New page: This event is used to display the status bar. Setting RETURN to a non-zero value will prevent the status bar from being rendered. The area where the big status bar would normally appea...
15 February 2008
- 21:1121:11, 15 February 2008 diff hist 588 bytes m PLR MORALE Quick fix for clarity.
- 21:0821:08, 15 February 2008 diff hist 578 bytes PLR MORALE Added an explanation for the name, tried to improve the writing style of the article.
22 November 2007
- 18:1218:12, 22 November 2007 diff hist +71 m Cheatkeys No edit summary
- 18:1118:11, 22 November 2007 diff hist +109 N Cheatkeys New page: cheatkeys <scan code> <scan code> This command defines the two key-presses that must begin every cheat code.
24 August 2007
- 15:3815:38, 24 August 2007 diff hist +339 N Extbits New page: The extbits member of the input structure is a bit-field like bits. The following defines show what these bits indicate: <pre> define INPUT_MOVE_FORWARD 1 define INPUT_MOVE_BACKWARD 2 ...
- 15:2515:25, 24 August 2007 diff hist −2 Category:Input structure members No edit summary current
- 15:2415:24, 24 August 2007 diff hist +32 N Category:Input structure members New page: Category:Player manipulation
- 14:3514:35, 24 August 2007 diff hist +37 m Bits No edit summary
- 14:3314:33, 24 August 2007 diff hist +37 Svel No edit summary current
- 14:3214:32, 24 August 2007 diff hist +37 m Fvel No edit summary current
- 14:3114:31, 24 August 2007 diff hist −2 m Svel No edit summary
- 14:3114:31, 24 August 2007 diff hist +1 Svel No edit summary
- 14:3114:31, 24 August 2007 diff hist +219 N Svel New page: The svel member of the input structure indicates the inputs assigned to movement and strafe as they relate to the BUILD y axis. Therefore the value has more in common with posyv than t...
- 14:2914:29, 24 August 2007 diff hist +219 N Fvel New page: The fvel member of the input structure indicates the inputs assigned to movement and strafe as they relate to the BUILD x axis. Therefore the value has more in common with posxv than t...
- 14:0414:04, 24 August 2007 diff hist +216 N Horz New page: The horz member of the input structure holds the analog input assigned to looking up and down. Unlike avel, fvel, and svel, keyboard controls do not affect this value. [[Catego... current
- 14:0014:00, 24 August 2007 diff hist +233 N Avel New page: The avel member of the input structure holds the value of the player's current "angle velocity", corresponding to the analog input assigned to turning. Digital turning normally sets this t...
8 August 2007
- 09:2209:22, 8 August 2007 diff hist +24 m How to Make a Working Keypad No edit summary
2 August 2007
- 11:1711:17, 2 August 2007 diff hist 0 N File:Slopewtr.map No edit summary current
- 11:1611:16, 2 August 2007 diff hist 0 N File:Airlock.map No edit summary current
15 April 2007
- 16:1216:12, 15 April 2007 diff hist +144 N EVENT PROCESSINPUT New page: This event is called when the game processes input from the player. It can be used with getinput to check for particular button presses.
- 16:1016:10, 15 April 2007 diff hist +281 N Getinput New page: This command can be used within EVENT_PROCESSINPUT to fetch one of the members of the input structure into a gamevar. getinput[<player id>].<member> <gamevar> The player id i...
- 16:0216:02, 15 April 2007 diff hist +1,315 N Bits New page: ''''''bits'''''' returns a bit-field indicating which buttons the player is pressing. A particular button press can be checked by using ifvarand with the following values: <pre> define...
31 March 2007
- 19:0919:09, 31 March 2007 diff hist +50 How to Make a Working Keypad No edit summary
- 15:0215:02, 31 March 2007 diff hist −37 m How to Make a Working Keypad No edit summary
28 March 2007
- 13:5013:50, 28 March 2007 diff hist +118 m How to Make a Working Keypad No edit summary
- 13:4713:47, 28 March 2007 diff hist +3,126 N How to Make a Working Keypad New page: <code><pre> gamevar pad_id -1 1 //This stores the id of the keypad that the player is using. gamevar pnum 0 1 // This stores the passcode as he enters it. gamevar param 0 2 gamevar temp 0...
- 13:4013:40, 28 March 2007 diff hist +104 Tutorials No edit summary
4 October 2006
- 16:4116:41, 4 October 2006 diff hist +384 N Orvarvar No edit summary
- 16:3816:38, 4 October 2006 diff hist +16 m Xorvarvar No edit summary
- 16:3816:38, 4 October 2006 diff hist −2 Xorvarvar No edit summary
- 16:3716:37, 4 October 2006 diff hist +360 N Orvar No edit summary
- 16:3516:35, 4 October 2006 diff hist +185 Xorvarvar No edit summary
- 16:3316:33, 4 October 2006 diff hist +181 Xorvar No edit summary