15138 Commits

Author SHA1 Message Date
cora
3bcca94aca nodedef.walkable is never nil due to metatable 2024-11-24 11:29:41 +00:00
cora
3db75f8444 Protect all accesses to minetest.registered_nodes in mcl_piston 2024-11-24 11:29:41 +00:00
cora
9d203222c9 Only read once from minetest.registered_nodes for piston push 2024-11-24 11:29:41 +00:00
cora
3e739cc380 Do not allow pistons to push unknown nodes 2024-11-24 11:29:41 +00:00
goblin_mode
a1a01307bf fix piston crash when moving unknown nodes 2024-11-24 11:29:41 +00:00
bramaudi
8ac93d907e Add new Eye of Ender & Ender Pearl texture 2024-11-23 10:17:17 +00:00
Elias Åström
f0f33d1d51 Load areas before redstone updates 2024-11-23 03:44:53 +00:00
Elias Åström
dc7d3fd79b Only write back nodes in cache that have changed 2024-11-23 03:44:53 +00:00
Elias Åström
76af04e392 Allow tools to be placed in offhand 2024-11-23 03:41:29 +00:00
Elias Åström
cb890afba5 Remove the large item image for offhand 2024-11-23 03:38:31 +00:00
Elias Åström
41c624abd4 Remove outdated locale for mcl_falling_nodes 2024-11-22 14:52:23 +00:00
Elias Åström
9a67f6214b Remove outdated locale for mcl_explosions 2024-11-22 14:52:23 +00:00
Elias Åström
7317d90b6b Fix a couple of inconsistent descriptions 2024-11-21 19:57:18 +00:00
Elias Åström
46a0150c2d Fix zh_hant/zh_TW translation files
zh_hant is moved to zh_TW if it has more translations or zh_TW does not
exist. All other zh_hant files are deleted.
2024-11-21 20:51:31 +01:00
goblin_mode
43aa865005 fix piston race condition 2024-11-21 18:25:35 +00:00
Elias Åström
ddb87a99dc Run update-tr.sh 2024-11-21 18:55:05 +01:00
Elias Åström
bbcaae139f Add back doc descriptions for redstone torch 2024-11-21 18:50:42 +01:00
Elias Åström
53c78eff37 Remove unnecessary translation strings 2024-11-21 18:48:02 +01:00
Jürgen Rühle
0f1c349549 Merge textdomain xpanes into mcl_panes
...after regenerating the translation template to get the new keys allowing to
restore some old translations.

Also merge zh_Hant into zh_TW.
2024-11-21 08:56:59 +01:00
Jürgen Rühle
7b3166c9b3 Merge textdomain mcl_dye into mcl_dyes
...after regenerating the translation template to get the new keys allowing to
restore some old translations.

Also merge zh_Hant into zh_TW.
2024-11-21 08:56:59 +01:00
Jürgen Rühle
44dadaf59c Merge textdomain hbarmor into mcl_hbarmor
Also delete zh_Hant.
2024-11-21 08:56:59 +01:00
Jürgen Rühle
ba890fe1aa Merge textdomain lightning into mcl_lightning
Also merge zh_Hant into zh_TW.
2024-11-21 08:56:59 +01:00
Jürgen Rühle
af380a97b4 mcl_player has no translatable strings 2024-11-21 08:56:59 +01:00
Jürgen Rühle
faf595c427 Fix wrong textdomain in pt_BR translation of mcl_craftguide 2024-11-21 08:56:59 +01:00
Jürgen Rühle
e7d571fdb7 Mention tools/update-tr.sh in the documentation 2024-11-21 08:56:59 +01:00
nooneatall
7d3527c11c Improve readability of translation notes for developers
...by splitting the first sentence.
2024-11-21 08:56:59 +01:00
Jürgen Rühle
49c600d0f2 Update translation workflow documentation 2024-11-21 08:56:59 +01:00
Jürgen Rühle
39f2bfb5bc Use dynamic translation for fish buckets 2024-11-21 08:56:59 +01:00
Jürgen Rühle
ac47ad90cd Use dynamic translation for copper blocks 2024-11-21 08:56:59 +01:00
Jürgen Rühle
0e4af34cf2 Use the untranslated description in register_unpreserve
This is retrieved by adding a helper that can untranslate the result of the
core.translate helper.
2024-11-21 08:56:59 +01:00
Jürgen Rühle
f814624f51 Fix block of bamboo description 2024-11-21 08:56:59 +01:00
Jürgen Rühle
698549eee6 Use dynamic translation for mcl_trees
And document how to use it from the calling mods.

Add a description override mechanism for bark stairs/slabs (a bit
convoluted to remain compatible with existing usage in mcl_crimson),
pressure plates, and buttos. Also clean up fences and fence gates.

Interestingly mcl_core/nodes_trees now uses only translation strings
generated by mcl_trees (into the mcl_core textdomain).
2024-11-21 08:56:59 +01:00
Jürgen Rühle
1bada3bbea Adapt tools/update-tr.sh 2024-11-21 08:56:59 +01:00
Jürgen Rühle
5231b95158 Make automatic translation generation script slightly more robust
Setup a temporary directory to better control the complete configuration
and hopefully prevent unwanted characters in directory names.

Additionally support minetest and minetestserver executables installed to
PATH. Also support being run from anywhere and not only from tool
directory itself.

Use --quiet parameter instead of directing all output to /dev/null to
better support debugging.
2024-11-21 08:56:59 +01:00
Jürgen Rühle
6b1368d792 Use dynamic translation for mcl_dyes and dependent mods 2024-11-21 08:56:59 +01:00
cora
1d8fa06294 Use external shellscript to generate complex translation strings 2024-11-21 08:56:59 +01:00
goblin_mode
bccfd71b13 fix redstone updates on multiplayer 2024-11-20 21:08:07 +01:00
goblin_mode
d7302c880d
adjust mangrove trees to have higher roots 2024-11-20 09:05:05 +01:00
bramaudi
46d671b190 Fix mount jumping bug when submerged in water 2024-11-20 04:31:19 +00:00
Elias Åström
a81b5968dc Remove untrue comment 2024-11-20 02:31:45 +00:00
Elias Åström
f287d4066b Prefix _observer_off/on fields with _mcl_ 2024-11-20 02:31:45 +00:00
Elias Åström
33ef4fb4dc Make observer clocks function 2024-11-20 02:31:45 +00:00
Elias Åström
8ce6674da5 Replace mcl_var redstone tick variable 2024-11-20 02:31:45 +00:00
Elias Åström
c6c9048667 Remove trailing whitespace 2024-11-20 02:31:45 +00:00
Elias Åström
d23bd927b3 Update redstone zh_Hant translation files to zh_TW 2024-11-20 02:31:45 +00:00
Elias Åström
6e35f9d83e Update outdated API docs 2024-11-20 02:31:45 +00:00
Elias Åström
839b9e995d Restore updated bulb light levels 2024-11-20 02:31:45 +00:00
Elias Åström
f5cc4d2d58 Do not allow turning X connected wires to dot 2024-11-20 02:31:45 +00:00
Elias Åström
190772392f Fix aliases for removed wire nodes 2024-11-20 02:31:45 +00:00
Elias Åström
eb7a355caf Run ltt_convert.py --tr2po for redstone mods 2024-11-20 02:31:45 +00:00