Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-15 | minor API change: defaultcolor -> default_color | Vanessa Ezekowitz | |
2016-09-15 | infinite stacks only depend on creative mode now | Vanessa Ezekowitz | |
(don't care of unified inventory is installed) | |||
2016-09-15 | add default steel sign to restore-entities LBM | Vanessa Ezekowitz | |
2016-09-15 | allow custom nodes to define the text entity's size | Vanessa Ezekowitz | |
in your node def, add: text_size = {x=foo, y=bar}, Size defaults to x=0.8 and y=0.5, respectively. | |||
2016-09-09 | removed metal sign -> locked wooden sign recipe | Vanessa Ezekowitz | |
(makes no sense in practice) | |||
2016-09-09 | Allow setting default text color in sign node def | Vanessa Ezekowitz | |
Caveat: signs used to reset the text color to black at the start of each line. Now, they reset to the node's default text color, after which users' "#x" color codes are applied. This means some signs will change to a new color where the user didn't explicitly set it. This will only be visible on green, red w/white border, white w/red border, blue, and brown metal signs, as these have either white or red as the new default color. All other signs will render in black, as usual. | |||
2016-09-09 | added option to specify text position when making a custom sign node | Vanessa Ezekowitz | |
2016-09-09 | remove debug stuff | Vanessa Ezekowitz | |
2016-09-09 | add support for visible text on default steel signs | Vanessa Ezekowitz | |
(if defined by subgame) | |||
2016-09-09 | Use minetest_game steel sign to craft the various colored metal signs | Vanessa Ezekowitz | |
instead of using steel ingots. Reduced yield to one per craft. (the "sheet metal" recipes still exist for users of "steel" mod, yield there is unchanged) | |||
2016-09-09 | adjusted positions of all signs' entities | Vanessa Ezekowitz | |
to move them to approx. 1 pixels in front of the surface (trying to workaround an apparent irrlicht/Minetest precision glitch on entity reload) | |||
2016-09-09 | Clarify comment/reason for LBM | Vanessa Ezekowitz | |
2016-09-03 | Merge pull request #6 from cheapie/master | Vanessa Ezekowitz | |
Use LBM instead of ABM to restore sign text | |||
2016-09-03 | Use LBM instead of ABM to restore sign text | Carter Kolwey | |
2016-04-23 | "debug" is not a valid log level. | Auke Kok | |
2016-03-27 | Add screenshot.png | Auke Kok | |
2016-03-27 | Adding standard mod files | Auke Kok | |
2016-03-14 | Support renamed default wooden sign. | Diego Martinez | |
2016-03-14 | First commit. | Diego Martinez | |
Split from [homedecor](https://github.com/VanessaE/homedecor_modpack). See the homedecor repository's commit log for full history. Additionally, removed extra fonts. These will be distributed separately to avoid bloating the repo too much. |