Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | allow passing an explicitly-available list of colors for airbrush | Vanessa Dannenberg | |
2018-09-12 | get rid of colors.txt, outdated | Vanessa Dannenberg | |
2018-09-12 | clarify item desc in split palette register nodes helper | Vanessa Dannenberg | |
2018-09-12 | remove debug prints | Vanessa Dannenberg | |
2018-09-12 | allow access to the 0 column in the split palettes | Vanessa Dannenberg | |
which now contains a "faint" shade of each color brings the total to 197 colors in split mode. | |||
2018-09-12 | expand old split-89 palette to 176 colors | Vanessa Dannenberg | |
(by adding more hues, now has all 24 in 7 shades each plus 5 greys) | |||
2018-09-12 | append `output` given to color craft helper if prefix/suffix are used | Vanessa Dannenberg | |
(if any; allows specifying an item count/yield for the recipe) | |||
2018-09-12 | add helper function for registering split palette nodes | Vanessa Dannenberg | |
2018-09-12 | make sure group.ud_param2_colorable exists before trying to check its value :P | Vanessa Dannenberg | |
2018-09-12 | use the node's paramtype2 instead of its palette filename | Vanessa Dannenberg | |
to decide what the airbrush should do with it. (that plus a few related changes allows coloredwood mod to make the airbrush work on stairsplus cut plain wood slabs/slopes/et. al) | |||
2018-09-12 | add hues+greys table | Vanessa Dannenberg | |
2018-09-08 | use `"split"` for split-89 palette instead of `true`. | Vanessa Dannenberg | |
2018-09-08 | drop support for the old 89 color palette - obsolete | Vanessa Dannenberg | |
(the full version) | |||
2018-09-08 | don't register pink recipe twice for wallmounted | Vanessa Dannenberg | |
2018-09-08 | fix incorrect handling of "azure" re: wallmounted palette | Vanessa Dannenberg | |
(it doesn't exist there :P replaced with light blue) also fixed missing craft helper recipe for same and fixed missing light_red in color<->palette table. | |||
2018-09-08 | condense legend a bit | Vanessa Dannenberg | |
move selected dye label over next to/under "Your selection" | |||
2018-09-08 | eliminate most egregious string concats in color select form | Vanessa Dannenberg | |
build it into a table and return table.concat() instead of using foo = foo..bar or foo = bar..baz..meh everywhere | |||
2018-09-08 | show in color selector when a dye is on-hand in survival, but unavailable | Vanessa Dannenberg | |
(right-clicked node can't use it) | |||
2018-09-08 | rename "available" overlay to "onhand" | Vanessa Dannenberg | |
2018-09-08 | show "on hand" indicators in "avail only" screen | Vanessa Dannenberg | |
2018-09-08 | pass inv to colored squared function | Vanessa Dannenberg | |
2018-09-08 | dim-out the user's color choice in the color selector | Vanessa Dannenberg | |
and reject it on clicking "Accept", if they went to "Show All" to select a color, but then went back to "Show Avail" before clicking Accept. (i.e. only accept what's shown as available to click on) | |||
2018-09-08 | moved the formspec code for the colored squares to its own function | Vanessa Dannenberg | |
2018-09-08 | make airbrush show only the colors the right-clicked node can use | Vanessa Dannenberg | |
(with button to toggle between that mode and show-all) | |||
2018-08-28 | fix typo | Vanessa Dannenberg | |
2018-08-28 | handle special case of split palette with full colors in node name | Vanessa Dannenberg | |
also check for ud_param2_colorable before proceeding to airbrush also handle new -> old color names in split palette switching | |||
2018-08-27 | show the player's current painting-with color, | Vanessa Dannenberg | |
if no color is selected, if any if no painting-with and no selected, shows a "?" | |||
2018-08-27 | show the "your selection" legend in creative mode | Vanessa Dannenberg | |
(since it now shows the selected color instead of an empty box) | |||
2018-08-27 | better handling of exiting the color selector form | Vanessa Dannenberg | |
also prints a warning if the user clicked "Accept" without a color selected | |||
2018-08-27 | make "Your selection" legend show your selected color | Vanessa Dannenberg | |
or show a "?" when a color hasn't been chosen | |||
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) |