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
BlockMen
ea1f940a8e
Fix compiling issue of MSVC
2013-09-23 11:51:14 +02:00
BlockMen
89896b73fb
Add option to scale image to percentage values
2013-09-20 20:03:58 +02:00
proller
d737e2924a
Fix null dereference in weather update functions
2013-09-18 01:37:47 +04:00
kwolekr
4a3d0d8569
Fix some warnings and other minor details
2013-09-16 23:52:42 -04:00
kwolekr
d8e65be2d3
Weather: Clean up getHeat/getHumidity somewhat
2013-09-16 23:33:53 -04:00
ShadowNinja
7bcf638de9
Fix comments about length of server step
...
6b927229f5f9cb9a8163ecec482160975199fa0f Changed the default server step
from 0.05s to 0.1s
2013-09-17 01:47:45 +02:00
proller
1097b3f219
Use cached "weather" setting
2013-09-17 02:57:36 +04:00
proller
602788984e
Fog depend on humidity
2013-09-17 02:43:24 +04:00
proller
d01bb79c86
Add configurable PRAGMA synchronous =
2013-09-17 02:11:30 +04:00
kwolekr
d017bf220a
Always use builtin JThread library
2013-09-15 23:00:01 -04:00
Kahrl
fb1f510c3f
Change mainmenu texture handling + small misc changes
...
Texture names must now be escaped in formspec elements image[],
background[], image_button[], image_button_exit[].
Instead of special-case handling of texture loading (and unloading
which was missing) in guiFormSpecMenu.cpp, use the newly created
ISimpleTextureSource interface which is a minimal subset of
ITextureSource. There is an implementation of this interface
used by GUIEngine (MenuTextureSource).
Fix an off-by-one bug in unescape_string; it caused requests for a
texture called "\0".
2013-09-11 00:08:56 +02:00
BlockMen
9fd8f6091e
Fix hotbar padding at bottom
2013-09-10 23:39:38 +02:00
PilzAdam
20e1cc7140
Add offset to automatic_face_movement_dir
2013-09-10 23:31:44 +02:00
sapier
645c181eca
Fix bug: texture pack not overriding default menu textures
2013-09-10 22:51:27 +02:00
PilzAdam
bfdd2d03cb
Use engine.is_yes() in mainmenu
2013-09-10 21:38:50 +02:00
PilzAdam
ee22bd0d15
Use the Settings Lua interface to read world.mt
2013-09-10 21:38:49 +02:00
PilzAdam
56f58ccf3b
Allow non-string arguments for minetest.is_yes()
2013-09-10 21:38:44 +02:00