0639681f9b
Log bucket liquid placement ( #3108 )
2024-04-13 13:07:13 +02:00
10799db4cf
Tweak capitalization in Esperanto translation
2024-01-28 11:42:02 +01:00
a3b171e317
Update Russian translation ( #3058 )
2023-12-30 11:32:05 +01:00
bff7596364
Update Ukrainian translation ( #3070 )
2023-11-04 16:40:07 +01:00
26b2da2c08
Update Japanese translation ( #3007 )
...
Add missing translations
Corrected mistranslations
Revised translation to match Mineclone2
2023-01-21 09:43:53 +01:00
b57700a75b
Add polish translation ( #2926 )
2022-05-29 16:20:42 +02: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
31f7d57889
Add and fix Japanese translation ( #2904 )
2021-10-31 19:17:21 +01:00
c6171a8f29
Add Esperanto translation ( #2739 )
...
Co-authored-by: Jason Cartwright <cartwrightjason49@gmail.com >
2021-04-17 15:08:37 +02: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
9d419bfac6
Update translation templates
2021-02-06 15:07:07 +01:00
2953bf2bd6
Slovak translations ( #2772 )
2020-11-05 19:47:48 +01:00
8c01a5b288
Add Indonesian translations ( #2693 )
2020-06-29 18:41:50 +02:00
91ac075cff
Update Chinese Translation, Add Traditional Chinese Translation ( #2596 )
2020-03-02 21:53:12 +01:00
8d9aa07752
Sort loot registration into respective mods ( #2602 )
2020-02-23 14:41:13 +01:00
da39bae50e
Add zh_CN translation
2020-01-22 19:09:38 +01:00
710605687b
Add Malay translation
2019-11-30 17:31:40 +01:00
10dce79451
Add Swedish translation
2019-11-30 17:31:29 +01:00
6fea665fcc
Add Russian translation ( #2525 )
2019-10-24 21:54:20 +02:00
93a49f082c
Italian translation ( #2491 )
2019-10-12 14:30:37 +02:00
a00ff24df9
Spanish Translation ( #2505 )
2019-10-10 21:19:20 +02:00
0f369b43fe
French translation ( #2514 )
2019-10-10 21:18:25 +02:00
106c36da33
Add translation templates and German translation
2019-09-22 13:42:40 +02:00
bb9279ccb8
Add support for MT 5 game translation (rebasing ) ( #2466 )
...
rebased #2368
2019-09-10 19:09:51 +02:00
7f830124f7
Various mods: Use " " instead of ' ' for item names
2019-08-01 02:40:39 +01:00
9b226c7045
Switch to mod.conf, delete deprecated depends.txt
2019-07-17 00:38:23 +02:00
83fb6fe872
Remove stack_max from bucket:bucket_empty
2019-07-13 17:47:45 +01:00
e19f42d648
Add groups for tools and mushrooms ( #2378 )
2019-06-01 21:10:30 +02:00
689f0c5478
README.txt files: Change 'LGPL 2.1' to 'LGPLv2.1+'. Remove 'WTFPL'
2018-08-22 01:23:00 +01:00
255031fc91
Replace deprecated function calls
2018-07-01 20:44:03 +01:00
a2d7678ffd
Add nil checks for placer
2017-11-15 23:16:28 +00:00
3ae382c913
River water renewability: Add comments to nodes.lua and bucket mod
2017-11-11 21:37:27 +00:00
5b2a896180
Bucket: Allow buckets to trigger the on_punch of entities and nodes
...
The purpose of this is to allow mods to be able to interact (e.g. fill up)
an empty bucket when it is used to punch a node that's not a liquid source
or when punching a custom entity (e.g. milking a cow).
2016-11-02 12:39:56 +00:00
7b30c26a45
Bucket: Add optional 'force-renew' bool to registration
...
River water needs to be 'liquid_renewable = false' to avoid a mess caused by
spreading of sources, however picking it up with a bucket then creates
a hole in the river. Allow a 'force-renew' of the source node if it has a
source neighbour.
2016-10-12 04:11:36 +01:00
6171fb43f0
Change WTFPL to MIT (part 3)
...
Relicense WTFPL media to CC BY-SA 3.0.
Various corrections and edits.
2016-09-07 04:44:53 +01:00
7d70d25eeb
Licenses: Change WTFPL to MIT (part 2)
...
Add license.txt files.
Update and improve README.txt files.
Corrections to part 1.
2016-09-06 04:45:23 +01:00
76211624ac
Use minetest instead of core namespace, discourage via luacheck
2016-08-09 03:47:27 +01:00
4473627de0
Remove unused and clean up missused variable-value assignments.
...
* Unused variables
* Unused values (assigned to variables, but overwritten before use)
* Defining already defined variables instead of reassigning to them.
2016-07-15 21:58:49 +01:00
5644ab4bd3
Bucket: Allow liquid placed against unknown nodes instead of aborting abnormally
2016-07-07 19:22:13 +01:00
fe450b4144
Bucket: Prevent crashing when placing liquid against a buildable node into an unknown node
2016-07-07 19:21:46 +01:00
21b457c9e1
Bucket: Correct liquid placing in protected areas
...
- Placing liquid inside a protected area no longer returns an empty bucket
- Remove on_place function, tidy up code, return proper itemstack
- Shorten code (changes from HybridDog/patch-35)
2016-07-05 18:15:35 +01:00
8e51f318b3
Rename to Minetest Game
...
Rename in game.conf and documentation
Update game_api.txt documentation for bucket API and tree functions
Fix tab, space and comment formatting in game_api.txt
Rename in mod READMEs
2015-09-30 23:33:12 +01:00
0004c5e637
Better bucket textures
2015-09-14 06:58:19 +02:00
c4fb5bd385
Bucket: Register river water bucket, add texture
...
Add groups to registration and use water_bucket group
2015-06-14 01:18:14 +01:00
794a436d86
Fix bucket code indentation
2015-03-07 21:26:55 -05:00
df35360372
Make empty buckets stackable
2015-02-28 22:15:46 +01:00
957f94534b
Remove remains of finite liquids from bucket mod
...
This reverts commit 79856c914d
.
2014-12-06 20:58:03 +01:00
e707ba3cf1
Fix leaked globals.
2014-11-29 18:03:18 +01:00