Commit Graph

  • 4b2d4db848 test with some european languages Isidor Zeuner 2020-11-13 12:08:39 +0100
  • 4b432eec08 support for non-ascii characters Isidor Zeuner 2020-11-12 06:22:34 +0100
  • d956c87dbc support for non-ascii characters Isidor Zeuner 2020-11-12 06:02:56 +0100
  • 1a6b9f38ff enable static save on signs' entities VanessaE 2020-11-01 12:43:55 -0500
  • 8b975d7fa1 add minimum minetest version key for contentdb 20200603-1302 VanessaE 2020-06-03 13:00:34 -0400
  • b633a4bf8c fix wrong default sign entity ref VanessaE 2020-04-16 17:06:07 -0400
  • bd20f9b776 add prefab_redo to opt depends Vanessa Dannenberg 2020-02-26 16:03:48 +0000
  • 7c6a1c7611 add some missing aliases (and rearrange them) 2019-10-22-1 Vanessa Dannenberg 2019-10-22 15:25:58 -0400
  • bd8ae112d0 README tweaks 2019-10-12-1 Vanessa Dannenberg 2019-10-11 06:00:31 -0400
  • 8669385718 various readability improvements in API.md, MODELS.md, and README.md 2019-10-03-1 Vanessa Dannenberg 2019-09-26 03:27:01 -0400
  • 0398684bfb tweak README Vanessa Dannenberg 2019-09-26 02:00:23 -0400
  • b52913d506 fix wrong textures for stick and hangers Vanessa Dannenberg 2019-09-26 01:17:44 -0400
  • ebeb035fac allow using "Sneak"/Shift to skip the on-pole/hanging/yard checks Vanessa Dannenberg 2019-09-26 01:10:28 -0400
  • e92177b83e allowing `true` for horizontal pole function makes no sense Vanessa Dannenberg 2019-09-26 01:02:00 -0400
  • 684e9237cd don't allow top of bottom to be considered a mountable surface on a a pole/post. Vanessa Dannenberg 2019-09-26 01:00:15 -0400
  • 3836215268 API changes to allow for more mounting styles Vanessa Dannenberg 2019-09-26 00:48:53 -0400
  • 6a4ddfddab attempt to work around engine player model bug Vanessa Dannenberg 2019-09-25 15:31:56 -0400
  • 1e05aa9309 fix bad selection box for prefab concrete rail Vanessa Dannenberg 2019-09-25 15:39:51 -0400
  • 80c0fc6a7e Add README and basic modeling instructions, and document the API Vanessa Dannenberg 2019-09-24 05:25:00 -0400
  • 42091db05e treat cottages:table and prefab_redo:concrete_railing as vertical posts Vanessa Dannenberg 2019-09-23 17:02:19 -0400
  • de5926233a also include hanging widefont signs 2019-09-22-4 Vanessa Dannenberg 2019-09-22 06:01:32 -0400
  • ae6e707ebe forgot to include onpole_widefont signs in conversion list 2019-09-22-3 Vanessa Dannenberg 2019-09-22 04:28:01 -0400
  • dcdee22265 allow mods to pass a function or just `true` 2019-09-22-1 Vanessa Dannenberg 2019-09-22 03:19:31 -0400
  • e4336e320c fix empty lines being skipped 2019-09-21-1 Vanessa Dannenberg 2019-09-21 22:04:24 -0400
  • d41e2ffd73 use a meta key to select wide-font mode instead of using a separate node add LBM to convert old nodes. Vanessa Dannenberg 2019-09-21 21:38:31 -0400
  • 77987d12b9 detect streets:bigpole_tjunction Vanessa Dannenberg 2019-09-21 19:48:35 -0400
  • dfece5275e rework horizontal pole detection slightly Vanessa Dannenberg 2019-09-21 19:24:48 -0400
  • 6285d250d7 default "allow_onpole" to disabled for consistency with other similar flags Vanessa Dannenberg 2019-09-21 15:56:45 -0400
  • 9502812088 Add necessary bits to allow signs to be placed onto horizontal poles (both wooden and steel signs) Vanessa Dannenberg 2019-09-21 15:45:48 -0400
  • c66c1b70bd disable backface culling on the sign entity (allows for transparent signs i.e. glass) 2019-09-19-1 Vanessa Dannenberg 2019-09-19 01:02:44 -0400
  • 831055095c remove debug prints 2019-09-18-5 Vanessa Dannenberg 2019-09-18 20:28:42 -0400
  • f0bc18154e fix corner case Vanessa Dannenberg 2019-09-18 20:22:30 -0400
  • 4eeaf90ae3 allow placement of "facedir" signs flat on floor (and on ceiling, if hanging isn't available) mimics the way wallmounted signs behave Vanessa Dannenberg 2019-09-18 20:12:31 -0400
  • 906ddbbcc5 rotation fixups Vanessa Dannenberg 2019-09-18 19:47:50 -0400
  • 01e2adaa46 allow visible text on floor and when flat on a ceiling Vanessa Dannenberg 2019-09-18 17:23:07 -0400
  • 03bd471230 fix a couple of global warnings Vanessa Dannenberg 2019-09-18 16:33:56 -0400
  • e5d525c272 in fact, just bail out if the sign needs no entity 2019-09-18-4 Vanessa Dannenberg 2019-09-18 14:21:56 -0400
  • a907f9535c bail out of make_sign_texture is the node is unknown 2019-09-18-3 Vanessa Dannenberg 2019-09-18 14:08:17 -0400
  • bbd580acb1 remove debug prints 2019-09-18-2 Vanessa Dannenberg 2019-09-18 13:57:57 -0400
  • 2d29a539f8 fix minor global warning 2019-09-18-1 Vanessa Dannenberg 2019-09-18 13:55:19 -0400
  • 4b2abfadce centralize entity handling minor re-factor as needed for that don't store entities statically, let the LBM generate them. Vanessa Dannenberg 2019-09-18 13:51:53 -0400
  • ee2dc495c3 treat streets:streetlamp_basic_top_* as a type of post as far as sign placement is concerned. 2019-09-17-1 Vanessa Dannenberg 2019-09-16 22:46:26 -0400
  • f944337b1c fix non-writable signs not fitting onto a pole/fence 2019-09-15-3 Vanessa Dannenberg 2019-09-15 18:37:03 -0400
  • a5e711d354 Use sign formspec to switch between wide/narrow font 2019-09-15-2 Vanessa Dannenberg 2019-09-15 16:10:11 -0400
  • bcb6a3aa39 add "wide font" overlay image 2019-09-15-1 Vanessa Dannenberg 2019-09-15 03:18:52 -0400
  • b021b9666f Allow mod to specify custom selbox for on-pole variants Vanessa Dannenberg 2019-09-15 01:56:41 -0400
  • c765d3b316 allow locked and all steel signs to hang from ceiling Vanessa Dannenberg 2019-09-15 01:26:05 -0400
  • 78418de9c9 create a generic hanging sign feature and move basic_signs' hanging wooden sign back to here, use it. Vanessa Dannenberg 2019-09-15 01:23:40 -0400
  • f6673dc0f1 added a proper register-sign API call (see api.lua and standard_signs.lua for examples) 2019-09-14-1 Vanessa Dannenberg 2019-09-14 20:46:20 -0400
  • fe57c23132 Add standard wood and steel signs sound defs use them in standard signs. Vanessa Dannenberg 2019-09-14 17:59:21 -0400
  • 94745e123e get standard sign groups directly from the original default node defs (instead of hard-coding them) Vanessa Dannenberg 2019-09-14 17:42:51 -0400
  • 5131eac4bb Move text entity out a bit further from sign surface was ~7.81 mm (2/256), now ~11.72 mm (3/256) Vanessa Dannenberg 2019-09-14 17:30:07 -0400
  • de69b246ec fix wrong priv 2019-09-13-2 Vanessa Dannenberg 2019-09-13 17:12:40 -0400
  • e2d522373d add chat command to sweep-away and regenerate all sign entities in loaded map (uses LBM to log all loaded blocks, but only those with nodes in "group:sign"). Vanessa Dannenberg 2019-09-13 16:51:51 -0400
  • d262f95744 fix bad material order in facedir-onpole model 2019-09-12-3 Vanessa Dannenberg 2019-09-12 12:01:51 -0400
  • d34d27bb81 fix 'dummy' formspec images (the hacky way) 2019-09-12-2 Vanessa Dannenberg 2019-09-12 11:31:19 -0400
  • e86ab17aea Fix bad UV mapping and font settings on standard signs 2019-09-12-1 Vanessa Dannenberg 2019-09-12 00:29:40 -0400
  • 261e519e72 allow rotation to all 6 faces for both wallmounted and facedir signs, make them follow the same rotation pattern. Vanessa Dannenberg 2019-09-11 17:03:48 -0400
  • fb77cc5708 Fix missing offsets on wallmount selboxes Vanessa Dannenberg 2019-09-11 16:21:44 -0400
  • 4614d66cbe Fix broken/bad screwdriver rotation handling Vanessa Dannenberg 2019-09-11 15:54:50 -0400
  • eba3ce1308 fix incorrect "onpole" activation when placing on top/bottom of post Vanessa Dannenberg 2019-09-11 15:17:19 -0400
  • 4ff54c9a4d Re-built onto the new API formerly part of my street_signs mod Vanessa Dannenberg 2019-09-11 12:03:04 -0400
  • 16f839943b remove redundant node redefine 2019-05-31-5 Vanessa Dannenberg 2019-05-31 14:40:30 -0400
  • 1d33e15ea5 rework sign type and ownership checks minor tweaks elsewhere to fit those changes 2019-05-27 Vanessa Dannenberg 2019-05-27 11:52:43 -0400
  • dfa47c2519 add protection and ownership checks to default metal sign 2019-05-25 Vanessa Dannenberg 2019-05-25 04:45:30 -0400
  • 34a7242616 add protection checks to all rotate functions add ownership check to rotation of locked sign Vanessa Dannenberg 2019-05-25 04:38:17 -0400
  • c199a33bb8 Cache character textures 2018-11-23 cheapie 2018-11-21 18:49:13 -0600
  • b057341a07 license fixups: use LGPL 3.0 for code, CC-by-SA 4.0 for media and everything else 2018-11-09 Vanessa Dannenberg 2018-11-08 19:02:48 -0500
  • eee4cb8112 use basic_materials for padlock to make locked sign Vanessa Dannenberg 2018-10-31 13:29:06 -0400
  • 0f78ef70de add arrow symbols to fonts Vanessa Dannenberg 2018-10-09 07:49:41 -0400
  • fac33e369f Merge branch 'patch-1' into 'master' Vanessa Dannenberg 2018-09-26 19:21:22 +0000
  • 00148f4770 remove print tenplus1 2018-09-26 12:21:17 +0000
  • e57faeb8cf pass node information to sign update function, remove all entities on update incase of rogue tenplus1 2018-09-26 12:13:34 +0000
  • 6995c3e768 fix screwdriver rotation on all sign types add it where missing Vanessa Dannenberg 2018-09-26 05:14:27 -0400
  • 69b172f001 ditto for orange sign Vanessa Dannenberg 2018-09-25 22:52:41 -0400
  • 908a087570 tweak yellow signs to comply with MUTCD 2009 Vanessa Dannenberg 2018-09-25 21:21:12 -0400
  • a2f7f62bf2
    Merge pull request #32 from Jat15/patch-unknown Vanessa Dannenberg 2018-05-24 23:46:32 -0400
  • 907797ba11 Fix crash if sign is "unknown block" Jat15 2018-05-25 03:01:24 +0200
  • c30e7ce0fa
    Merge pull request #26 from codexp/issue-25 Vanessa Dannenberg 2018-05-11 09:21:51 -0400
  • dc16606b8a
    Merge pull request #29 from codexp/german-translation Vanessa Dannenberg 2018-05-11 09:00:28 -0400
  • 2a521af511
    Merge pull request #28 from codexp/russian-translation Vanessa Dannenberg 2018-05-11 09:00:13 -0400
  • 2af55ad7c5 update german translation codexp 2018-03-24 22:39:40 +0100
  • fa5b88197e add russian translation codexp 2018-03-24 22:27:54 +0100
  • c6e81f2882 add support for cyrillic cahracters codexp 2018-03-24 20:35:42 +0100
  • fc529993b8
    Merge pull request #23 from MuhdNurHidayat/master Vanessa Dannenberg 2017-11-16 14:02:06 -0500
  • 2ac9f2d3f4 Add Malay translation Muhammad Nur Hidayat Yasuyoshi (MNH48.com) 2017-11-17 02:38:46 +0800
  • a755607f7d remove unneeded recipe for locked sign Vanessa Ezekowitz 2017-09-25 23:29:44 -0400
  • f6b8c941c3 Merge pull request #21 from fat115/master Vanessa Ezekowitz 2017-08-12 16:28:58 -0400
  • 96161c18dc updated intllib method (po/pot files) added french translation (complete) german and spanish translations are incomplete fat115 2017-07-31 18:55:35 +0200
  • 217ea08cac Merge pull request #20 from tenplus1/patch-1 Vanessa Ezekowitz 2017-07-20 01:44:27 -0400
  • cba3e847d9 add nil check tenplus1 2017-07-19 19:46:54 +0100
  • 3e001599a6 Add spanish translation. Carlos Barraza 2017-04-27 16:32:34 -0300
  • 347d6ffaa4 Merge pull request #14 from AntumDeluge/settings Vanessa Ezekowitz 2017-05-18 05:44:03 -0400
  • 1470570405 Merge pull request #13 from AntumDeluge/craft_guide Vanessa Ezekowitz 2017-05-18 05:43:55 -0400
  • a33f58df61 Replace deprecated methods: AntumDeluge 2017-05-12 21:57:11 -0700
  • 770978c632 Add cornernote's 'craft_guide' as optional dependency: AntumDeluge 2017-05-11 12:10:12 -0700
  • 2c36937054 Merge pull request #11 from MinetestForFun/master Vanessa Ezekowitz 2017-03-05 14:19:52 -0500
  • 523978edcf
    Fix unplaceable signs on blocks w/ on_rightclick when sneaking Dorian Wouters 2017-03-05 13:56:13 -0500
  • 7657d0d1f2 pass pointed_thing to on_rightclick Vanessa Ezekowitz 2017-01-28 06:59:19 -0500
  • 66265132dd Merge pull request #7 from xisd/patch-1 Vanessa Ezekowitz 2016-10-04 05:14:42 -0400