User contributions for Aliser
From Space Station 14 Wiki
24 May 2025
- 09:3209:32, 24 May 2025 diff hist +140 Template:Reagent card group start desc; cats
- 09:2909:29, 24 May 2025 diff hist +79 Template:Reagent card group start No edit summary
- 09:2909:29, 24 May 2025 diff hist +162 N Template:Reagent card group end Created page with "<includeonly></div></includeonly><noinclude> {{docs}} <templatedata> { "params": {}, "description": "test", "format": "inline" } </templatedata> </noinclude>"
- 09:2809:28, 24 May 2025 diff hist +183 N Template:Reagent card group start Created page with "<includeonly><div class="reagents-list"></includeonly><noinclude> {{docs}} <templatedata> { "params": {}, "description": "test", "format": "inline" } </templatedata> </noinclude>"
- 09:1809:18, 24 May 2025 diff hist −87 Module:Chemistry changed anchor to the one used in recipes: chem_X; enabled more lax behavior when an invalid color is given - ignoring it completely (better than having a giant red error screaming at you)
- 09:1409:14, 24 May 2025 diff hist −2 Module:Color fixed a bug where attempting to create a color from a hex value with alpha was throwing an error (amazing) current
- 09:1009:10, 24 May 2025 diff hist +27 User:Aliser/test2 No edit summary Tag: Visual edit: Switched
- 09:0209:02, 24 May 2025 diff hist +20 Template:Reagent card No edit summary
- 09:0009:00, 24 May 2025 diff hist +915 Module:Chemistry small refactor, support plant metabolism & sources
- 08:4108:41, 24 May 2025 diff hist +51 Template:Reagent cards/styles.css No edit summary
- 08:3908:39, 24 May 2025 diff hist +18 Template:Reagent cards/styles.css No edit summary
- 08:3908:39, 24 May 2025 diff hist +109 Template:Reagent cards uses template styles
- 08:3908:39, 24 May 2025 diff hist +34 N Template:Reagent cards/styles.css Created page with ".reagents-list { display: flex; }"
- 08:3808:38, 24 May 2025 diff hist −28 Template:Reagent cards Undo revision 14136 by Aliser (talk) Tag: Undo
- 08:3708:37, 24 May 2025 diff hist +28 Template:Reagent cards No edit summary
- 08:3508:35, 24 May 2025 diff hist −305 Module:Chem box replaced manual chem box template call with new chemistry reagent card module call (this took FOREVER)
- 08:3208:32, 24 May 2025 diff hist +2 Module:Chemistry using tryColor
- 08:3208:32, 24 May 2025 diff hist −9 Module:Color fixed css colors import
- 08:3008:30, 24 May 2025 diff hist +319 Module:Color added css colors; added tryColor func
- 08:1908:19, 24 May 2025 diff hist +3,551 N Module:Color/colors/css Created page with "return { aliceblue = "#f0f8ff", antiquewhite = "#faebd7", aqua = "#00ffff", aquamarine = "#7fffd4", azure = "#f0ffff", beige = "#f5f5dc", bisque = "#ffe4c4", black = "#000000", blanchedalmond = "#ffebcd", blue = "#0000ff", blueviolet = "#8a2be2", brown = "#a52a2a", burlywood = "#deb887", cadetblue = "#5f9ea0", chartreuse = "#7fff00", chocolate = "#d2691e", coral = "#ff7f50", cornflowerblue = "#6495ed", cornsilk = "#fff8dc", crimson = "#dc143c", cyan..." current
- 08:1508:15, 24 May 2025 diff hist +143 Module:Chemistry guh
- 08:0808:08, 24 May 2025 diff hist −436 Module:Chemistry replaced hex color function with a color module for more robust color handling
- 07:5807:58, 24 May 2025 diff hist +14 Module:Color No edit summary
- 07:5607:56, 24 May 2025 diff hist +720 N Module:Color/utils/init Created page with "local function min_index(first, ...) local min, index = first, 1 for i, v in ipairs {...} do if v < min then min, index = v, i + 1 end end return min, index end local function max_index(first, ...) local max, index = first, 1 for i, v in ipairs {...} do if v > max then max, index = v, i + 1 end end return max, index end local function round(x) return x + 0.5 - (x + 0.5) % 1 end local function clamp(x, min, max) return x..." current
- 07:5607:56, 24 May 2025 diff hist +1,385 N Module:Color/utils/class Created page with "-- Code based on: -- http://lua-users.org/wiki/SimpleLuaClasses --- Helper function to create classes -- -- @usage local Color = class(function () --constructor end) -- @usage local Color2 = class( -- Color, -- function () --constructor end, -- { prop_a = "some value" } -- ) local function class(base, init, defaults) local c = defaults or {} -- a new class instance if not init and type(base) == 'function' then init = base base = nil el..." current
- 07:5507:55, 24 May 2025 diff hist +1,523 N Module:Color/utils/bitwise Created page with "-- Implementations of bitwise operators so that lua-color can be used -- with Lua 5.1 and LuaJIT 2.1.0-beta3 (e.g. inside Neovim). -- Code taken directly from: -- https://stackoverflow.com/questions/5977654/how-do-i-use-the-bitwise-operator-xor-in-lua local function bit_xor(a, b) local p, c = 1, 0 while a > 0 and b > 0 do local ra, rb = a % 2, b % 2 if ra ~= rb then c = c + p end a, b, p = (a - ra) / 2, (b - rb) / 2, p * 2 end if a < b the..." current
- 07:5407:54, 24 May 2025 diff hist +25,371 N Module:Color [test] try to add a color lib
- 07:1907:19, 24 May 2025 diff hist +3,023 User:Aliser/test3 No edit summary current
- 07:1607:16, 24 May 2025 diff hist −75 Template:Reagent card/styles.css No edit summary
- 07:1107:11, 24 May 2025 diff hist +194 Module:Chemistry more consistent frame obj
- 07:0907:09, 24 May 2025 diff hist +628 Module:Chemistry autoload template styles
- 06:4706:47, 24 May 2025 diff hist −504 Reagents replaced direct chem box module invokes with {{chem boxes}}
- 06:4406:44, 24 May 2025 diff hist −2,974 User:Aliser Undo revision 14057 by Aliser (talk) I have become chemistry, destroyer of Post-expand include size current Tags: Replaced Undo
- 06:3906:39, 24 May 2025 diff hist +388 Template:Damage/doc →Usage: formatting & wording; added dealt or healed
- 06:3206:32, 24 May 2025 diff hist +106 Template:Damage/styles.css No edit summary current
- 06:3106:31, 24 May 2025 diff hist +211 Template:Damage/doc Specifying dealt/healed damage
- 06:2906:29, 24 May 2025 diff hist 0 Module:Damage round damage to 1 digit instead of 3 (also unbolded damage in earlier change)
- 06:2806:28, 24 May 2025 diff hist +52 Template:Damage/doc added rounding damage example
- 06:2706:27, 24 May 2025 diff hist −383 Module:Damage refactor: general code refactor; now using digit rounding from utils module; updated docs a bit
- 06:2506:25, 24 May 2025 diff hist +2 Module:Utils/number No edit summary
- 06:2306:23, 24 May 2025 diff hist +342 Module:Utils/number No edit summary
- 06:1806:18, 24 May 2025 diff hist +46 Module:Utils/number No edit summary
- 06:1506:15, 24 May 2025 diff hist +129 Module:Utils/number No edit summary
- 06:1206:12, 24 May 2025 diff hist −670 Module:Cargo orders switched to format_probability in utility module
- 06:1006:10, 24 May 2025 diff hist +874 Module:Utils/number No edit summary
- 06:0706:07, 24 May 2025 diff hist +58 N Module:Utils/number/doc Created page with "{{module docs}} Contains number-related module utilities." current
- 06:0706:07, 24 May 2025 diff hist +22 N Module:Utils/number Created page with "local p = {} return p"
- 06:0706:07, 24 May 2025 diff hist +113 N Module:Utils/doc Created page with "{{module docs}} Contains general module utilities. == Subpages == * Module:Utils/number - number utilities." current
- 06:0606:06, 24 May 2025 diff hist +22 N Module:Utils Created page with "local p = {} return p" current
- 05:5805:58, 24 May 2025 diff hist +91 Template:Damage uses template styles