Commit Graph

8275 Commits (master)

Author SHA1 Message Date
Thomas Rudin 96d3c2f7bf Merge branch 'master' of git://github.com/minetest/minetest into minetest-master 2020-01-19 13:22:07 +01:00
ANAND 468eb4bf57 lua_api.txt: Improve privs_to_string and string_to_privs documentation (#9228) 2020-01-19 11:16:54 +01:00
ANAND e8fd1ce623 Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317) 2020-01-18 16:50:57 +00:00
rubenwardy 1173ff0c13
Add Lua unit tests to builtin using busted (#9184) 2020-01-18 02:09:18 +00:00
rubenwardy 6d472b1840 Fix syntax error in Dockerfile 2020-01-17 19:14:58 +00:00
pull[bot] e6ccd1592c
Merge pull request #23 from minetest/master
[pull] pandorabox from minetest:master
2020-01-16 19:11:13 +00:00
Hugues Ross 680aaa1bd5 Make clipping of formspec elements more consistent (#9262) 2020-01-16 18:41:07 +00:00
pull[bot] 6930cb7c65
Merge pull request #21 from minetest/master
[pull] pandorabox from minetest:master
2020-01-16 17:11:26 +00:00
lhofhansl cea4fd2b27 Increase star count to 1000 and decrease radius slightly (#9307)
* Increase star count to 1000 and decrease radius slightly.
* Adjust star width.
2020-01-16 17:12:34 +01:00
pull[bot] 16ed1d79e4
Merge pull request #19 from minetest/master
[pull] pandorabox from minetest:master
2020-01-13 06:11:02 +00:00
Maksim c396800629 Android: fix cyrillic characters, update iconv lib (#9117) 2020-01-13 07:10:15 +01:00
pull[bot] 1f5b3df44e
Merge pull request #17 from minetest/master
[pull] pandorabox from minetest:master
2020-01-11 20:11:04 +00:00
Montandalar 8d75c118d9 Map download: Escape ':' to '_' (#9235)
This is necessary under Windows systems, and direct IPv6 connections.
Windows universally disallows ':' from occuring in filenames.

Other disallowed characters on Windows:

	\ / * ? " < > |

are not relevant to hostnames, IPv4 or IPv6 addresses.

Anyone who has got an existing server map saved on Linux with ':' in
the world save will want to keep that save.
2020-01-11 20:47:34 +01:00
DS 4c8af5492b Formspec: change the appeareance of the cursor on fields and co. (#8665) 2020-01-11 20:17:11 +01:00
pull[bot] 0103d9b69c
Merge pull request #15 from minetest/master
[pull] pandorabox from minetest:master
2020-01-09 19:11:03 +00:00
Wuzzy 3189e4466b Add missing entity documentation (#9297) 2020-01-09 19:48:16 +01:00
NatureFreshMilk ed9bd8c33e cleanup / docker workflow remove 2020-01-09 10:14:17 +01:00
pull[bot] a192a057b9
Merge pull request #13 from minetest/master
[pull] pandorabox from minetest:master
2020-01-08 22:10:59 +00:00
Wuzzy f4f7c7a11b Improve Lua API documentation on sounds (#9265) 2020-01-08 21:27:54 +00:00
pull[bot] 5461c80ce9
Merge pull request #11 from minetest/master
[pull] pandorabox from minetest:master
2020-01-04 15:11:01 +00:00
DS 7c0e0c34ec Formspec: Fix clicking on tooltip-obstructed elements (#9266) 2020-01-04 15:45:22 +01:00
HybridDog f9c7e46a34 Add table.key_value_swap (#9248) 2020-01-04 15:44:48 +01:00
Wuzzy 3ad92baa9c Tweak default textures (#9237) 2020-01-04 15:44:31 +01:00
pull[bot] 4312f36554
Merge pull request #9 from minetest/master
[pull] pandorabox from minetest:master
2020-01-04 02:10:51 +00:00
Paramat c162340973
Remove Mapgen V7 floatlands in preparation for new implementation (#9238)
Preserve the floatland flag of existing worlds, to be used again
when the new implementation is added.
2020-01-04 01:23:57 +00:00
pull[bot] 6e66209422
Merge pull request #7 from minetest/master
[pull] pandorabox from minetest:master
2019-12-24 19:10:43 +00:00
Montandalar 44458896d9 Use appropriate LC_ locale macro for Windows (#9230)
* Wrap LC_ macro in ifdef

Windows does not have LC_MESSAGES in locale.h, so use LC_ALL on that platform
2019-12-24 19:13:22 +01:00
Wuzzy 876a15bd75 Fix item eat sound not played if last item (#9239) 2019-12-24 19:12:46 +01:00
Wuzzy 7199dc7559 Document permissible group ratings (#9236) 2019-12-24 19:12:31 +01:00
pull[bot] 75f5ad1fd1
Merge pull request #5 from minetest/master
[pull] pandorabox from minetest:master
2019-12-21 15:10:52 +00:00
Lars Hofhansl 9c28acd29b Allow wave_heights up to two nodes. #9220 2019-12-21 06:33:59 -08:00
pull[bot] 5a3fa5c8a1
Merge pull request #3 from minetest/master
[pull] pandorabox from minetest:master
2019-12-20 19:10:45 +00:00
Lejo 37f771a95b Fix the player information version_string return value (#8616)
* Give more player information

* Correct lua_api.txt

* Correct keys in lua_api.txt

* Improve Code

* Only Bugfix+ser_vers

* Correct doc

* Fix double
2019-12-20 19:16:29 +01:00
ANAND ec3224dce2 /privs: Delimit output list of privs with commas (#9224) 2019-12-20 19:15:40 +01:00
NatureFreshMilk 482ebd8a61 merge method 2019-12-20 08:33:39 +01:00
NatureFreshMilk 4b946e7ddc pull config for minetest:master into pandorabox-io:pandorabox 2019-12-20 08:30:48 +01:00
NatureFreshMilk 943af1ea65 Merge branch 'master' into pandorabox 2019-12-20 08:28:09 +01:00
NatureFreshMilk c3b5b960ae pull config 2019-12-20 08:22:15 +01:00
Wuzzy 4b9fabf172 Builtin: Make dropped light_source nodes glow (#9200) 2019-12-19 19:41:44 +01:00
Bluebird 80af58c8c5 Make core.item_place_node return position of placed node. (#7713) 2019-12-18 19:21:24 +01:00
Zaoqi 39a1e6660e Dockerfile: correct `apt clean` + git clone --depth 1 + remove .git (#8697) 2019-12-17 14:34:21 +01:00
sfan5 db7e59f472 Correct documentation around minetest.item_place
The code that calls minetest.item_place_object was removed
in 2013 in commit fc61c8809b.
2019-12-16 21:24:34 +01:00
Hugues Ross b50dc43f67 Don't override the FGIMG style property if the image parameter is null 2019-12-16 19:26:57 +01:00
Hugues Ross e42faae8d9 Remove the dependency on FGIMG/BGIMG from the hovered/pressed variants
- Make guiButtonImage support null images properly
2019-12-16 19:26:57 +01:00
Hugues Ross bd4b8d40b3 StyleSpec: 0-initialize the property_set array 2019-12-16 19:26:57 +01:00
SmallJoker 41ff0f6679
Lua API: Document HP, breath and damage limits (#9080) 2019-12-15 18:55:01 +01:00
Zaoqi 03e1f23a5e Add Alpine build dependencies in README (#9206) 2019-12-15 17:10:25 +01:00
SmallJoker c3d0aab0bc GUIFormSpecMenu: Fix legacy sorting using std::stable_sort 2019-12-14 21:28:07 +01:00
rubenwardy 8e63d22d64 Fix spaces breaking formspec_version[] tag 2019-12-09 21:05:07 +00:00
Hugues Ross 9284313d17 Refactor to centralize GUIButton styling/rendering code (#9090) 2019-12-09 20:06:51 +00:00