1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-04 07:30:23 +02:00
Commit Graph

793 Commits

Author SHA1 Message Date
1ba876893d remove fallback for vector.check 2022-04-30 21:57:03 +02:00
30feea49ab Update mods/default/functions.lua
Co-authored-by: sfan5 <sfan5@live.de>
2022-04-26 19:00:00 +02:00
238a93fcb3 no leading spaces before punctuation marks 2022-04-26 17:06:20 +02:00
589bc4e5a4 default.log_player_action doesn't insert " at " before position 2022-04-26 16:35:41 +02:00
8c96dbe7fb use message parts instead of concatenation 2022-04-23 10:53:41 +02:00
76c67ac84e unnecessary checks in is_vector() removed 2022-04-22 19:09:17 +02:00
b1c9e660df fix typos in is_vector() 2022-04-22 18:47:43 +02:00
c3466dbd18 default.log_player_action supports a list of message parts (thanks appgurueu) 2022-04-22 18:24:36 +02:00
fc6e5944a2 cleanup get_bool() 2022-04-22 17:32:50 +02:00
76c73cfcb6 dedup in default.log_player_action 2022-04-22 16:07:05 +02:00
6a17eed8ae fix: log_non_player_actions is false per default 2022-04-22 15:59:47 +02:00
86a4b7ccb7 use default.log_player_action 2022-04-21 15:13:27 +02:00
4e11628982 intuitive order of arguments for default.log_player_action() 2022-04-21 14:03:31 +02:00
90591c5a49 change enable_non_player_action_log to log_non_player_actions 2022-04-21 12:43:24 +02:00
a6557f7e3b Update mods/default/functions.lua
Co-authored-by: sfan5 <sfan5@live.de>
2022-04-21 12:27:39 +02:00
e7341d005f rename default.log_action to default.log_player_action 2022-04-04 20:32:03 +02:00
0f0d607305 fix typo in comment 2022-04-04 20:10:24 +02:00
9e06bff2db log functions are now officially documented 2022-04-03 00:01:51 +02:00
eb162e6c29 appgurueu's comments implemented 2022-04-02 11:29:44 +02:00
e5a1343048 add setting enable_non_player_action_log 2022-04-02 07:08:01 +02:00
8b8c693edd add default.set_inventory_action_loggers function 2022-04-02 04:46:38 +02:00
9d171b268c fix typo 2022-03-31 10:28:06 +02:00
876a2f7cef add default.log_action function 2022-03-30 23:57:08 +02:00
cc3e7be429 Update Ukranian (uk) translation 2022-01-30 15:20:14 +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
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
78de12d6b4 Fix torch models so they render correctly in model[]
reported by @OgelGames
2022-01-09 22:57:57 +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
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
f2bc5e2c67 Improve Russian translation (#2532) 2021-10-16 16:40:56 +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
c96cc55c40 Fix incorrect documentation of "default_coal_lump.png" 2021-06-06 19:25:30 +02:00
79e63a8496 Check for required engine features on startup 2021-04-27 11:50:32 +02:00
c6171a8f29 Add Esperanto translation (#2739)
Co-authored-by: Jason Cartwright <cartwrightjason49@gmail.com>
2021-04-17 15:08:37 +02:00
42baede13f Add specific groups to different types of grass (#2852) 2021-04-02 19:13:44 +02:00
0a90bd8a0e Fix wield image for coral and kelp nodes (#2850) 2021-03-17 12:16:39 +01:00
2c9733ac45 Add Lojban translation (#2835) 2021-02-23 20:00:46 +01:00
b6377a7c0e Added Brazilian Portuguese translation (#2834)
Added the Brazilian Portuguese translation to all mods in the Minetest Game.
2021-02-23 20:00:02 +01:00
73ea8e2e91 Update Spanish translation (#2824) 2021-02-15 21:54:48 +01:00
46136bbf19 Update German translation (#2821) 2021-02-12 20:55:27 +01:00
6bd059915c Safe texture compression (#2808)
Only a single program was used to safely compress all textures in MTG.

 * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`

The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.

utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
aa9cc39317 Update game APIs for use_texture_alpha deprecation 2021-02-07 11:48:05 +01:00
08b13c9efb Fix deprecated alpha / use_texture_alpha use 2021-02-07 11:48:05 +01:00
9d419bfac6 Update translation templates 2021-02-06 15:07:07 +01:00