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:11, 6 November 2023 DrinkyBird talk contribs created page Category:Skulltag Resources (Created page with "Articles about Skulltag content.") Tag: Source edit
- 14:46, 14 September 2023 Buckshot talk contribs created page Install Zandronum on Linux (General) (formatting and corrections)
- 18:28, 15 August 2023 BLOODWOLF talk contribs created page Cooperative WADs (First draft of intro section before the actual list)
- 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
- 01:33, 9 August 2023 Samuzero15tlh talk contribs created page ModsForZandronum (Initial edit. Reduced a few slangs and formatted everthing from zandronum thread format.)
- 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
- 16:35, 21 June 2023 AKMDM talk contribs created page Category:SCORINFO margin commands (Added category page for SCORINFO margin commands.) Tags: New redirect Source edit
- 16:13, 21 June 2023 AKMDM talk contribs created page SCORINFO/IfCVar (Added sub-page for the "IfCVar" SCORINFO margin command.) 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:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST9.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST9.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST8.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST8.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST7.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST7.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST6.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST6.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST5.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST5.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST4.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST4.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST3.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST3.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST2.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST2.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2ST1.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2ST1.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2LMS9.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs uploaded File:Skulltag D2LMS9.png (Automated upload)
- 21:51, 2 May 2023 SeanBot talk contribs created page File:Skulltag D2LMS8.png (Automated upload)