Commit Graph

1565 Commits

Author SHA1 Message Date
0c2ee1e41d Deduplicate player action logging, silence fake player actions (#2941) 2022-05-06 20:04:55 +02:00
edd033b708 TNT node drop particles: Only pick string tiles as fallback 2022-04-24 13:29:29 +02:00
9528c0f8b9 Adjust shadow intensity based on cloud density (#2938) 2022-04-02 09:35:36 +02:00
638099c999 Fix incorrectly negated comparisons 2022-03-26 19:58:07 +01:00
659895c3ed Update game_api.txt 2022-03-23 11:36:46 +01:00
ce82241ab2 Undo globalization 2022-03-23 11:36:46 +01:00
0110e01826 Fix bug and globalize players table 2022-03-23 11:36:46 +01:00
268a8844b6 Use a local for the globalstep function 2022-03-23 11:36:46 +01:00
f665382017 Allow mods to override animation globalstep 2022-03-23 11:36:46 +01:00
a6f3b89596 player_api: Fix crash for players without model 2022-03-13 00:02:40 +01:00
240f9a6a85 Fix translation of "cotton" for UK and RU locales 2022-02-15 20:29:34 +01:00
a840ac0a4d player_api - fix compatibility code 2022-02-03 09:15:14 +01:00
584a6a2102 player_api - fix compatibility code
get_animation does not return the data if called from outside without this change
2022-02-03 09:10:53 +01:00
e02e55fafd Minor translation refinement for UK and RU langs (Drinking Glass) (#2925) 2022-02-01 11:09:21 +01:00
cc3e7be429 Update Ukranian (uk) translation 2022-01-30 15:20:14 +01:00
172b62f802 Add trapdoor/door model specification (#2371) 2022-01-30 13:54:37 +01:00
a5547a3a76 Add ukrainian (uk) translation (#2921)
Co-authored-by: sfan5 <sfan5@live.de>
2022-01-30 00:35:28 +01:00
c8a1454e2b Fix and update Swedish translation (#2920) 2022-01-29 18:35:45 +01:00
bcd1ee048e Update french translations (#2922)
* Update french translations for beds, farming and fire

* Update french translations for mtg_craftguide

* Update french translations for default

* Correct typos

* Restore new line at end of file

* Shorten translation for better display

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-01-29 16:27:19 +01:00
fff3b98ab0 Make keys stackable if they contain the same secret (Fix #2714) 2022-01-23 18:12:09 +01:00
40861c9e4f Move keys to a separate mod (Fix #1490) 2022-01-23 18:12:09 +01:00
0c1252bcf5 Balance sounds, remove silent water footstep 2022-01-23 18:07:59 +01:00
Yad
760581b330 Copyedit README.md & game.conf (#2919) 2022-01-23 18:07:10 +01:00
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
6623dec567 Redo player_api (#2745) 2022-01-17 21:49:28 +01:00
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
78de12d6b4 Fix torch models so they render correctly in model[]
reported by @OgelGames
2022-01-09 22:57:57 +01:00
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
60389a1539 Slovak translation update (#2905) 2021-12-12 16:38:02 +01:00
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
ad183c48ee Update German translation 2021-12-10 12:24:48 +01:00
2361987421 Update locale files 2021-12-10 12:24:48 +01:00
5875820542 Use itemstack name when placing doors (#2888) 2021-10-31 19:17:31 +01:00
31f7d57889 Add and fix Japanese translation (#2904) 2021-10-31 19:17:21 +01:00
02ec133392 Prevent blocking of fuel inventory by fuel replacement (#2895) 2021-10-23 14:37:51 +02:00
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
5273fcb3ad Readd character.b3d normals (#2902) 2021-10-16 16:41:10 +02:00
f2bc5e2c67 Improve Russian translation (#2532) 2021-10-16 16:40:56 +02:00
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
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
92701885d0 Replace Travis CI with GitHub actions (#2661)
Co-authored-by: sfan5 <sfan5@live.de>
2021-07-08 11:47:37 +01:00
c96cc55c40 Fix incorrect documentation of "default_coal_lump.png" 2021-06-06 19:25:30 +02:00
70500943f3 Fix problem with sharing table in door nodes Lua definitions
closes #2882
2021-06-06 19:24:10 +02:00
ddebdeccb1 Add open/close sound gains to the Doors API, balance sound levels (#2768) 2021-05-31 20:43:33 +01:00
71ea0c65ea Attachments: Proper data cleanup in callbacks (#2865) 2021-05-11 21:15:47 +02:00
642fde44f1 Use group for mushroom spread ABM (#2863)
Have mushroom spread abm use group:mushroom to spread not only default red and brown but all defined shrooms.
2021-05-08 14:42:34 +02:00
1c78666c56 Reclassify some items 2021-05-08 14:42:16 +02:00
8158926862 Check for attachments before attaching player to bed (#2862) 2021-05-08 11:30:57 +02:00
4945f4bf9a Carts: Fix 0/0 condition on faulty tool capabilities 2021-05-02 14:59:22 +02:00