4a8a50a2a2
Masterserver show privs and js autoload
2013-11-04 04:56:39 +04:00
0fd29b7e09
Add a "More..." link when the serverlist is filtered
2013-11-03 18:21:53 -05:00
4c2687775f
Only show servers with at least master.min_clients clients
2013-11-03 18:02:07 -05:00
50ea8601d5
Use a doT.js template for the serverlist
2013-11-03 17:47:16 -05:00
68bbdf1b2c
Fix invalid usage of texture->getSize() where actually texture->getOriginalSize() was meant
2013-11-03 23:00:54 +01:00
5fbc39a76c
Fix typo
2013-11-03 22:33:06 +01:00
25edae00ea
Reworked formspecs and kahrl's hexcolor parser
2013-11-03 22:14:37 +01:00
0b78889289
Send a on_receive_fields event when formspec is closed, with fields.quit = "true"
2013-11-03 11:53:59 +01:00
06a5eceb81
Add basic protection support to builtin
2013-11-02 14:01:10 -04:00
2636c92075
Portability fixes for OpenBSD (and possibly NetBSD and others).
2013-11-02 13:41:26 -04:00
d11c76b9f2
Fix possible crash with grass ABM.
2013-11-02 16:22:26 +01:00
0d35350b69
Fix liquid_range
...
* Prevent graphical glitches on old servers
* Fix flowing of liquids with viscosity != 1 and range != 8
* Fix range = 0, no flowing nodes will appear
2013-11-02 15:47:44 +01:00
2bf9abade2
Fix grass adding/removing ABM.
2013-11-02 13:49:22 +01:00
69a59f1e41
Move the sapling growing and grass adding/removing ABMs to Lua
2013-11-02 10:50:11 +01:00
b1c82f332c
Add my email address to the main menu credits
2013-11-01 16:30:30 -04:00
fba2650e39
Add more checks to vector functions
2013-11-01 13:16:07 -04:00
1cbba877ff
Don't remove background of games in submenus
2013-11-01 16:46:25 +01:00
53ab2f8def
Fixed ignoring of "diggable" property of nodes.
2013-11-01 10:58:41 -04:00
bd6d4666ab
Add a callback: minetest.register_on_craft(itemstack, player,
...
old_craft_grid, craft_inv) and
minetest.register_craft_predict(itemstack, player, old_craft_grid,
craft_inv)
2013-11-01 15:55:34 +01:00
2f10cfb226
Made unknown nodes stop falling nodes properly and shorten lines
2013-11-01 10:33:29 -04:00
8bc68645cb
Raise the maximum node limit to 0x7fff
...
As agreed to by kahrl
2013-11-01 10:27:23 -04:00
6e17503208
Move new core devs to the "Core Developpers" section of mainmenu.
2013-11-01 12:27:50 +01:00
382357d61c
Masterserver totals fix
2013-10-18 23:57:22 +04:00
a924409bd1
Masterserver update
2013-10-18 01:32:49 +04:00
e232f7311f
Add sanity checks to vector functions
2013-10-17 09:42:57 +03:00
12504a18ec
Remove vector metatable setting
...
This not only makes the vector functions faster, but also makes them more
consistent with other functions.
2013-10-17 09:41:01 +03:00
b3591019ad
Fix object duplication bug (at least in the most reproducible UFO case)
2013-10-17 00:10:16 +03:00
34e0a0ca0f
Add tool callback
2013-10-16 21:58:29 +04:00
4e5760a541
Fix minetest.facedir_to_dir when param2 is 5 or 7.
2013-10-16 21:55:01 +04:00
19742d8d98
Add support for parameter 'visual_scale' for drawtypes 'signlike' and 'torchlike' like used for drawtype 'plantlike'
2013-10-14 21:38:56 +03:00
f86cdf0960
Translated using Weblate (Spanish)
2013-10-08 06:24:36 +02:00
ee9f4f11a3
Translated using Weblate (Portuguese (Brazil))
2013-10-08 06:24:36 +02:00
919ffd9d36
Translated using Weblate (Dutch)
2013-10-08 06:24:36 +02:00
406bed1164
Translated using Weblate (Portuguese (Brazil))
2013-10-08 06:24:36 +02:00
d0ddcecbe5
Translated using Weblate (Chinese (China))
2013-10-08 06:24:36 +02:00
25304b53a1
Translated using Weblate (Dutch)
2013-10-08 06:24:36 +02:00
14e562e92b
Translated using Weblate (French)
2013-10-08 06:24:36 +02:00
b3ad0f1ed4
Translated using Weblate (German)
2013-10-08 06:24:36 +02:00
5f3806c93c
Add Czech language
2013-10-08 00:23:35 +02:00
5598f3c81b
FIx wrong error message on invalid use of the formspec element image_button
2013-10-07 22:50:26 +02:00
afb27329fc
Remove mapgen_air alias ( #935 )
2013-10-05 18:42:31 +02:00
2170c9958a
Optimized minetest.get_connected_players()
...
Instead of collecting all objects within a huge radius (which could be
a big value), just register each player that connects and give back the
current hold list.
2013-10-01 15:03:03 +02:00
2134316c80
Pass VERSION_EXTRA to GenerateVersion.cmake
2013-09-29 16:05:09 +02:00
a9c0961e0c
Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStack
2013-09-28 23:46:48 +02:00
731392866f
Allow to manually specify param2 in minetest.item_place() and return success
2013-09-28 23:46:48 +02:00
5dce44ec5e
Add --version option
2013-09-28 21:30:17 +02:00
f0edd88dff
Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txt
2013-09-28 21:30:17 +02:00
8bc7ea61b9
Show git hash in version string at top left corner of window
2013-09-28 21:30:17 +02:00
372d638ec1
Lower the default max_users from 100 to 15
2013-09-28 21:09:52 +02:00
4ea0e4f606
Add curl, freetype and luaJIT to CMAKE_BUILD_INFO
2013-09-28 15:41:37 +02:00