Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | update API | Vanessa Dannenberg | |
2018-08-27 | fix broken re-painting of nodes using the split palettes | Vanessa Dannenberg | |
(broken in multiple places....oy.) also, fix wrong light green shade in colorwallmounted palette also, fixed many wrong/missing aliases and translations between old and current colors (i.e. aqua<->spring, skyblue<->azure, redviolet<->rose) | |||
2018-08-27 | don't try to match last_color to registered_items table, that breaks aliases | Vanessa Dannenberg | |
2018-08-26 | tweak switching-to msg | Vanessa Dannenberg | |
2018-08-26 | add "***" to all other warning/info msgs | Vanessa Dannenberg | |
2018-08-26 | warn the user to open the color selector | Vanessa Dannenberg | |
instead of crashing if they have no color set :-) | |||
2018-08-26 | remove "already that color" chat msg (some found it annoying) | Vanessa Dannenberg | |
2018-08-26 | use right-click (on any random node) to open the color selector | Vanessa Dannenberg | |
experimental code to read the param2 of a node and make a dye out of it used by airbrush, shift-right-click to change to that color | |||
2018-08-26 | use shift-right-click for color select form | Vanessa Dannenberg | |
(instead of punch or shift-punch) Must be pointing at a node, doesn't matter what it is, but with a range of 12, it's hard not to. | |||
2018-08-26 | respect protection | Vanessa Dannenberg | |
2018-08-26 | add recipe for airbrush | Vanessa Dannenberg | |
2018-08-26 | allow shift-punch for airbrush form | Vanessa Dannenberg | |
2018-08-26 | allow replacement nodes during airbrushing | Vanessa Dannenberg | |
2018-08-26 | new punch-to-colorize scheme | Vanessa Dannenberg | |
using a tool, the airbrush, for the job point at air/nothing and punch while wielding the airbrush to open the color selection form. | |||
2018-08-26 | better handling of the register_on_placenode rotation fix | Vanessa Dannenberg | |
2018-08-25 | minor changes to colorwallmounted palette | Vanessa Dannenberg | |
got rid of the separate brown swatch in the colorwallmounted palette, as it was being bypassed by the brown-> medium orange translation -- replaced it with light green. fixed missing colorwallmounted light blue/azure check-and-return in get_paletteidx() | |||
2018-08-25 | fix some broken aliases, | Vanessa Dannenberg | |
add some corresponding ones (unifieddyes:* vs. dye:*) | |||
2018-08-24 | clarify usage of make_colored_itemstack() | Vanessa Dannenberg | |
2018-08-24 | workaround for placing nodes with no color info in itemstack | Vanessa Dannenberg | |
2018-08-24 | remove the old obsolete on_use stuff | Vanessa Dannenberg | |
(was applied to dye items, obsolete now) | |||
2018-08-23 | more API doc tweaks | Vanessa Dannenberg | |
2018-08-22 | more API.md tweaks | Vanessa Dannenberg | |
2018-08-22 | clarify API regarding neutral_node field | Vanessa Dannenberg | |
2018-08-22 | remove debug prints | Vanessa Dannenberg | |
2018-08-22 | forgot to add pink to craft helper | Vanessa Dannenberg | |
2018-08-22 | proper handling of 89-color "split" palette in craft helper | Vanessa Dannenberg | |
2018-08-22 | preserve color bits in rotation fixup calls | Vanessa Dannenberg | |
2018-08-22 | remove debug prints | Vanessa Dannenberg | |
2018-08-22 | fix hue table type for wallmounted in craft helper | Vanessa Dannenberg | |
2018-08-22 | update API for new paradigm | Vanessa Dannenberg | |
plus some minor cleanups and style fixes | |||
2018-08-21 | Merge branch 'colored-itemstacks' | Vanessa Dannenberg | |
Make colored itemstacks the official code | |||
2018-08-21 | further refine how colored itemstacks work | Vanessa Dannenberg | |
2018-08-03 | check if pointed thing actually works in on_use | Vanessa Dannenberg | |
2018-05-11 | Merge pull request #23 from katkaha/dye_aliases | Vanessa Dannenberg | |
adding aliases for brown and grey dyes | |||
2018-05-10 | adding aliases for brown and grey dyes | katka | |
2018-04-23 | Agrege la traducción al español | Carlos Barraza | |
2017-12-11 | Merge pull request #21 from Jat15/patch-2 | Vanessa Dannenberg | |
Fix grayscale with 89-color palette | |||
2017-12-11 | Fix grayscale with 89-color palette | Jat15 | |
Fixes #19 | |||
2017-11-13 | Merge pull request #20 from MuhdNurHidayat/master | Vanessa Dannenberg | |
Add Malay translation | |||
2017-11-14 | Add Malay translation | Muhammad Nur Hidayat Yasuyoshi (MNH48.com) | |
2017-08-12 | Merge pull request #16 from fat115/master | Vanessa Ezekowitz | |
add french translation | |||
2017-08-06 | add french translation | fat115 | |
2017-08-01 | some mods still need unifieddyes:white -> dye:white alias | Vanessa Ezekowitz | |
2017-07-20 | Merge pull request #14 from afmachado/master | Vanessa Ezekowitz | |
Translation to Brazilian Portuguese | |||
2017-06-27 | Translation to Brazilian Portuguese | Free Educational Software for Mobile Devices - Translations to Brazilian Portuguese | |
Translation to Brazilian Portuguese | |||
2017-06-20 | separate the make-colored-itemstack code into its own function | Vanessa Ezekowitz | |
2017-06-20 | disable old after_dig_node() callbacks | Vanessa Ezekowitz | |
(don't split a digged node into neutral+dye) | |||
2017-06-20 | disable auto-coloring code entirely | Vanessa Ezekowitz | |
2017-06-20 | add helper function for crafting param2-colorized items | Vanessa Ezekowitz | |
One call registers the full set of 32, 89, or 256 colors. Pass it a recipe of the following general form ```lua unifieddyes.register_color_craft({ output = "mymod:colorized_node", type = <nil or "shapeless"> palette = <see below>, neutral_node = "some_mod:neutral_node", recipe = { <see below> } }) ``` palette may be either "wallmounted" (32 colors), false or omitted entirely (89 colors), or "extended" (256 colors). The recipe section is either a shapeless list, or a standard three-line shaped recipe, same as the regular register_craft() function. The key difference is two placeholder keys that are now supported: * if an item in the recipe is "MAIN_DYE", then Unified Dyes will, with each pass of its registration loop, substitute the actual "dye:foo" craft item in its place which corresponds with the current loop's color. * if an item in the recipe list is "NEUTRAL_NODE", then the value of the "neutral_node" field will be substituted in its place. The expectation here is that the modder probably has some base recipe in mind that, given no dyes, would result in a neutral, uncolored node. This call creates all the recipes that would be needed to craft colored versions of that neutral node either using that base recipe with dye added, or by crafting the neutral node with some dye after the fact. | |||
2017-06-20 | link API to README | Vanessa Ezekowitz | |