proller
0ed0e86805
Masterserver fixes
2013-11-04 13:02:42 +04:00
proller
7062ed9bbb
Masterserver show privs and js autoload
2013-11-04 04:56:39 +04:00
ShadowNinja
f6cd8b30bb
Add a "More..." link when the serverlist is filtered
2013-11-03 18:21:53 -05:00
ShadowNinja
bf0035ed4d
Only show servers with at least master.min_clients clients
2013-11-03 18:02:07 -05:00
ShadowNinja
c9c80177a0
Use a doT.js template for the serverlist
2013-11-03 17:47:16 -05:00
sapier
6e0a806c0c
Fix invalid usage of texture->getSize() where actually texture->getOriginalSize() was meant
2013-11-03 23:00:54 +01:00
BlockMen
395bc5c25e
Fix typo
2013-11-03 22:33:06 +01:00
BlockMen
18314f400f
Reworked formspecs and kahrl's hexcolor parser
2013-11-03 22:14:37 +01:00
Novatux
5db8c1b5d9
Send a on_receive_fields event when formspec is closed, with fields.quit = "true"
2013-11-03 11:53:59 +01:00
ShadowNinja
1850e0ecb7
Add basic protection support to builtin
2013-11-02 14:01:10 -04:00
Aaron Suen
e4149c5a05
Portability fixes for OpenBSD (and possibly NetBSD and others).
2013-11-02 13:41:26 -04:00
PilzAdam
fd0b6ac837
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
Novatux
e219892623
Move the sapling growing and grass adding/removing ABMs to Lua
2013-11-02 10:50:11 +01:00
ShadowNinja
29d10c3f54
Add my email address to the main menu credits
2013-11-01 16:30:30 -04:00
ShadowNinja
5b729a7ba4
Add more checks to vector functions
2013-11-01 13:16:07 -04:00
BlockMen
4d25c22eff
Don't remove background of games in submenus
2013-11-01 16:46:25 +01:00
0gb.us
7077f986cf
Fixed ignoring of "diggable" property of nodes.
2013-11-01 10:58:41 -04:00
Novatux
0f0a497d0f
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
ShadowNinja
cb276ed80a
Made unknown nodes stop falling nodes properly and shorten lines
2013-11-01 10:33:29 -04:00
ShadowNinja
9c424fadee
Raise the maximum node limit to 0x7fff
...
As agreed to by kahrl
2013-11-01 10:27:23 -04:00
Novatux
bb9d5afb7d
Move new core devs to the "Core Developpers" section of mainmenu.
2013-11-01 12:27:50 +01:00
proller
27f4275ff0
Masterserver totals fix
2013-10-18 23:57:22 +04:00
proller
670ac4ac88
Masterserver update
2013-10-18 01:32:49 +04:00
ShadowNinja
8c49fed3d9
Add sanity checks to vector functions
2013-10-17 09:42:57 +03:00
ShadowNinja
c428b28e43
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
Perttu Ahola
a50409875f
Fix object duplication bug (at least in the most reproducible UFO case)
2013-10-17 00:10:16 +03:00
Novatux
64da618bed
Add tool callback
2013-10-16 21:58:29 +04:00
Novatux
43726519dc
Fix minetest.facedir_to_dir when param2 is 5 or 7.
2013-10-16 21:55:01 +04:00
Sokomine
d7fc2a18b2
Add support for parameter 'visual_scale' for drawtypes 'signlike' and 'torchlike' like used for drawtype 'plantlike'
2013-10-14 21:38:56 +03:00
William Strealy
0a25e139b5
Translated using Weblate (Spanish)
2013-10-08 06:24:36 +02:00
Frederico Guimarães
d79db14c04
Translated using Weblate (Portuguese (Brazil))
2013-10-08 06:24:36 +02:00
Rutger NL
efb23ff0cc
Translated using Weblate (Dutch)
2013-10-08 06:24:36 +02:00
Frederico Guimarães
adb5f63421
Translated using Weblate (Portuguese (Brazil))
2013-10-08 06:24:36 +02:00
Shen Zheyu
48fbd41f69
Translated using Weblate (Chinese (China))
2013-10-08 06:24:36 +02:00
Rutger NL
28ecf36df0
Translated using Weblate (Dutch)
2013-10-08 06:24:36 +02:00
we prefer instagib metl3
c26c1be512
Translated using Weblate (French)
2013-10-08 06:24:36 +02:00
Pilz Adam
19f139e170
Translated using Weblate (German)
2013-10-08 06:24:36 +02:00
Kahrl
1fde317540
Add Czech language
2013-10-08 00:23:35 +02:00
RealBadAngel
773cf884e3
FIx wrong error message on invalid use of the formspec element image_button
2013-10-07 22:50:26 +02:00
0gb.us
63d8e18b3b
Remove mapgen_air alias ( #935 )
2013-10-05 18:42:31 +02:00
fairiestoy
c46c47f5ca
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
Kahrl
6e21371b31
Pass VERSION_EXTRA to GenerateVersion.cmake
2013-09-29 16:05:09 +02:00
PilzAdam
714d83e833
Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStack
2013-09-28 23:46:48 +02:00
PilzAdam
80a7f12664
Allow to manually specify param2 in minetest.item_place() and return success
2013-09-28 23:46:48 +02:00
Kahrl
13ccce3a03
Add --version option
2013-09-28 21:30:17 +02:00
Kahrl
32a158fc0b
Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txt
2013-09-28 21:30:17 +02:00
Kahrl
99ae783310
Show git hash in version string at top left corner of window
2013-09-28 21:30:17 +02:00
ShadowNinja
746c404a72
Lower the default max_users from 100 to 15
2013-09-28 21:09:52 +02:00
PilzAdam
d5516f2f76
Add curl, freetype and luaJIT to CMAKE_BUILD_INFO
2013-09-28 15:41:37 +02:00
kwolekr
260d16200b
Re-fix hud_change stat argument retrieval
...
Conflicts:
src/script/lua_api/l_object.cpp
2013-09-26 04:39:10 +02:00