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

1588 Commits

Author SHA1 Message Date
nixnoxus
589bc4e5a4 default.log_player_action doesn't insert " at " before position 2022-04-26 16:35:41 +02:00
nixnoxus
8c96dbe7fb use message parts instead of concatenation 2022-04-23 10:53:41 +02:00
nixnoxus
3c30d1328f Update game_api.txt 2022-04-22 19:11:51 +02:00
nixnoxus
76c67ac84e unnecessary checks in is_vector() removed 2022-04-22 19:09:17 +02:00
nixnoxus
b1c9e660df fix typos in is_vector() 2022-04-22 18:47:43 +02:00
nixnoxus
c3466dbd18 default.log_player_action supports a list of message parts (thanks appgurueu) 2022-04-22 18:24:36 +02:00
nixnoxus
fc6e5944a2 cleanup get_bool() 2022-04-22 17:32:50 +02:00
nixnoxus
76c73cfcb6 dedup in default.log_player_action 2022-04-22 16:07:05 +02:00
nixnoxus
6a17eed8ae fix: log_non_player_actions is false per default 2022-04-22 15:59:47 +02:00
nixnoxus
86a4b7ccb7 use default.log_player_action 2022-04-21 15:13:27 +02:00
nixnoxus
4e11628982 intuitive order of arguments for default.log_player_action() 2022-04-21 14:03:31 +02:00
nixnoxus
26553bfaee Update game_api.txt (mention of non-player marker) 2022-04-21 13:16:05 +02:00
nixnoxus
90591c5a49 change enable_non_player_action_log to log_non_player_actions 2022-04-21 12:43:24 +02:00
nixnoxus
9159e5fd84
Update game_api.txt
Co-authored-by: sfan5 <sfan5@live.de>
2022-04-21 12:28:28 +02:00
nixnoxus
a6557f7e3b
Update mods/default/functions.lua
Co-authored-by: sfan5 <sfan5@live.de>
2022-04-21 12:27:39 +02:00
nixnoxus
5455875512
Update game_api.txt
Co-authored-by: sfan5 <sfan5@live.de>
2022-04-21 12:27:24 +02:00
nixnoxus
e7341d005f rename default.log_action to default.log_player_action 2022-04-04 20:32:03 +02:00
nixnoxus
adf5b53ec5 fix typo in game_api.txt 2022-04-04 20:14:11 +02:00
nixnoxus
0f0d607305 fix typo in comment 2022-04-04 20:10:24 +02:00
nixnoxus
37783fe4a0 update game_api.txt 2022-04-03 00:22:14 +02:00
nixnoxus
9e06bff2db log functions are now officially documented 2022-04-03 00:01:51 +02:00
nixnoxus
eb162e6c29 appgurueu's comments implemented 2022-04-02 11:29:44 +02:00
nixnoxus
9efd64d881 update game_api.txt 2022-04-02 11:11:10 +02:00
nixnoxus
e5a1343048 add setting enable_non_player_action_log 2022-04-02 07:08:01 +02:00
nixnoxus
8b8c693edd add default.set_inventory_action_loggers function 2022-04-02 04:46:38 +02:00
nixnoxus
9d171b268c fix typo 2022-03-31 10:28:06 +02:00
nixnoxus
876a2f7cef add default.log_action function 2022-03-30 23:57:08 +02:00
LoneWolfHT
659895c3ed Update game_api.txt 2022-03-23 11:36:46 +01:00
LoneWolfHT
ce82241ab2 Undo globalization 2022-03-23 11:36:46 +01:00
LoneWolfHT
0110e01826 Fix bug and globalize players table 2022-03-23 11:36:46 +01:00
LoneWolfHT
268a8844b6 Use a local for the globalstep function 2022-03-23 11:36:46 +01:00
LoneWolfHT
f665382017 Allow mods to override animation globalstep 2022-03-23 11:36:46 +01:00
Lars Mueller
a6f3b89596 player_api: Fix crash for players without model 2022-03-13 00:02:40 +01:00
baytuch
240f9a6a85
Fix translation of "cotton" for UK and RU locales 2022-02-15 20:29:34 +01:00
Lars Müller
a840ac0a4d
player_api - fix compatibility code 2022-02-03 09:15:14 +01:00
bell07
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
baytuch
e02e55fafd
Minor translation refinement for UK and RU langs (Drinking Glass) (#2925) 2022-02-01 11:09:21 +01:00
baytuch
cc3e7be429
Update Ukranian (uk) translation 2022-01-30 15:20:14 +01:00
An0n3m0us
172b62f802
Add trapdoor/door model specification (#2371) 2022-01-30 13:54:37 +01:00
baytuch
a5547a3a76
Add ukrainian (uk) translation (#2921)
Co-authored-by: sfan5 <sfan5@live.de>
2022-01-30 00:35:28 +01:00
ROllerozxa
c8a1454e2b
Fix and update Swedish translation (#2920) 2022-01-29 18:35:45 +01:00
Olivier Dragon
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
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
Yad
760581b330
Copyedit README.md & game.conf (#2919) 2022-01-23 18:07:10 +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