1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-27 22:30:18 +02:00
Commit Graph

1504 Commits

Author SHA1 Message Date
Baytuch
4c74a217b6 Translate to UK lang wool mod 2022-01-27 11:20:31 +02:00
Baytuch
c09645af0e Translate to UK lang walls mod 2022-01-27 11:16:34 +02:00
Baytuch
6ea07af05c Translate to UK lang vessels mod 2022-01-27 11:12:04 +02:00
Baytuch
dcc61c6c3a Translate to UK lang tnt mod 2022-01-27 11:07:05 +02:00
Baytuch
e79f88b125 Translate to UK lang sfinv mod 2022-01-27 11:05:38 +02:00
Baytuch
c49ba1a3aa Translate to UK lang sethome mod 2022-01-27 11:04:46 +02:00
Baytuch
48479899d2 Translate to UK lang screwdriver mod 2022-01-27 11:00:57 +02:00
Baytuch
5c544dd8dc Translate to UK lang mtg_craftguide mod 2022-01-27 10:57:51 +02:00
Baytuch
c3726c72e2 Translate to UK lang map mod 2022-01-27 10:39:02 +02:00
Baytuch
048fdeea69 Translate to UK lang keys mod 2022-01-27 10:36:44 +02:00
Baytuch
f8abdfc512 Translate to UK lang game_commands mod 2022-01-27 10:34:31 +02:00
Baytuch
b24f0085c5 Translate to UK lang flowers mod 2022-01-27 10:31:44 +02:00
Baytuch
9f22a7d385 Translate to UK lang fireflies mod 2022-01-27 10:26:55 +02:00
Baytuch
a2a71d67a0 Translate to UK lang fire mod 2022-01-27 10:23:00 +02:00
Baytuch
4cca63e627 Translate to UK lang farming mod 2022-01-27 10:20:32 +02:00
Baytuch
634c18da18 Translate to UK lang dye mod 2022-01-27 10:07:17 +02:00
Baytuch
61a8481be4 Translate to UK lang default mod 2022-01-27 03:48:33 +02:00
Baytuch
453fd303ae Translate to UK lang doors mod 2022-01-27 02:29:44 +02:00
Baytuch
b897d2a046 Translate to UK lang creative mod 2022-01-27 02:25:03 +02:00
Baytuch
e5eecb0a1f Translate to UK lang carts mod 2022-01-27 02:11:46 +02:00
Baytuch
56ef2a7437 Translate to UK lang butterflies mod 2022-01-27 02:07:48 +02:00
Baytuch
92bdc07f10 Translate to UK lang bucket mod 2022-01-27 02:05:31 +02:00
Baytuch
b23426431b Translate to UK lang bones mod 2022-01-27 02:01:33 +02:00
Baytuch
64a87b3e78 Translate to UK lang boats mod 2022-01-27 01:57:30 +02:00
Baytuch
f741599780 Translate to UK lang binoculars mod 2022-01-27 01:51:45 +02:00
Baytuch
ab77c5a2f5 Translate to UK lang beds mod 2022-01-27 01:48:11 +02:00
Louis Royer
fff3b98ab0 Make keys stackable if they contain the same secret (Fix #2714) 2022-01-23 18:12:09 +01:00
Louis Royer
40861c9e4f Move keys to a separate mod (Fix #1490) 2022-01-23 18:12:09 +01:00
paramat
0c1252bcf5 Balance sounds, remove silent water footstep 2022-01-23 18:07:59 +01:00
sfan5
acc918436a Override local_animation settings for certain animations
This makes the lay/sit animation work on the local client (in third-person).
2022-01-20 22:48:59 +01:00
Lars Müller
6623dec567
Redo player_api (#2745) 2022-01-17 21:49:28 +01:00
Emojigit
75f9575557
Allow to set use_texture_alpha when registering a door
Co-Authored-By: Gregor Parzefall <gregor.parzefall@posteo.de>
2022-01-14 19:41:26 +01:00
sfan5
78de12d6b4 Fix torch models so they render correctly in model[]
reported by @OgelGames
2022-01-09 22:57:57 +01:00
Yaman Qalieh
d775a9bdae
Pull some parent node vars for stairs and slabs (#2911)
Fixes the sunlight propagation of glass stairs and slabs.

Co-authored-by: tenplus1 <tenplus1@users.noreply.github.com>
2021-12-12 16:38:54 +01:00
Daretmavi
60389a1539
Slovak translation update (#2905) 2021-12-12 16:38:02 +01:00
An0n3m0us
3aaabce7a4
Convert door model to B3D (#2906)
Using a B3D model I worked out that it would be possible to have only two models (instead of the current four) for the doors and still keep all the mirroring correct when the door is open/closed.
2021-12-12 16:37:50 +01:00
Wuzzy
ad183c48ee Update German translation 2021-12-10 12:24:48 +01:00
Wuzzy
2361987421 Update locale files 2021-12-10 12:24:48 +01:00
LoneWolfHT
5875820542
Use itemstack name when placing doors (#2888) 2021-10-31 19:17:31 +01:00
nogajun
31f7d57889
Add and fix Japanese translation (#2904) 2021-10-31 19:17:21 +01:00
sfence
02ec133392
Prevent blocking of fuel inventory by fuel replacement (#2895) 2021-10-23 14:37:51 +02:00
Montandalar
1309953da6 Fix the creative trash slot for player 'trash'
By using the inventory named just 'trash' instead of 'creative_trash'
which overlaps when you name your player 'trash'.
2021-10-23 14:37:30 +02:00
Lars Müller
5273fcb3ad
Readd character.b3d normals (#2902) 2021-10-16 16:41:10 +02:00
ptah-alexs
f2bc5e2c67
Improve Russian translation (#2532) 2021-10-16 16:40:56 +02:00
sfan5
4b8b33587c Fix misuse of nodedef custom fields in fence gates
Custom fields must start with an underscore, this is very relevant for `sound` which is already defined by the engine.
2021-09-24 21:03:49 +02:00
雷哲翰
953fcfe09e
Improve zh_CN translation (#2885) 2021-09-04 23:37:39 +02:00
orbea
21e5f68292
default: Improves reading and writing to books. (#2656)
* Allow anyone to write to a book without any text and title.
* Allows saving books without any text or title.
* Adds a "Read" and "Write" tab to written owned books.

Fixes #1743
2021-09-04 23:37:27 +02:00
Jordan Irwin
c96cc55c40
Fix incorrect documentation of "default_coal_lump.png" 2021-06-06 19:25:30 +02:00
sfence
70500943f3
Fix problem with sharing table in door nodes Lua definitions
closes #2882
2021-06-06 19:24:10 +02:00
Paramat
ddebdeccb1
Add open/close sound gains to the Doors API, balance sound levels (#2768) 2021-05-31 20:43:33 +01:00