summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2017-02-24Add detection and setting of new paletteVanessa Ezekowitz
2017-02-24auto-generate the various dye craftitemsVanessa Ezekowitz
2017-02-24get rid of HUES2 table (use string ops to replace it)Vanessa Ezekowitz
2017-02-24add extended paletteVanessa Ezekowitz
2017-02-21fix not being able to pick up dropped objects while wielding dyeadrido
2017-02-18add on_rotate handlerVanessa Ezekowitz
2017-02-17"widen" the range for floor/ceiling placement checkingVanessa Ezekowitz
2017-02-17add helper functions for rotation correctionVanessa Ezekowitz
2017-02-06add light_blue to wallmounted paletteVanessa Ezekowitz
2017-02-06Pink/brown color translation tweaksVanessa Ezekowitz
2017-02-05fix broken check-for-colorableVanessa Ezekowitz
2017-02-04use on_use instead of on_rightclick to apply dyesVanessa Ezekowitz
2017-01-30don't set a custom param2 if the placed node has no facedir/wallmountVanessa Ezekowitz
2017-01-30fix wallmounted grey numberingVanessa Ezekowitz
2017-01-29fix messed-up grayscale color select logicVanessa Ezekowitz
2017-01-28remove some debug statementsVanessa Ezekowitz
2017-01-28add API option for "colorwallmounted" paramtype2Vanessa Ezekowitz
2017-01-28only crop the palleteidx if param2 is colorfacedirVanessa Ezekowitz
2017-01-28colorfdir -> is_color_fdirVanessa Ezekowitz
2017-01-28fix a couple more missing aliasesVanessa Ezekowitz
2017-01-28fix several dye-handling bugsVanessa Ezekowitz
2017-01-28API CHANGE: after_dig_node instead of on_destructVanessa Ezekowitz
2017-01-28fix facedir not being set when simple node placement fall-through is calledVanessa Ezekowitz
2017-01-26fix wrong param2 settingVanessa Ezekowitz
2017-01-26handle both cases of nodes being set with facedirVanessa Ezekowitz
2017-01-26remove debug statementsVanessa Ezekowitz
2017-01-26improve handling of greyscale in get-hsv functionVanessa Ezekowitz
2017-01-26add an alternate "find HSV" function.Vanessa Ezekowitz
2017-01-26handle a few more color-to-grey and grey-to-color casesVanessa Ezekowitz
2017-01-26Just do the node's color search manuallyVanessa Ezekowitz
2017-01-26handle special cases for greyscale dyes and unpainted nodesVanessa Ezekowitz
2017-01-26rework how split palettes are handledVanessa Ezekowitz
2017-01-25add "split" palette for mods that need facedir + param2 colorVanessa Ezekowitz
2017-01-25only allow placing the wielded thing if it's actually a nodeVanessa Ezekowitz
2017-01-25add a few missing aliasesVanessa Ezekowitz
2017-01-25Add some helper functions to support the new param2-style coloringVanessa Ezekowitz
2014-12-27use current intllib APIVanessa Ezekowitz
2014-03-20add support for intllib translation modXanthin
2013-12-15local-ize a few variables/tablesVanessa Ezekowitz
2013-08-11fix brain-o (copy&paste error) in groups for light greyVanessa Ezekowitz
2013-07-21removed all dye colors from the creative inventory, to reduce clutter.Vanessa Ezekowitz
2013-04-30Removed "Full" from descriptions - it's redundant if everything else saysVanessa Ezekowitz
2013-04-30Refactored the code to use default "common" dyesVanessa Ezekowitz
2013-02-07Added licensing information headers and LICENSE file.Vanessa Ezekowitz
2013-01-30fixed missing replacements for white paint -> empty bucketVanessa Ezekowitz
2012-08-19fixed incorrect groups setting for blue dye.Vanessa Ezekowitz
2012-08-05forgot to add in the recipes to make blue and violet dyes after adding theVanessa Ezekowitz
2012-08-01Added a "version" check for the flowers dependency:Vanessa Ezekowitz
2012-07-31Changed glass bottle recycling so that it uses the vessel mod's "glassVanessa Ezekowitz
2012-07-26Reworked unifiedyes to use my vessels modVanessa Ezekowitz