Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-21 | Cache character texturesHEADmaster | cheapie | |
2018-11-08 | license fixups: use LGPL 3.0 for code, | Vanessa Dannenberg | |
CC-by-SA 4.0 for media and everything else | |||
2018-10-31 | use basic_materials for padlock | Vanessa Dannenberg | |
to make locked sign | |||
2018-10-09 | add arrow symbols to fonts | Vanessa Dannenberg | |
accessible by putting ^1 to ^8 (think "arrow number 1", etc) in your text for narrow-width arrows (good for "wide font" highway signs), or ^a to ^h for double-width arrows (good for all of the normal narrow-font signs). in order, arrows 1 and "a" point up, 2/b points up-and-right, 3/c points right, and so on, turning clockwise Any other ^x pair just renders directly (no escape char, sorry) | |||
2018-09-26 | Merge branch 'patch-1' into 'master' | Vanessa Dannenberg | |
pass node information to sign update function, remove all entities on update incase of rogue See merge request VanessaE/signs_lib!1 | |||
2018-09-26 | remove print | tenplus1 | |
2018-09-26 | pass node information to sign update function, remove all entities on update ↵ | tenplus1 | |
incase of rogue | |||
2018-09-26 | fix screwdriver rotation on all sign types | Vanessa Dannenberg | |
add it where missing | |||
2018-09-25 | ditto for orange sign | Vanessa Dannenberg | |
2018-09-25 | tweak yellow signs to comply with MUTCD 2009 | Vanessa Dannenberg | |
2018-05-24 | Merge pull request #32 from Jat15/patch-unknown | Vanessa Dannenberg | |
Fix crash if sign is "unknown block" | |||
2018-05-25 | Fix crash if sign is "unknown block" | Jat15 | |
2018-05-11 | Merge pull request #26 from codexp/issue-25 | Vanessa Dannenberg | |
add support for cyrillic characters | |||
2018-05-11 | Merge pull request #29 from codexp/german-translation | Vanessa Dannenberg | |
update german translation | |||
2018-05-11 | Merge pull request #28 from codexp/russian-translation | Vanessa Dannenberg | |
add Russian translation | |||
2018-03-24 | update german translation | codexp | |
2018-03-24 | add russian translation | codexp | |
2018-03-24 | add support for cyrillic cahracters | codexp | |
2017-11-16 | Merge pull request #23 from MuhdNurHidayat/master | Vanessa Dannenberg | |
Add Malay translation | |||
2017-11-17 | Add Malay translation | Muhammad Nur Hidayat Yasuyoshi (MNH48.com) | |
2017-09-25 | remove unneeded recipe for locked sign | Vanessa Ezekowitz | |
2017-08-12 | Merge pull request #21 from fat115/master | Vanessa Ezekowitz | |
updated intllib method (po/pot files) | |||
2017-07-31 | updated intllib method (po/pot files) | fat115 | |
added french translation (complete) german and spanish translations are incomplete | |||
2017-07-20 | Merge pull request #20 from tenplus1/patch-1 | Vanessa Ezekowitz | |
add nil check | |||
2017-07-19 | add nil check | tenplus1 | |
add nil check to fix this error: https://github.com/minetest-mods/signs_lib/issues/18 | |||
2017-05-20 | Add spanish translation. | Carlos Barraza | |
2017-05-18 | Merge pull request #14 from AntumDeluge/settings | Vanessa Ezekowitz | |
Replace deprecated methods | |||
2017-05-18 | Merge pull request #13 from AntumDeluge/craft_guide | Vanessa Ezekowitz | |
Add cornernote's 'craft_guide' as optional dependency: | |||
2017-05-12 | Replace deprecated methods: | AntumDeluge | |
- 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool' | |||
2017-05-11 | Add cornernote's 'craft_guide' as optional dependency: | AntumDeluge | |
http://cornernote.github.io/minetest-craft_guide/ | |||
2017-03-05 | Merge pull request #11 from MinetestForFun/master | Vanessa Ezekowitz | |
Fix unplaceable signs on blocks w/ on_rightclick when sneaking | |||
2017-03-05 | Fix unplaceable signs on blocks w/ on_rightclick when sneaking | Dorian Wouters | |
2017-01-28 | pass pointed_thing to on_rightclick | Vanessa Ezekowitz | |
2016-10-04 | Merge pull request #7 from xisd/patch-1 | Vanessa Ezekowitz | |
make colored metal signs optional (default to enabled) | |||
2016-10-04 | colored metal signs optional and display size | xisd | |
That a small change but for someone who try to prevent having one craft guide page per item (and multiples variants) it make all the difference :) This mod is great but it would be even greater if it was easier to configure like an option use_big_font_size that would change CHARS_PERLINE from 30 to 12 and NUMBER_OF_LINES from 6 to 3 (I tried to do that but I failed) | |||
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 | |