summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
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
2018-08-22remove debug printsVanessa Dannenberg
2018-08-22fix hue table type for wallmounted in craft helperVanessa Dannenberg
2018-08-21further refine how colored itemstacks workVanessa Dannenberg
2017-06-20separate the make-colored-itemstack code into its own functionVanessa Ezekowitz
2017-06-20disable old after_dig_node() callbacksVanessa Ezekowitz
2017-06-20disable auto-coloring code entirelyVanessa Ezekowitz
2017-06-20add helper function for crafting param2-colorized itemsVanessa Ezekowitz
2017-06-20remove a few redundant aliasesVanessa Ezekowitz
2017-06-20add alternate recipe for dark orangeVanessa Ezekowitz
2017-06-20clean-up of dark/medium orange and light/redVanessa Ezekowitz
2017-06-04rotation fixes for compat with minetest 0.4.16Vanessa Ezekowitz
2017-05-18Merge pull request #9 from AntumDeluge/settingsVanessa Ezekowitz
2017-05-13Replace deprecated 'setting_getbool' with 'settings:get_bool'AntumDeluge
2017-05-03Replace deprecated call to 'get_look_yaw' with 'get_look_horizontal'AntumDeluge
2017-03-18allow shift-punching on a colorable node, to cancel auto-coloringVanessa Ezekowitz
2017-03-18make sure the pointed thing is a node before checking protectionVanessa Ezekowitz
2017-03-18add recolor-on-place helperVanessa Ezekowitz
2017-03-17remove outdated commentVanessa Ezekowitz
2017-03-17protection check on_useVanessa Ezekowitz
2017-03-14on_construct for nodes that were 89-color or static,Vanessa Ezekowitz
2017-03-11don't crash if the dye target is an unknown node :PVanessa Ezekowitz
2017-02-26made base_color_crafts, shade_crafts,Vanessa Ezekowitz
2017-02-26get rid of some redundant variablesVanessa Ezekowitz
2017-02-26add another recipeVanessa Ezekowitz
2017-02-26add more hue recipesVanessa Ezekowitz
2017-02-26add more "direct" recipesVanessa Ezekowitz
2017-02-26only use the node def's palette entry to check palette typeVanessa Ezekowitz
2017-02-25define on_use for default dyesVanessa Ezekowitz
2017-02-25override default dyes to keep their hues/shades consistentVanessa Ezekowitz
2017-02-25clean up greyscale portion of extended paletteVanessa Ezekowitz
2017-02-25add grey crafts and consolidate slightlyVanessa Ezekowitz
2017-02-25greys were mapped slightly wrong, fixedVanessa Ezekowitz
2017-02-25fix missing full-s50 defs,Vanessa Ezekowitz
2017-02-25add crafting recipes for all hues and some greysVanessa Ezekowitz
2017-02-24make some color tables globally accessible (in unifieddyes namespace)Vanessa Ezekowitz
2017-02-24remove some debug statementsVanessa Ezekowitz
2017-02-24dyes -> not in creative invVanessa Ezekowitz
2017-02-24fix greys in palette conversion tableVanessa Ezekowitz
2017-02-24it's okay to use an oversized paletteVanessa Ezekowitz
2017-02-24Mark the node via its metadata if it's been painted with 256-color paletteVanessa Ezekowitz
2017-02-24translate new dye names to old for 89-color palette checkVanessa Ezekowitz