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
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
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
8855490b7f
Update translation templates
2020-06-26 14:41:30 +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
8c9821b227
Update translation templates and German ( #2512 )
2019-10-03 18:44:34 +02:00
106c36da33
Add translation templates and German translation
2019-09-22 13:42:40 +02:00
b31795dd04
Vessels: Fix vessels shelf infotext
2019-09-21 11:45:03 +02:00
1f7ea89cb6
Add missing infotext to nodes ( #2477 )
2019-09-14 20:30:26 +02:00
bb9279ccb8
Add support for MT 5 game translation (rebasing ) ( #2466 )
...
rebased #2368
2019-09-10 19:09:51 +02:00
9b226c7045
Switch to mod.conf, delete deprecated depends.txt
2019-07-17 00:38:23 +02:00
8af8dc49a0
Remove uses of default.gui_bg/bg_img/slots
...
Keep their definitions, to not break mods, but move them to legacy.lua.
2019-01-03 01:57:13 +00:00
689f0c5478
README.txt files: Change 'LGPL 2.1' to 'LGPLv2.1+'. Remove 'WTFPL'
2018-08-22 01:23:00 +01:00
40ed77185e
Improve node descriptions ( #1834 )
2017-07-23 10:26:10 +02:00
7fbf25d6ca
Do not show item overlay if slot is occupied by item (bookshelf, vessels shelf)
2016-11-14 20:03:49 +01:00
6e00ddee2a
Default, vessels: Darken shelf empty slot icons
...
Rename slot icons.
2016-11-07 14:32:35 +00:00
23ba2d3a0c
Add and edit fuel registrations
...
Edited fuels: fences, wooden ladder.
New fuels:
boat, paper, book, dry shrub, stick, vessels shelf, wooden tools,
wooden door, trapdoor, fence gates, farming crops, stairs, slabs, beds.
2016-11-02 13:04:25 +00:00
0acd9a2ccb
Add icon overlay to shelf inventory slots
2016-10-30 15:32:43 -07: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
3e5f3f28d2
Vessels: Improve code style
2016-05-23 08:37:58 +01:00
d8daee7e47
Vessels: Make shelf open on 2 sides not impossible 4 sides
...
Make shelf facedir rotatable as is now required
2016-05-23 08:37:58 +01:00
b9422ed44e
Vessels: Smaller/improved textures, remove duplicated 'inv' textures
...
Removed unnecessary inventory textures
The drinking glass inventory texture now differs from
the node texture to be more clearly a drinking glass
Smaller textures to reduce size as nodes
2016-05-21 03:03:03 +01:00
54b87e955d
TNT: Add on_blast to all nodes with an inventory
...
Adds a minor helper function that allows efficient retrieval of
several inventories from a node inventory. We use this helper to
quickly retrieve the items in chests, vessel shelves, book shelves
and furnaces, and return these with the nodes itself to the TNT caller.
The TNT caller then performs the entity physics, and we don't need
to do anything else.
We disable TNT doing anything with bones.
We expose a bug in the code that drops the items - metadata was lost
entirely. This patch corrects that by properly copying the metadata
and creating the drops list inclusive metadata.
2016-04-26 22:33:59 +01:00
3ecafbcfb4
Remove composed shelf side.
...
Don't compose the shelf side texture. The texture isn't transparent,
and unlikely to be in any case.
2016-04-14 02:46:03 +01:00
12bcfeab4d
Shelves: Fix listring functionality + code cleaning
2016-03-30 23:10:46 +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
7361eb5e05
Add the listring functionality c977fbd928
2015-06-23 19:17:57 +02:00
e15fde1624
Fix is_ground_content settings for nodes
...
Remove line if set to the default of 'true'
2015-06-18 02:25:02 +01:00
3f2e35e827
Add vessels shelf
2015-03-29 21:00:32 +02:00
f86ac2fdff
Optimize textures and model (use *.b3d instead *.x)
2015-02-28 22:33:19 +01:00
f06d4b8547
Vessels: new textures
2014-11-08 17:39:52 +01:00
e106fd51ca
Compress all textures losslessly using optipng and advpng
2014-07-05 16:06:00 +02:00
c2ce3d032e
Pngcrush all Textures
2013-05-25 16:20:35 +02:00
fcf0816fa8
Move all common mods back to minetest_game
2013-05-18 16:05:16 +02:00