This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
User contributions for Javawizard2539
Jump to navigation
Jump to search
17 February 2014
- 20:5720:57, 17 February 2014 diff hist +14 Server Variables Clarify _updateThrottleRate
8 October 2009
- 06:2506:25, 8 October 2009 diff hist +1 BZFlag 2.99 →Release Date: Changed "third quarter" to "fourth quarter", as the third quarter ended a couple of days ago
- 06:0106:01, 8 October 2009 diff hist −1 BZFlag 2.99 →Lag Compensation: Corrected grammar mistake
28 September 2009
- 03:4903:49, 28 September 2009 diff hist +5 Jargon →Jargon: I've seen pyramids quite frequently referred to as "pyra"s as well
20 August 2009
11 August 2009
- 08:1408:14, 11 August 2009 diff hist +117 BZFS Noted that bzfs -conf files have to end with a newline or bzfs complains about them not existing
2 August 2009
- 04:1204:12, 2 August 2009 diff hist +99 BZFlag on IRC →Other projects and unofficial channels: Added BZTraining's channel
- 03:5003:50, 2 August 2009 diff hist −2 BZFlagWiki:Content Policy →Writing Style: "exempt" is correct grammer here, not "exempted" current
29 July 2009
- 21:2621:26, 29 July 2009 diff hist +32 User:Javawizard2539 ... current
- 21:2621:26, 29 July 2009 diff hist −140 User:Javawizard2539 No edit summary
25 July 2009
- 07:5607:56, 25 July 2009 diff hist −279 User:Javawizard2539 No edit summary
14 March 2009
- 03:4103:41, 14 March 2009 diff hist −95 Template:Apicall/doc I think I've pretty much updated the documentation to reflect what I changed. Now I just need to get around to documenting all of the Template:apicall subpages... current
- 03:3003:30, 14 March 2009 diff hist +61 Template:Apicall/doc No edit summary
- 03:3003:30, 14 March 2009 diff hist +34 Template:Apicall/doc Updated the documentation to add the return type, which was omitted by mistake
- 03:2403:24, 14 March 2009 diff hist +387 Template:Apicall No edit summary
2 March 2009
- 04:2804:28, 2 March 2009 diff hist −30 User:Javawizard2539 Creative, it really is getting reported by CIA. Reverted my user page back to the way it was before.
- 04:2804:28, 2 March 2009 diff hist +30 User:Javawizard2539 Added something to my user page...
21 February 2009
- 17:5717:57, 21 February 2009 diff hist +66 Known Cheats →Blatant Cheats: Added the cheat that allows speaking as another player (but not how it's done, for obvious reasons)
3 January 2009
- 02:2502:25, 3 January 2009 diff hist +169 Flag ideas No edit summary
20 December 2008
- 06:1006:10, 20 December 2008 diff hist +18 Functions (API) →Reporting: bz_fileReport takes two arguments, not one (the second argument is the player to indicate that the report has come from)
- 06:0806:08, 20 December 2008 diff hist +7 Functions (API) →Server Administration
- 06:0506:05, 20 December 2008 diff hist +3 Functions (API) →Player Information: Changed setPlayerLimboText to setPlayerLimboMessage (the correct name)
- 00:1400:14, 20 December 2008 diff hist −71 Template:Cite No edit summary current
15 December 2008
- 07:4307:43, 15 December 2008 diff hist +330 N Bz canPlayerSpawn New page: {{apicall | name = bz_canPlayerSpawn | description = Returns true if the specified player is allowed to spawn, false if they are not | param1 = playerID | param1type =... current
- 07:1207:12, 15 December 2008 diff hist +325 N Bz setPlayerOperator New page: {{apicall | name = bz_setPlayerOperator | description = Marks this player as a server operator. A player typically becomes a server operator by providing the correct password to... current
- 07:0607:06, 15 December 2008 diff hist +340 N Bz isPlayerPaused New page: {{apicall | name = bz_isPlayerPaused | description = Returns true if the specified player is currently paused, false if they are not | param1 = playerID | param1type =... current
- 07:0307:03, 15 December 2008 diff hist +713 N Bz getPlayerCurrentState New page: {{apicall | name = bz_getPlayerCurrentState | description = Gets the specified player's current state. This includes information about how fast they're traveling, if they're in ... current
- 06:5206:52, 15 December 2008 diff hist +339 N Bz freePlayerRecord New page: {{apicall | name = bz_freePlayerRecord | description = Frees the player record specified. This should be called on each player record after it's no longer needed, to release the... current
- 06:4106:41, 15 December 2008 diff hist 0 Bz getPlayerFlag No edit summary
- 06:4106:41, 15 December 2008 diff hist +435 N Bz getPlayerFlag New page: {{apicall | name = bz_getPlayerFlag | description = Gets the flag id of the flag that the specified player is currently holding. | param1 = playerID | param1type = int...
- 06:1806:18, 15 December 2008 diff hist +120 N Bz APIIntList New page: A list of integers. This is used for passing lists of integers from the bzfs api itself to the plugin that uses the api.
- 06:1606:16, 15 December 2008 diff hist +379 N Bz getAdmin New page: {{apicall | name = bz_getAdmin | description = Returns true if the player specified is an administrator on this server. Returns false otherwise. | param1 = playerID | par...
- 06:1506:15, 15 December 2008 diff hist +387 N Bz revokePerm New page: {{apicall | name = bz_revokePerm | description = Revokes the specified permission on the specified player. The player then loses this permission. | param1 = playerID | pa... current
- 06:1406:14, 15 December 2008 diff hist +473 N Bz grantPerm New page: {{apicall | name = bz_grantPerm | description = Grants the specified player the specified permission. After this method has been called, calls to bz_hasPerm, passing in this... current
- 06:1106:11, 15 December 2008 diff hist +486 N Bz hasPerm New page: {{apicall | name = bz_hasPerm | description = Checks to see if the player specified has the permission specified. | param1 = playerID | param1type = int | param1desc ...
- 06:0306:03, 15 December 2008 diff hist +544 N Bz updatePlayerData New page: {{apicall | name = bz_updatePlayerData | description = Updates the data in a bz_BasePlayerRecord to the current state of that player. The information in a base player record... current
- 06:0006:00, 15 December 2008 diff hist +775 N Bz getPlayerByIndex New page: {{apicall | name = bz_getPlayerByIndex | description = Gets the information for the player at the index specified. The index should be one of the elements of the list returned b... current
- 05:5505:55, 15 December 2008 diff hist −151 Template:Apicall/typelink Changed to {{{1}}} because the current contents were causing links to pointer types to link to an article with the pointer type embedded current
- 05:5405:54, 15 December 2008 diff hist +408 N Bz getPlayerIndexList New page: {{apicall | name = bz_getPlayerIndexList | description = Returns a list of players indexes. Same as bz_getPlayerIndexList(bz_APIIntList), but a new bz_APIIntList is created ... current
- 05:2705:27, 15 December 2008 diff hist +16 Bz removeEvent No edit summary
- 04:3704:37, 15 December 2008 diff hist +40 Template:Apicall/typelink No edit summary
- 04:2404:24, 15 December 2008 diff hist +9 Template:Apicall/doc No edit summary
- 04:1704:17, 15 December 2008 diff hist −9 Template:Apicall/doc No edit summary
- 04:1504:15, 15 December 2008 diff hist +61 Template:Apicall/doc No edit summary
- 04:1404:14, 15 December 2008 diff hist +9 Template:Apicall/doc No edit summary
- 04:1404:14, 15 December 2008 diff hist +111 Template:Apicall/typelink Undo revision 5242 by Javawizard2539 (Talk)
- 04:1304:13, 15 December 2008 diff hist +25 Template:Apicall/doc No edit summary
- 04:1304:13, 15 December 2008 diff hist −111 Template:Apicall/typelink Replacing page with '{{{1}}}'
- 04:1204:12, 15 December 2008 diff hist +21 Template:Apicall No edit summary
- 04:1104:11, 15 December 2008 diff hist +32 Template:Apicall/typelink No edit summary