Commit Graph

22 Commits

Author SHA1 Message Date
4df0dd5964 Merge remote-tracking branch 'upstream/master' 2024-09-15 09:27:52 +02:00
54b2217aeb Make circular saw and all cut nodes considered as non-ground content (#204)
Default to not being ground content.
The few nodes that were registered as ground content shouldn't be considered ground content.

* cut nodes aren't ground content

By default make cut nodes non ground content but allow mods to register theirs as ground content if they want to.
2024-02-27 20:24:51 +01:00
ad319f1e30 Merge remote-tracking branch 'upstream/master' 2023-11-22 23:57:37 +01:00
79a0c76d40 Fix LuaCheck warning (#198) 2023-07-18 01:10:18 +02:00
9423c32f5b Merge remote-tracking branch 'upstream/master' 2021-11-26 21:44:33 +01:00
dce587cf33 Merge and update translations (#186) 2021-11-14 02:14:19 +01:00
968456defa Fix crash when the node.name does not contain ':' 2021-08-06 21:36:24 +02:00
46d347c00a Avoid crash if place a stair like node on colored one of same categorie 2021-07-18 21:02:35 +02:00
ff7e85094f Fix strange placement behavior for non-default Stairs+ nodes (#168)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-28 03:27:58 +01:00
8a14250127 Fix stairs placement over oddly-shaped nodes (#166) 2020-12-18 17:59:57 +01:00
ab91ad967a Improve the placement logic for slabs, etc (#160)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-12-14 14:46:50 +01:00
b67028a417 Fix use_texture_alpha warnings since 5.4.0-dev 2020-08-16 10:14:18 +02:00
917a46014f Update copyright statements to 2020 2020-01-01 04:09:24 +01:00
72a6ee6032 Make Stairs+ nodes emit slightly less light compared to full nodes
This makes up for their smaller visual size.
2019-05-08 20:00:57 +02:00
8e8078e74b Refactor common.lua to simplify code and make locale strings searchable 2019-03-20 21:30:35 +01:00
76a00a5365 Update intllib support to avoid using deprecated functions 2019-03-03 20:02:40 +01:00
0e885283c0 Update copyright statements to 2019 2019-02-25 12:13:55 +01:00
b0cb1d325a Fix Stairs+ node rotation on placement
This closes #123.
2019-02-25 10:47:51 +01:00
b6f6bc8c71 Activate translation for stairplus descriptions 2019-02-25 10:30:24 +01:00
95155a3bc6 Add pre-commit hooks
See https://pre-commit.com/ for more information.
2019-02-21 23:10:58 +01:00
7d701da5b9 Move recipe definitions to a separate file and function. 2018-03-26 19:09:44 +02:00
c711946453 Move node registrations to a separate file 2018-03-26 19:09:44 +02:00