80 Commits

Author SHA1 Message Date
Vanessa Dannenberg
a486a57084 added two-way and merging traffic signs 2018-09-27 05:13:10 -04:00
Vanessa Dannenberg
0ba346139b add type 3 object markers (l, c, r) 2018-09-27 05:01:01 -04:00
Vanessa Dannenberg
e5f057fd65 fix missing check for coloredwood fences 2018-09-27 04:24:37 -04:00
Vanessa Dannenberg
f809be39e0 add stop-ahead, signal-ahead, and yield-ahead signs 2018-09-27 04:22:32 -04:00
Vanessa Dannenberg
8471420ae3 add wield images where needed 2018-09-27 03:56:04 -04:00
Vanessa Dannenberg
eb5eb8dcc9 add "stop for pedestrian" (in-crosswal) sign 2018-09-27 03:49:39 -04:00
Vanessa Dannenberg
b350098e3e check for "fencelike" drawtype instead of specific nodes
that way it works on more kinds of fences.
2018-09-27 02:19:06 -04:00
Vanessa Dannenberg
6002d55901 move custom after_place_node out of loop. derp :P 2018-09-27 02:14:38 -04:00
Vanessa Dannenberg
2d790e5740 convert roads/infrastructure signs to street signs versions
(and un-register them and their recipes)
2018-09-27 02:12:24 -04:00
Vanessa Dannenberg
1b705a4227 add stop, yield, and pedestrian crossing signs 2018-09-27 01:44:53 -04:00
Vanessa Dannenberg
6b5bddfacd make on-pole variants of the smaller signs
fully automatic placement of US route, US interstate, or yellow or
orange warning diamonds on a pole.  works with:

* all default fences
* homedecor's fences
* gloopblocks steel fence
* coloredwood fences
* Bobblocks "pole" and "wavypole" (which are fences also)
* streets signal/streetlight bigpole (straight piece only, only when vertical)
2018-09-26 22:24:25 -04:00
Vanessa Dannenberg
ca84272bf5 remove a debug print 2018-09-26 05:18:10 -04:00
Vanessa Dannenberg
ec67529419 add/fix screwdriver handling 2018-09-26 04:23:53 -04:00
Vanessa Dannenberg
561b8c68a9 fix LBM not restoring all signs 2018-09-26 04:00:36 -04:00
Vanessa Dannenberg
ed2608da1f make all highway etc signs wall mounted
(doesn't affect the street intersection sign)
2018-09-26 03:50:38 -04:00
Vanessa Dannenberg
71d069c4bc use wallmounted mode for all but the intersection signs. 2018-09-26 01:57:26 -04:00
Vanessa Dannenberg
024844c88c add orange variants of the highway signs and warning signs 2018-09-25 22:56:04 -04:00
Vanessa Dannenberg
bb36b78472 add 4-line warning sign, rename 3-line accordingly 2018-09-25 22:17:47 -04:00
Vanessa Dannenberg
8bf6391c4b tweak yellow signs to comply with MUTCD 2009 2018-09-25 21:20:55 -04:00
Vanessa Dannenberg
df9b0e6f09 add "US Route", US "Interstate", and diamond-shaped warning signs
(1 line, 3 chars max in 31 px font for the route/interstate signs,
3 lines x 15 chars max in 15 px font for the warning sign)
2018-09-25 21:20:50 -04:00
Vanessa Dannenberg
c8e68f844a add blue/white and yellow/black variants
renamed green ones to have "green" in their names
2018-09-25 00:56:12 -04:00
Vanessa Dannenberg
3fd11131d3 add inv images and crafts for highway signs
consolidate signs_lib-based recipes
2018-09-24 22:53:03 -04:00
Vanessa Dannenberg
af4cbd5a35 add small and large highway signs
minor adjustment to medium sign size
tweaked text settings here and there a bit
2018-09-24 22:27:45 -04:00
Vanessa Dannenberg
fa15f7c0ad rework entities to get the text margins right. 2018-09-24 20:24:21 -04:00
Vanessa Dannenberg
079c21bd41 add a larger 2x2 sign for highways
uses a bigger, 31-px font
2018-09-24 19:38:10 -04:00
Vanessa Dannenberg
c95f7cce2f don't double-up the line texture to cover both sign sides
instead use the entity's UV mapping to handle it.
2018-09-24 15:38:43 -04:00
Vanessa Dannenberg
5c8262072d fix signs not updating properly via LBM or punch
also move the entities' surfaces outward a bit, to compensate for an engine
positioning glitch
2018-09-23 03:23:34 -04:00
Vanessa Dannenberg
b270628717 fix new sign entity being in the wrong place after restart 2018-09-21 20:38:58 -04:00
Vanessa Dannenberg
b664627336 add recipes to make the top-only section
and to make the full-height from top-only + steel ingot
2018-09-21 20:22:32 -04:00
Vanessa Dannenberg
9e2b65e84e add a version of the standard sign that's just the top part,
in case one wants to place it on top of some other kind of pole.
2018-09-21 20:17:31 -04:00
Vanessa Dannenberg
4a4567f027 automatically double-up the entered lines
so that line 1 does both sides of the top section
and line 2 does both sides of the bottom
2018-09-21 04:44:37 -04:00
Vanessa Dannenberg
1b0cc4ee64 clean-up input formspec 2018-09-21 02:55:21 -04:00
Vanessa Dannenberg
7bc0017232 default color = white 2018-09-21 02:11:19 -04:00
Vanessa Dannenberg
a7ce152b04 remove some cruft 2018-09-21 02:08:36 -04:00
Vanessa Dannenberg
0b095db961 fix derp :-) 2018-09-21 02:07:33 -04:00
Vanessa Dannenberg
09f60d79b9 fork from signs_lib to create a simple street name sign
(i.e. the two-up green signs found at most street corners.
2018-09-21 01:43:32 -04:00
Vanessa Dannenberg
a2f7f62bf2
Merge pull request #32 from Jat15/patch-unknown
Fix crash if sign is "unknown block"
2018-05-24 23:46:32 -04:00
Jat15
907797ba11 Fix crash if sign is "unknown block" 2018-05-25 03:01:24 +02:00
Vanessa Dannenberg
c30e7ce0fa
Merge pull request #26 from codexp/issue-25
add support for cyrillic characters
2018-05-11 09:21:51 -04:00
Vanessa Dannenberg
dc16606b8a
Merge pull request #29 from codexp/german-translation
update german translation
2018-05-11 09:00:28 -04:00
Vanessa Dannenberg
2a521af511
Merge pull request #28 from codexp/russian-translation
add Russian translation
2018-05-11 09:00:13 -04:00
codexp
2af55ad7c5 update german translation 2018-03-24 22:39:40 +01:00
codexp
fa5b88197e add russian translation 2018-03-24 22:27:54 +01:00
codexp
c6e81f2882 add support for cyrillic cahracters 2018-03-24 20:35:42 +01:00
Vanessa Dannenberg
fc529993b8
Merge pull request #23 from MuhdNurHidayat/master
Add Malay translation
2017-11-16 14:02:06 -05:00
Muhammad Nur Hidayat Yasuyoshi (MNH48.com)
2ac9f2d3f4 Add Malay translation 2017-11-17 02:38:46 +08:00
Vanessa Ezekowitz
a755607f7d remove unneeded recipe for locked sign 2017-09-25 23:29:44 -04:00
Vanessa Ezekowitz
f6b8c941c3 Merge pull request #21 from fat115/master
updated intllib method (po/pot files)
2017-08-12 16:28:58 -04:00
fat115
96161c18dc updated intllib method (po/pot files)
added french translation (complete)
german and spanish translations are incomplete
2017-07-31 18:55:35 +02:00
Vanessa Ezekowitz
217ea08cac Merge pull request #20 from tenplus1/patch-1
add nil check
2017-07-20 01:44:27 -04:00