1327cb2112make sure digger is valid before checking for creative (else assume survival)
master
Vanessa Dannenberg
2021-07-15 15:14:52 -04:00
c08eb3452fallow writing # on signs
OgelGames
2021-06-05 17:06:08 +10:00
3ee06f9ba2protect against nil player on rightclick (some mods' machines don't supply a valid player object)
Vanessa Dannenberg
2021-06-03 08:40:45 -04:00
02c19e89d9don't try to run the glow code if the sign's being punched by a machine that doesn't use a fake player object e.g. basic_machines
Vanessa Dannenberg
2021-05-29 07:58:01 -04:00
85dd92fb25update register_sign to add glow effect for all signs with allow_glow check.
tenplus1
2021-05-27 19:07:46 +00:00
16b9251511Add glow feature to signs, with three brightness levels
tenplus1
2021-05-27 17:33:20 +00:00
b0fac5ef9fremove the old blue/starry background (replaced with a transparent image so that it can still be themed by Dreambuilder) tidied up the formspec a bit
Vanessa Dannenberg
2021-03-04 09:40:14 -05:00
34689b5b04bump minimum engine ver
Vanessa Dannenberg
2021-03-04 08:47:17 -05:00
b52913d506fix wrong textures for stick and hangers
Vanessa Dannenberg
2019-09-26 01:17:44 -04:00
ebeb035facallow using "Sneak"/Shift to skip the on-pole/hanging/yard checks
Vanessa Dannenberg
2019-09-26 01:10:28 -04:00
e92177b83eallowing true for horizontal pole function makes no sense
Vanessa Dannenberg
2019-09-26 01:02:00 -04:00
684e9237cddon't allow top of bottom to be considered a mountable surface on a a pole/post.
Vanessa Dannenberg
2019-09-26 01:00:15 -04:00
3836215268API changes to allow for more mounting styles
Vanessa Dannenberg
2019-09-26 00:48:53 -04:00
6a4ddfddabattempt to work around engine player model bug
Vanessa Dannenberg
2019-09-25 15:31:56 -04:00
1e05aa9309fix bad selection box for prefab concrete rail
Vanessa Dannenberg
2019-09-25 15:39:51 -04:00
80c0fc6a7eAdd README and basic modeling instructions, and document the API
Vanessa Dannenberg
2019-09-24 05:25:00 -04:00
42091db05etreat cottages:table and prefab_redo:concrete_railing as vertical posts
Vanessa Dannenberg
2019-09-23 17:02:19 -04:00
de5926233aalso include hanging widefont signs
Vanessa Dannenberg
2019-09-22 06:01:32 -04:00
ae6e707ebeforgot to include onpole_widefont signs in conversion list
Vanessa Dannenberg
2019-09-22 04:28:01 -04:00
dcdee22265allow mods to pass a function or just true
Vanessa Dannenberg
2019-09-22 03:19:31 -04:00
e4336e320cfix empty lines being skipped
Vanessa Dannenberg
2019-09-21 22:04:24 -04:00
d41e2ffd73use 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 -04:00
dfece5275erework horizontal pole detection slightly
Vanessa Dannenberg
2019-09-21 19:24:48 -04:00
6285d250d7default "allow_onpole" to disabled for consistency with other similar flags
Vanessa Dannenberg
2019-09-21 15:56:45 -04:00
9502812088Add necessary bits to allow signs to be placed onto horizontal poles (both wooden and steel signs)
Vanessa Dannenberg
2019-09-21 15:45:48 -04:00
c66c1b70bddisable backface culling on the sign entity (allows for transparent signs i.e. glass)
Vanessa Dannenberg
2019-09-19 01:02:44 -04:00
831055095cremove debug prints
Vanessa Dannenberg
2019-09-18 20:28:42 -04:00
f0bc18154efix corner case
Vanessa Dannenberg
2019-09-18 20:22:30 -04:00
4eeaf90ae3allow 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 -04:00
01e2adaa46allow visible text on floor and when flat on a ceiling
Vanessa Dannenberg
2019-09-18 17:23:07 -04:00
03bd471230fix a couple of global warnings
Vanessa Dannenberg
2019-09-18 16:33:56 -04:00
e5d525c272in fact, just bail out if the sign needs no entity
Vanessa Dannenberg
2019-09-18 14:21:56 -04:00
a907f9535cbail out of make_sign_texture is the node is unknown
Vanessa Dannenberg
2019-09-18 14:08:17 -04:00
bbd580acb1remove debug prints
Vanessa Dannenberg
2019-09-18 13:57:57 -04:00
2d29a539f8fix minor global warning
Vanessa Dannenberg
2019-09-18 13:55:19 -04:00
4b2abfadcecentralize 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 -04:00
ee2dc495c3treat streets:streetlamp_basic_top_* as a type of post as far as sign placement is concerned.
Vanessa Dannenberg
2019-09-16 22:46:26 -04:00
f944337b1cfix non-writable signs not fitting onto a pole/fence
Vanessa Dannenberg
2019-09-15 18:37:03 -04:00
a5e711d354Use sign formspec to switch between wide/narrow font
Vanessa Dannenberg
2019-09-15 16:10:11 -04:00
b021b9666fAllow mod to specify custom selbox for on-pole variants
Vanessa Dannenberg
2019-09-15 01:56:41 -04:00
c765d3b316allow locked and all steel signs to hang from ceiling
Vanessa Dannenberg
2019-09-15 01:26:05 -04:00
78418de9c9create 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 -04:00
f6673dc0f1added a proper register-sign API call (see api.lua and standard_signs.lua for examples)
Vanessa Dannenberg
2019-09-14 20:46:20 -04:00
fe57c23132Add standard wood and steel signs sound defs use them in standard signs.
Vanessa Dannenberg
2019-09-14 17:59:21 -04:00
94745e123eget standard sign groups directly from the original default node defs (instead of hard-coding them)
Vanessa Dannenberg
2019-09-14 17:42:51 -04:00
5131eac4bbMove 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 -04:00
e2d522373dadd 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 -04:00
d262f95744fix bad material order in facedir-onpole model
Vanessa Dannenberg
2019-09-12 12:01:51 -04:00
e86ab17aeaFix bad UV mapping and font settings on standard signs
Vanessa Dannenberg
2019-09-12 00:29:40 -04:00
261e519e72allow 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 -04:00