Commit Graph

8414 Commits

Author SHA1 Message Date
Liet Kynes
9ae2b7c8a6 Translated using Weblate (Norwegian Bokmål)
Currently translated at 42.7% (551 of 1288 strings)
2020-04-03 23:15:52 +02:00
Tirifto
cee3a3fd63 Translated using Weblate (Esperanto)
Currently translated at 99.3% (1279 of 1288 strings)
2020-04-03 23:15:52 +02:00
Gmail a - 2 - a Boxa
50b30de407 Translated using Weblate (Romanian)
Currently translated at 18.6% (240 of 1288 strings)
2020-04-03 23:15:52 +02:00
wzy2006
bfe91e0b8f Translated using Weblate (Chinese (Simplified))
Currently translated at 88.0% (1134 of 1288 strings)
2020-04-03 23:15:52 +02:00
Robin Townsend
a5ec71f758 Translated using Weblate (Lojban)
Currently translated at 12.7% (164 of 1288 strings)
2020-04-03 23:15:52 +02:00
Robin Townsend
6831836d0d Translated using Weblate (German)
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-03 23:15:52 +02:00
Gao Tiesuan
316f1e028d Translated using Weblate (Chinese (Simplified))
Currently translated at 86.8% (1118 of 1288 strings)
2020-04-03 23:15:52 +02:00
Lucas Burlingham
02fd884d04 Translated using Weblate (French)
Currently translated at 93.5% (1205 of 1288 strings)
2020-04-03 23:15:52 +02:00
abidin toumi
facce8b966 Translated using Weblate (Arabic)
Currently translated at 6.9% (89 of 1288 strings)
2020-04-03 23:15:52 +02:00
Ács Zoltán
ad2de3ad95 Translated using Weblate (Hungarian)
Currently translated at 59.5% (767 of 1288 strings)
2020-04-03 23:15:52 +02:00
Gao Tiesuan
214d99a4d0 Translated using Weblate (Esperanto)
Currently translated at 92.5% (1192 of 1288 strings)
2020-04-03 23:15:52 +02:00
Vojtěch Šamla
0ed27ffd37 Translated using Weblate (Czech)
Currently translated at 48.3% (623 of 1288 strings)
2020-04-03 23:15:52 +02:00
An0n3m0us
fa9278963b Translated using Weblate (Arabic)
Currently translated at 6.1% (79 of 1288 strings)
2020-04-03 23:15:52 +02:00
An0n3m0us
548efbf16f Translated using Weblate (Lithuanian)
Currently translated at 15.2% (196 of 1288 strings)
2020-04-03 23:15:52 +02:00
Hugo Locurcio
668d834583 Translated using Weblate (French)
Currently translated at 92.3% (1189 of 1288 strings)
2020-04-03 23:15:52 +02:00
JDiaz
811acbc8fd Translated using Weblate (Spanish)
Currently translated at 67.9% (875 of 1288 strings)
2020-04-03 23:15:52 +02:00
Muhammad Nur Hidayat Yasuyoshi
4d3e2f8d69 Translated using Weblate (Malay)
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-03 23:15:52 +02:00
An0n3m0us
2a1ad6a903 Translated using Weblate (Hungarian)
Currently translated at 59.7% (769 of 1288 strings)
2020-04-03 23:15:52 +02:00
universales
e94ba07a69 Translated using Weblate (Spanish)
Currently translated at 67.7% (872 of 1288 strings)
2020-04-03 23:15:51 +02:00
pan93412
2de515f311 Translated using Weblate (Chinese (Traditional))
Currently translated at 68.9% (888 of 1288 strings)
2020-04-03 23:15:51 +02:00
monolifed
2048377c78 Translated using Weblate (Turkish)
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-03 23:15:51 +02:00
BreadW
af076ba747 Translated using Weblate (Japanese)
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-03 23:15:51 +02:00
Wuzzy
f055e9bdc3 Translated using Weblate (German)
Currently translated at 100.0% (1288 of 1288 strings)
2020-04-03 23:15:51 +02:00
Paramat
45a2ca0af2
Add warning to set_sky() docs about unstable dawn and night sky colours (#9578)
Also clean up confusing double meaning usage of the word 'skybox'.
2020-04-03 02:57:15 +01:00
Elias Åström
3d6b55d3e9
Fix texture distortion for flowing liquids (#9561)
Previously textures of the side faces on flowing liquid nodes would
become distorted on different axis depending on the liquid level.  This
is because the nodes always had the same texture coordinates, even when
the generated face could have different sizes.  This solves that problem
by adjusting the texture coordinates for the vertices making up the top
of the faces, so the textures will not look compressed for smaller
faces.
2020-04-02 19:24:35 +02:00
DS
d7825bca1b
Fix GUI element click-through by changing visibility (#9534)
This adds a vector that holds pointers to elements that should only be visible while being drawn.

In the guifsmenu's draw func, all elements in this vector are made visible and invisible again. Apart from there, they are always invisible. (Well they are still visible before the first drawn, does this matter? If yes, it could be fixed easily with some lines of code everywhere.)
2020-03-31 18:34:42 +01:00
v-rob
9953145a4e
Formspec: Mark hypertext and markup language as unstable 2020-03-28 21:54:19 +01:00
ANAND
13b228513e
Ignore near_plane setting on non-Android platforms (#8749)
Camera's near-plane will be hard-coded to 0.1 on all non-Android platforms. The upper-bound of this setting has been reduced to 0.25, as 0.5 is just way too high.
2020-03-28 21:53:55 +01:00
sfan5
c6d6358b92 Travis: Correct Linux dependencies so that PostgreSQL is found by CMake 2020-03-28 13:04:15 +01:00
sfan5
04961491c1 Fix crash on wielditem/item entities
bug was introduced in f3032a637c53f3c98fbbed1d3b691898aabe1687
2020-03-28 12:56:48 +01:00
sfan5
3c0d309643 Improve documentation of minetest.get_node_drops()
Also remove the comment saying it could be removed or modified.
2020-03-26 20:35:05 +01:00
Pierre-Yves Rollo
49a558574f
Hypertext: Fix alignment tags adding unwanted newlines (#9548) 2020-03-26 19:56:35 +01:00
SmallJoker
a0998754a7
Connection: Fix deadlock in debug mode (#9550) 2020-03-26 19:13:50 +01:00
Dave Chu
f7c7353a9a
Fix small typos in lua_api.txt (#9546) 2020-03-25 11:44:20 +01:00
Danila Shutov
f3032a637c
Fix incorrect light updates for wielditem and item visuals (#9540)
An alternative to #9537
2020-03-23 21:57:44 +01:00
Wuzzy
625b100593
Add comments for translators (#9510)
* Add translator comments for "special" strings

* Add translator comments for some "tricky" strings
2020-03-20 09:41:07 +01:00
Danila Shutov
5c1b72544a
Fix entity lighting (#9514)
fixes #9482
2020-03-16 22:58:13 +01:00
Danila Shutov
ca646487f2
Transform texture UVs with provided tex. matrix (#9515)
fixes #9481
2020-03-16 22:57:46 +01:00
sfan5
5a31d56c9f Fix mouse events sent to wrong GUI elements when dragging 2020-03-16 22:57:10 +01:00
v-rob
13ad8e2a09
Formspecs: Add starting frame to animated_image (#9411) 2020-03-16 22:56:48 +01:00
Wuzzy
1441281809
Fix some chatcommands not returning a value (#9503) 2020-03-14 15:01:22 +01:00
sfan5
8546d6089a Update clang-tidy configuration and scripts 2020-03-12 00:10:09 +01:00
sfan5
7908b20dd9 buildbot: Update to newer MinGW gcc 9.2 2020-03-12 00:10:09 +01:00
sfan5
245876cddb Update travis build infrastructure
Ubuntu 14.04 -> 18.04
clang-format, clang-tidy 7 -> 8
clang 3.6 -> 3.9
clang 7 -> 9
2020-03-12 00:10:09 +01:00
SmallJoker
766d160ffb guiHyperText: Fix blinky cursor on link hover (#9392)
Change legacy size/position calculations to 'textarea'
2020-03-11 19:09:50 +01:00
HybridDog
fd4daefb29
minetest.get_content_id: error if the node does not exist (#9458)
If a mod creator makes a typing mistake, this function now causes an error instead of returning the id of "ignore".
2020-03-11 16:25:14 +01:00
DS
b42493fb4c
Fix memory leak in GUIHyperText (#9489) 2020-03-10 20:32:38 +01:00
sfan5
7a7bfdca7c
minetest,get_connected_players: Return empty table at load time (#9493) 2020-03-10 20:32:04 +01:00
SmallJoker
7da4f9ef20
GUIFormSpecMenu: Remove field_close_on_enter warning (#9501) 2020-03-10 20:30:55 +01:00
Nicolas Abril
30d795b4b2
Remove unnecessary checks before delete (#9500)
Co-authored-by: Nicolas Abril <nicolasabril@alunos.utfpr.edu.br>
2020-03-10 20:30:42 +01:00