All public logs
Combined display of all available logs of Zandronum Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:12, 6 November 2023 DrinkyBird talk contribs moved page Category:SkullTag Resources to Category:Skulltag resources
- 19:11, 6 November 2023 DrinkyBird talk contribs created page Category:SkullTag Resources (Created page with "Articles about Skulltag content.") Tag: Visual edit
- 19:11, 6 November 2023 DrinkyBird talk contribs deleted page Category:Skulltag Resources
- 19:11, 6 November 2023 DrinkyBird talk contribs created page Category:Skulltag Resources (Created page with "Articles about Skulltag content.") Tag: Source edit
- 14:55, 9 August 2023 DrinkyBird talk contribs changed group membership for Samuzero15tlh from (none) to automoderated user
- 14:35, 9 August 2023 DrinkyBird talk contribs moved page ModsForZandronum to List of mods
- 15:54, 15 July 2023 DrinkyBird talk contribs created page 3.1 (Redirected page to Version history/3.1) Tags: New redirect Source edit
- 15:54, 15 July 2023 DrinkyBird talk contribs created page Zandronum 3.1 (Redirected page to Version history/3.1) Tags: New redirect Source edit
- 15:53, 15 July 2023 DrinkyBird talk contribs created page Zandronum 3.2 (Redirected page to Version history/3.2) Tags: New redirect Source edit
- 15:53, 15 July 2023 DrinkyBird talk contribs created page 3.2 (Redirected page to Version history/3.2) Tags: New redirect Source edit
- 21:09, 9 July 2023 DrinkyBird talk contribs created page Version history/3.2-alpha-230709-1914 (Redirected page to Version history/3.2) Tags: New redirect Source edit
- 20:45, 9 July 2023 DrinkyBird talk contribs created page LumpSize (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''LumpSize''' (int ''lump'') {{Devfeature|3.2|alpha}} ==Usage== Gets the size of a lump. ===Parameters=== * ''lump'': The lump index as returned from <tt>LumpOpen</tt>. ===Return value=== Returns the size of the lump in bytes. ==Examples== {{noexamples}} Category:ACS functions") Tag: Source edit
- 20:44, 9 July 2023 DrinkyBird talk contribs created page LumpReadString (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''LumpReadString''' (int ''lump'', int ''pos'') {{Devfeature|3.2|alpha}} ==Usage== Reads a string from a lump, stopping upon encountering a null terminator or the end of the lump. ===Parameters=== * ''lump'': The lump index as returned from <tt>LumpOpen</tt>. * ''pos'': The byte position in the lump to start reading the string from. ===Return value=== Returns the string that w...") Tag: Source edit
- 20:43, 9 July 2023 DrinkyBird talk contribs created page LumpReadInt (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''LumpReadInt''' (int ''lump'', int ''pos'') {{Devfeature|3.2|alpha}} ==Usage== Reads a 32-bit integer from a lump at a given offset. ===Parameters=== * ''lump'': The lump index as returned from <tt>LumpOpen</tt>. * ''pos'': The byte position in the lump to read the integer from. ===Return value=== Returns the value of the integer read. ==Examples== {{noexamples}} Category...") Tag: Source edit
- 20:42, 9 July 2023 DrinkyBird talk contribs created page LumpReadShort (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''LumpReadShort''' (int ''lump'', int ''pos''[, bool ''unsigned'']) {{Devfeature|3.2|alpha}} ==Usage== Reads a 16-bit integer from a lump at a given offset. ===Parameters=== * ''lump'': The lump index as returned from <tt>LumpOpen</tt>. * ''pos'': The byte position in the lump to read the integer from. * ''unsigned'': Whether to read the integer as an unsigned type. ===Return...") Tag: Source edit
- 20:42, 9 July 2023 DrinkyBird talk contribs created page LumpReadChar (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''LumpReadChar''' (int ''lump'', int ''pos'', [bool ''unsigned'']) {{Devfeature|3.2|alpha}} ==Usage== Reads an 8-bit integer from a lump at a given offset. ===Parameters=== * ''lump'': The lump index as returned from <tt>LumpOpen</tt>. * ''pos'': The byte position in the lump to read the integer from. * ''unsigned'': Whether to read the integer as an unsigned type. ===Return v...") Tag: Source edit
- 20:37, 9 July 2023 DrinkyBird talk contribs created page LumpOpen (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''LumpOpen''' (str ''name''[, int ''start'']) {{Devfeature|3.2|alpha}} ==Usage== Returns the index of the given lump, starting the search after ''start''. ===Parameters=== * ''name'': The name of the lump to find. * ''start'': The lump index to start searching for this lump after. ===Return value=== Returns the index of the lump, or -1 on error. ==Examples== {{noexamples}} Cat...") Tag: Source edit
- 14:01, 13 June 2023 DrinkyBird talk contribs created page ResetCustomDataToDefault (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''ResetCustomDataToDefault''' (str ''data'', int ''player'', mixed ''value'') {{Devfeature|3.2|alpha}} ==Usage== Resets the value of a player's data field for the scoreboard back to its default value. ===Parameters=== * ''data'': The data field as defined in the GameInfo definition. * ''player'': The player number to reset the data for. ===Return va...") Tag: Source edit
- 14:00, 13 June 2023 DrinkyBird talk contribs created page GetCustomPlayerValue (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''GetCustomPlayerValue''' (str ''data'', int ''player'', mixed ''value'') {{Devfeature|3.2|alpha}} ==Usage== Returns the value of a player's data field for the scoreboard. ===Parameters=== * ''data'': The data field as defined in the GameInfo definition. * ''player'': The player number to get the data for. ===Return value=== Returns the value of the...") Tag: Source edit
- 13:59, 13 June 2023 DrinkyBird talk contribs created page SetCustomPlayerValue (Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''SetCustomPlayerValue''' (str ''data'', int ''player'', mixed ''value'') {{Devfeature|3.2|alpha}} ==Usage== Changes the value of a player's data field for the scoreboard. ===Parameters=== * ''data'': The data field as defined in the GameInfo definition. * ''player'': The player number whose value will be changed. * ''value'': The new value of the da...") Tag: Source edit
- 23:26, 21 May 2023 DrinkyBird talk contribs created page File:Vs2022 cmake.PNG
- 23:26, 21 May 2023 DrinkyBird talk contribs uploaded File:Vs2022 cmake.PNG
- 23:09, 21 May 2023 DrinkyBird talk contribs created page File:Vs2022 v140.png
- 23:09, 21 May 2023 DrinkyBird talk contribs uploaded File:Vs2022 v140.png
- 23:08, 21 May 2023 DrinkyBird talk contribs created page File:Vs2022 cppdevel.png
- 23:08, 21 May 2023 DrinkyBird talk contribs uploaded File:Vs2022 cppdevel.png
- 21:52, 2 May 2023 DrinkyBird talk contribs created page Category:Skulltag map views (Created page with "Map views of Skulltag levels.") Tag: Source edit
- 21:48, 2 May 2023 DrinkyBird talk contribs changed group membership for SeanBot from (none) to bot
- 14:08, 14 April 2023 DrinkyBird talk contribs deleted page GetScoreboardStatus (Author request: Function will not be implemented, no point being here)
- 14:08, 14 April 2023 DrinkyBird talk contribs deleted page HideColumn (Author request: Function will not be implemented, no point being here)
- 14:08, 14 April 2023 DrinkyBird talk contribs deleted page HideScoreboard (Author request: Function will not be implemented, no point being here)
- 14:08, 14 April 2023 DrinkyBird talk contribs deleted page GetColumnDataType (Author request: Function will not be implemented, no point being here)
- 14:08, 14 April 2023 DrinkyBird talk contribs deleted page GetColumnStatus (Author request: Function will not be implemented, no point being here)
- 23:35, 19 March 2023 DrinkyBird talk contribs created page Version history/3.2-alpha-221030-0316 (Create as a redirect to Version history/3.2) Tags: New redirect Source edit
- 16:16, 28 February 2023 DrinkyBird talk contribs created page User:DrinkyBird/Launcher protocol4 (Created page with "This launcher protocol lets you to talk to servers and get information from them, allowing you to make your own custom programs like browsers, stat tools, and so on. == Protocol information == See "article history" to look up the protocol for prior versions. == The basics == All Zandronum servers use '''UDP''' as their network protocol. Additionally, all traffic is compressed using the Huffman algorithm to save bandwidth. Refer to code in [https://osdn.net/projects/za...") Tag: Source edit
- 15:45, 2 February 2023 DrinkyBird talk contribs added prefix "choco" (https://www.chocolate-doom.org/wiki/index.php/$1) (trans: 0; local: 1) to the interwiki table (Add chocolate doom)
- 01:59, 24 January 2023 DrinkyBird talk contribs deleted page MediaWiki:Sitenotice (It's been almost a month now)
- 14:39, 3 January 2023 DrinkyBird talk contribs created page Category:Articles needing improvement (Create category page) Tag: Source edit
- 14:25, 3 January 2023 DrinkyBird talk contribs created page Template:NeedsImprovement (created) Tag: Source edit
- 04:11, 3 January 2023 DrinkyBird talk contribs created page Category:Source ports (Create category page) Tag: Source edit
- 04:08, 3 January 2023 DrinkyBird talk contribs created page Category:Hidden categories (Create category page) Tag: Source edit
- 23:41, 2 January 2023 DrinkyBird talk contribs moved page ZandronumWiki:Contibuting to ZandronumWiki:Contributing (How did I miss this typo for so long?)
- 23:05, 2 January 2023 DrinkyBird talk contribs created page Category:Draft features (Create category page) Tag: Source edit
- 23:02, 2 January 2023 DrinkyBird talk contribs deleted page Template:MessageBox (Broken and no longer used.)
- 22:18, 2 January 2023 DrinkyBird talk contribs created page Template:FeatureDraft (Created page with "<noinclude> <templatedata> { "params": { "1": { "label": "Text", "description": "What this article is a draft of.", "example": "a future custom vote type implementation", "type": "content", "required": true }, "additional": { "label": "Additional information", "description": "Additional information appended to the end of the warning box content", "type": "content", "suggested": true } } } </templatedata> </noinclude>{{WarningBox | ima...") Tag: Source edit
- 22:08, 2 January 2023 DrinkyBird talk contribs created page Template:DevfeatureWarning (Created page with "<noinclude> <templatedata> { "params": { "1": { "label": "Version", "description": "The version of Zandronum this feature is available in.", "example": "3.2", "type": "line", "required": true } }, "description": "Warning box indicating the article described in-development features", "format": "inline" } </templatedata> </noinclude>{{WarningBox | content = This article documents an feature which is '''only available in development builds''' of Zandr...") Tag: Source edit
- 20:58, 2 January 2023 DrinkyBird talk contribs deleted page Clans (Outdated; I made the Main Page link to the forum instead long ago)
- 20:57, 2 January 2023 DrinkyBird talk contribs deleted page Events (Deleted as it was outdated. The Main Page now links to the forum instead)
- 20:26, 2 January 2023 DrinkyBird talk contribs created page Template:SpecialLumpWarning (Create a warning box template for Zan-specific special lumps) Tag: Source edit
- 20:22, 2 January 2023 DrinkyBird talk contribs created page Template:ZandronumSpecificWarning (Genericise the Zandronum-specific feature warning boxes) Tag: Source edit