Main public logs
From Walkscape Walkthrough
Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:27, 1 January 2025 Bonez565 talk contribs created page Module:Crc32lua (Created page with "--[[ LUA MODULE digest.crc32 - CRC-32 checksum implemented entirely in Lua. SYNOPSIS local CRC = require 'digest.crc32lua' print(CRC.crc32 'test') --> 0xD87F7E0C or -662733300 assert(CRC.crc32('st', CRC.crc32('te')) == CRC.crc32 'test') DESCRIPTION This can be used to compute CRC-32 checksums on strings. This is similar to [1-2]. API Note: in the functions below, checksums are 32-bit integers stored in numbers. The number format currently de...")
- 09:22, 1 January 2025 Bonez565 talk contribs created page Module:Base64 (Created page with "-- Make some functions easier to write local floor = math.floor local sub = string.sub local gsub = string.gsub local rem = table.remove -- Our base64 value table local base64 = { ['A']=0,['B']=1,['C']=2,['D']=3,['E']=4,['F']=5,['G']=6,['H']=7,['I']=8, ['J']=9,['K']=10,['L']=11,['M']=12,['N']=13,['O']=14,['P']=15,['Q']=16, ['R']=17,['S']=18,['T']=19,['U']=20,['V']=21,['W']=22,['X']=23,['Y']=24, ['Z']=25,['a']=26,['b']=27,['c']=28,['d']=29,['e']=30,['f']=31,[...")
- 09:03, 1 January 2025 Bonez565 talk contribs created page Module:Deflatelua (Created page with "--[[ LUA MODULE compress.deflatelua - deflate (and gunzip/zlib) implemented in Lua. SYNOPSIS local DEFLATE = require 'compress.deflatelua' -- uncompress gzip file local fh = assert(io.open'foo.txt.gz', 'rb') local ofh = assert(io.open'foo.txt', 'wb') DEFLATE.gunzip {input=fh, output=ofh} fh:close(); ofh:close() -- can also uncompress from string including zlib and raw DEFLATE formats. DESCRIPTION This is a pure Lua implementation of decompre...")
- 09:02, 1 January 2025 Bonez565 talk contribs created page Module:Gunziplua (Created page with "--[[ bin.gunzip gunzip command partially reimplemented in Lua. Note: this does not implement all of the GNU gunzip[1] command-line options and might have slightly different behavior. This is designed to be called from a shell script: #!/bin/env lua package.path = '?.lua;' .. package.path require 'dmlib.command_gunzip' (...) References [1] http://www.gnu.org/software/gzip/ (c) 2008-2011 David Manura. Licensed under the same terms as Lua (MIT). --...")
- 08:24, 1 January 2025 Bonez565 talk contribs created page Staff:All Pages (Created page with "{{Special:AllPages|to=9|hideredirects=1}}<!-- -->{{Special:AllPages|from=aa|to=az|hideredirects=1}}<!-- -->{{Special:AllPages|from=ba|to=bz|hideredirects=1}}<!-- -->{{Special:AllPages|from=ca|to=cz|hideredirects=1}}<!-- -->{{Special:AllPages|from=da|to=data/|hideredirects=1}}<!--Remove Data: Namespace -->{{Special:AllPages|from=data;|to=dz|hideredirects=1}}<!-- -->{{Special:AllPages|from=ea|to=ez|hideredirects=1}}<!-- -->{{Special:AllPages|from=fa|to=fz|hideredirects=1}}...")
- 08:23, 1 January 2025 Bonez565 talk contribs created page Staff:Templates (Created page with "== Templates == <pre><noinclude><syntaxhighlight lang="wikitext">COPY_TEMPLATE_CODE</syntaxhighlight> Category:Templates </noinclude><includeonly>MAIN_TEMPLATE_CODE</includeonly></pre> === Item Templates === * Template:Item_Infobox - Replaced by Module:ItemInfobox ** Template:Item_Infobox/doc * Template:Item_Intro ** Template:Item_Intro/doc * Template:Chest_Intro (Replaces Template:Skilling_Chest_Intro) ** Template:Chest_Intro/doc...")
- 07:36, 1 January 2025 Bonez565 talk contribs deleted page File:Slot Arrow.svg (content was: "File uploaded with MsUpload", and the only contributor was "Bonez565" (talk))
- 07:35, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Tool Shadow.svg (File uploaded with MsUpload)
- 07:35, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Primary Shadow.svg (File uploaded with MsUpload)
- 07:35, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Neck Shadow.svg (File uploaded with MsUpload)
- 07:35, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Feet Shadow.svg (File uploaded with MsUpload)
- 07:35, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Consumables Shadow.svg (File uploaded with MsUpload)
- 07:35, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Back Shadow.svg (File uploaded with MsUpload)
- 07:31, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Tool.svg
- 07:29, 1 January 2025 Bonez565 talk contribs created page File:Slot Consumables Shadow.svg
- 07:29, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Consumables Shadow.svg
- 07:29, 1 January 2025 Bonez565 talk contribs deleted page File:Slot Consumable Shadow.svg (content was: "File uploaded with MsUpload", and the only contributor was "Bonez565" (talk))
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Tool Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Tool Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Secondary Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Secondary Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Ring.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Ring Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Ring Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Primary.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Primary Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Primary Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Neck.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Neck Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Neck Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Legs.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Legs Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Legs Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Head.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Head Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Head Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Hands.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Hands Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Hands Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Feet.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Feet Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Feet Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Consumable.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Consumable.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Consumable Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded File:Slot Consumable Shadow.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Chest.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Tool.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs uploaded a new version of File:Slot Secondary.svg (File uploaded with MsUpload)
- 07:28, 1 January 2025 Bonez565 talk contribs created page File:Slot Chest Shadow.svg (File uploaded with MsUpload)
