Commit graph

2593 commits

Author SHA1 Message Date
Milan
d3eb6883d1 update submodule bonemeal 2021-02-27 07:51:40 +01:00
Wuzzy
2c9733ac45
Add Lojban translation (#2835) 2021-02-23 20:00:46 +01:00
Ronoaldo Pereira
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
Milan
99b334109d update submodule skybox 2021-02-23 13:35:57 +01:00
Milan
1c260334b7 update submodule mesecons 2021-02-19 08:26:22 +01:00
Milan
8b951d54f6 update submodule technic 2021-02-19 08:25:24 +01:00
Nathaniel Freeman
73ea8e2e91
Update Spanish translation (#2824) 2021-02-15 21:54:48 +01:00
Wuzzy
46136bbf19
Update German translation (#2821) 2021-02-12 20:55:27 +01:00
ExeVirus
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
Lars Müller
624dafc12b
Fix crash on exit of bed formspec if not sleeping (#2826) 2021-02-11 12:30:37 +01:00
An0n3m0us
3d95fceee8
Smoothen lava sounds at loop points (#2820)
Closes: #2818
2021-02-09 17:34:40 +01:00
sfan5
aa9cc39317 Update game APIs for use_texture_alpha deprecation 2021-02-07 11:48:05 +01:00
sfan5
08b13c9efb Fix deprecated alpha / use_texture_alpha use 2021-02-07 11:48:05 +01:00
SmallJoker
c1b236b4e3 weather: Fix error caused by missing biomes 2021-02-07 11:48:05 +01:00
Wuzzy
9d419bfac6
Update translation templates 2021-02-06 15:07:07 +01:00
Lars Müller
6a9cbcad82
Beds: Preserve player physics (#2789) 2021-02-01 23:00:05 +01:00
sfan5
ecfebe3c17 Revert "Correct door model dimensions (#2804)"
This introduces z-fighting so we'll just undo it. closes #2812
This reverts commit 3fdd5cdb5f.
2021-02-01 22:38:48 +01:00
An0n3m0us
3fdd5cdb5f
Correct door model dimensions (#2804) 2021-01-30 15:22:22 +01:00
An0n3m0us
e1e793d4da
Correct name of acacia mese postlight (#2800) 2021-01-30 15:20:40 +01:00
An0n3m0us
b648af479f
default: Add missing nodes to list (#2799) 2021-01-30 15:20:11 +01:00
Montandalar
87f6b941c4
Do not crash when a skeleton key is used on an unknown node (#2806) 2021-01-15 17:43:19 +01:00
Milan
a6f4d54716 update submodule pipeworks 2021-01-10 08:39:53 +01:00
The most random of all meshes
1ade8941b4
Fix boat floating in the air when water being drained away (#2788) 2020-12-28 15:56:04 +01:00
Milan
e1ee7827fd update submodules ethereal, illuna_ethereal 2020-12-23 17:57:49 +01:00
Milan
f9fe57bd86 moretrees: don't override rubbertree 2020-12-23 09:01:04 +01:00
Maksim
e6aec880de
Use Minetest 5.3 'minetest.is_creative_enabled' API (#2795) 2020-12-13 18:59:19 +01:00
Richard Try
9c29019301
Improve Russian translation (carts) (#2794) 2020-12-13 18:59:07 +01:00
IFRFSX
a1a50673c8
Update zh_CN translation for mtg_craftguide and dye (#2796)
Co-authored-by: IFRFSX <1079092922@qq.com>
2020-12-13 18:58:54 +01:00
Rafsanjani Atallah
0232288d5e
Fix some mistakes in the Indonesian translations (#2758) 2020-12-13 18:58:37 +01:00
Milan
8d31a3e8ec update submodule under_sky 2020-12-09 19:24:51 +01:00
Milan
afe8dc7bde update submodule skybox 2020-12-09 19:23:41 +01:00
auouymous
7ae983b669
Don't replace protected liquids with bones (#2790) 2020-12-08 22:20:16 +01:00
Milan
5223cb0fb8 update submodule illuna_events 2020-12-07 09:46:47 +01:00
Milan
2233a50ebc update submodule illuna_events 2020-12-06 08:29:50 +01:00
The most random of all meshes
29866dbcb3
Fix minor bug in german translation 2020-11-29 17:43:15 +01:00
Milan
76ccd587bb update submodule protector 2020-11-25 13:26:55 +01:00
Milan
49a467e0c8 update submodule xdecor 2020-11-14 09:36:42 +01:00
Milan
0b4cfe9894 update submodule mesecons 2020-11-14 09:34:02 +01:00
Milan
c48f5ec39f update submodule unified_inventory 2020-11-14 09:26:09 +01:00
Milan
86727a6c5b update submodule worldedit 2020-11-14 09:13:53 +01:00
An0n3m0us
2e7b509a94
Move player model sitting and laying positions to above the ground (#2746) 2020-11-13 18:14:25 +00:00
DS
226e2d4c12
Add missing not_in_creative_inventory group where appropriate (#2764) 2020-11-11 15:29:43 +00:00
CyberDonk3y
0a950c9932
Improve Russian translation (#2761) 2020-11-05 19:48:15 +01:00
Daretmavi
2953bf2bd6
Slovak translations (#2772) 2020-11-05 19:47:48 +01:00
SmallJoker
331bbae058
Fix deprecated get_player_velocity and set_physics_override calls (#2770) 2020-11-04 21:42:35 +01:00
Milan Ihl
43da1bf625 update submodule illuna_extras 2020-11-02 11:42:47 +01:00
Milan
48af4624cd add medieval inner glasses submodule 2020-10-23 23:01:39 +02:00
Paramat
720d4c8e3f
Do not apply waving shader to bush leaves (#2753) 2020-10-20 22:30:57 +01:00
Milan Ihl
0e1f58518e Merge branch 'technicworld' of ssh://git.tchncs.de:2241/Illuna-Minetest/minetest_game into technicworld 2020-10-17 12:54:28 +02:00
Milan Ihl
55476bcf79 add cape of agni 2020-10-17 12:54:17 +02:00