summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2018-09-12clarify item desc in split palette register nodes helperVanessa Dannenberg
2018-09-12remove debug printsVanessa Dannenberg
2018-09-12allow access to the 0 column in the split palettesVanessa Dannenberg
2018-09-12expand old split-89 palette to 176 colorsVanessa Dannenberg
2018-09-12append `output` given to color craft helper if prefix/suffix are usedVanessa Dannenberg
2018-09-12add helper function for registering split palette nodesVanessa Dannenberg
2018-09-12make sure group.ud_param2_colorable exists before trying to check its value :PVanessa Dannenberg
2018-09-12use the node's paramtype2 instead of its palette filenameVanessa Dannenberg
2018-09-12add hues+greys tableVanessa Dannenberg
2018-09-08use `"split"` for split-89 palette instead of `true`.Vanessa Dannenberg
2018-09-08drop support for the old 89 color palette - obsoleteVanessa Dannenberg
2018-09-08don't register pink recipe twice for wallmountedVanessa Dannenberg
2018-09-08fix incorrect handling of "azure" re: wallmounted paletteVanessa Dannenberg
2018-09-08condense legend a bitVanessa Dannenberg
2018-09-08eliminate most egregious string concats in color select formVanessa Dannenberg
2018-09-08show in color selector when a dye is on-hand in survival, but unavailableVanessa Dannenberg
2018-09-08rename "available" overlay to "onhand"Vanessa Dannenberg
2018-09-08show "on hand" indicators in "avail only" screenVanessa Dannenberg
2018-09-08pass inv to colored squared functionVanessa Dannenberg
2018-09-08dim-out the user's color choice in the color selectorVanessa Dannenberg
2018-09-08moved the formspec code for the colored squares to its own functionVanessa Dannenberg
2018-09-08make airbrush show only the colors the right-clicked node can useVanessa Dannenberg
2018-08-28fix typoVanessa Dannenberg
2018-08-28handle special case of split palette with full colors in node nameVanessa Dannenberg
2018-08-27show the player's current painting-with color,Vanessa Dannenberg
2018-08-27show the "your selection" legend in creative modeVanessa Dannenberg
2018-08-27better handling of exiting the color selector formVanessa Dannenberg
2018-08-27make "Your selection" legend show your selected colorVanessa Dannenberg
2018-08-27fix broken re-painting of nodes using the split palettesVanessa Dannenberg
2018-08-27don't try to match last_color to registered_items table, that breaks aliasesVanessa Dannenberg
2018-08-26tweak switching-to msgVanessa Dannenberg
2018-08-26add "***" to all other warning/info msgsVanessa Dannenberg
2018-08-26warn the user to open the color selectorVanessa Dannenberg
2018-08-26remove "already that color" chat msg (some found it annoying)Vanessa Dannenberg
2018-08-26use right-click (on any random node) to open the color selectorVanessa Dannenberg
2018-08-26use shift-right-click for color select formVanessa Dannenberg
2018-08-26respect protectionVanessa Dannenberg
2018-08-26add recipe for airbrushVanessa Dannenberg
2018-08-26allow shift-punch for airbrush formVanessa Dannenberg
2018-08-26allow replacement nodes during airbrushingVanessa Dannenberg
2018-08-26new punch-to-colorize schemeVanessa Dannenberg
2018-08-26better handling of the register_on_placenode rotation fixVanessa Dannenberg
2018-08-25minor changes to colorwallmounted paletteVanessa Dannenberg
2018-08-25fix some broken aliases,Vanessa Dannenberg
2018-08-24workaround for placing nodes with no color info in itemstackVanessa Dannenberg
2018-08-24remove the old obsolete on_use stuffVanessa Dannenberg
2018-08-22remove debug printsVanessa Dannenberg
2018-08-22forgot to add pink to craft helperVanessa Dannenberg
2018-08-22proper handling of 89-color "split" palette in craft helperVanessa Dannenberg
2018-08-22preserve color bits in rotation fixup callsVanessa Dannenberg