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
PilzAdam
14d20ac1a4
Add Settings interface for Lua
2013-09-10 18:31:38 +02:00
Kahrl
ce8baac952
Handle --migrate even when compiled without leveldb support
2013-09-10 18:29:51 +02:00
Kahrl
04e4f11a43
Remove assert warning in leveldb wonderland
2013-09-10 18:28:26 +02:00
Kahrl
c3771a8605
Fix loading leveldb worlds
2013-09-10 18:16:36 +02:00
Kahrl
50fd513b37
Fix broken build due to missing mapsector.h include
2013-09-10 17:49:53 +02:00
Kahrl
6cdeb98fd2
Add --migrate to manpages and update manpage dates
2013-09-10 16:44:11 +02:00
Kahrl
7f7f54b581
Add license headers and remove useless includes
2013-09-10 16:09:30 +02:00
Sfan5
db4ee4dd84
Use system-wide LevelDB instead of bundled one
2013-09-09 22:50:51 +02:00
Sfan5
606652b7bc
Prevent ModMgr from deleting backend setting in world.mt
2013-09-09 22:50:51 +02:00
Sfan5
c57188f53d
Make --migrate update world.mt too
2013-09-09 22:50:51 +02:00