4394 Commits

Author SHA1 Message Date
sfan5
b092142bf4 Update MinGW toolchain downloads used by travis 2014-12-23 17:20:26 +01:00
kwolekr
cc3e9663ff Silence misc. warnings 2014-12-23 01:09:50 -05:00
Craig Robbins
73b383fd5b Make limiting of the reflow liquids queue size optional
If liquid_queue_purge_time == 0 then disable the queue size limiting and make this the default setting
Additionally, liquid_loop_max now defaults to 100000
2014-12-23 15:47:06 +10:00
paramat
22ba9516fd Update mapgen stuff in minetest.conf 2014-12-22 22:45:11 -05:00
kwolekr
0671ebaa91 Temporarily fix always bright wieldhand with shaders enabled 2014-12-22 22:37:11 -05:00
Kahrl
851a45224d Regenerate server_flags_creative.png from XCF 2014-12-21 13:29:02 +01:00
Kahrl
339bdb4d43 Fix weird (and wrong) comment in test.cpp 2014-12-21 13:20:42 +01:00
paramat
63311232cf lua_api.txt: improve noise documentation. Remove previous eased 3D noise format example 2014-12-20 14:50:57 -05:00
paramat
d2f750b458 Re-add hacky fix for underwater grass, to fix mgv7 user's biomes 2014-12-20 14:50:13 -05:00
unknown
9297cec8b5 Change TileSpec::frames to be std::vector not std::map
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-21 02:41:17 +10:00
Vanessa Ezekowitz
e221b9da2e Fix visual_scale for plantlike nodes (again)
fixes #1989

move the plant to the bottom of its node properly, without affecting its scale.  See isue #1989
2014-12-19 12:25:32 +10:00
kwolekr
3d2219596e Temporarily set default biome in builtin
This should probably be removed when minetest_game has proper biomes.
If I hear "the whole map is just stone!" again after this, I am going to detonate.
2014-12-18 09:57:38 -05:00
Craig Robbins
08d1ef1d13 Fix visual_scale for NDT_PLANTLIKE being set too small 2014-12-18 20:28:14 +10:00
Craig Robbins
ed9f94d545 Suppress compiler warning 2014-12-18 19:29:04 +10:00
kwolekr
f166500f81 Remove manual biome noise translation 2014-12-17 16:28:28 -05:00
Craig Robbins
9dbf375a14 Do not allow the m_transforming_liquid queue to increase until all RAM is consumed 2014-12-18 03:32:19 +10:00
Pavel Puchkin
2d772d6e28 Fix OSX packaging finally
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-16 20:33:54 +10:00
kwolekr
e00e9a8fc4 Set WM_CLASS window hint for Xorg 2014-12-15 13:52:10 -05:00
kwolekr
df97ee1af6 Expose mapgen chunksize in on_mapgen_init callbacks 2014-12-14 18:46:46 -05:00
Calinou
61ce72dbb7 Update French translation
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-15 02:44:48 +10:00
Diego Martinez
816b7c5af9 Update Spanish language.
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-15 02:20:47 +10:00
Pavel Puchkin
432664bcff Fixes #1687 by extra semaphore retval handle code for OSX
See https://github.com/minetest/minetest/issues/1687#issuecomment-56830173

Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-15 02:12:39 +10:00
Craig Robbins
572eec5567 Fix typo in lua_api.txt 2014-12-15 01:09:17 +10:00
kwolekr
acf751e3dc Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually called 2014-12-14 00:18:31 -05:00
Kahrl
33784cd21a Fix background of creative icon (was black, now transparent) 2014-12-14 05:09:43 +01:00
Kahrl
521a599065 Revert "Update Russian translation"
This reverts commit e4e4324a30d6bcac5cc06c74e955e4941b14bd38.

Conflicts:
	po/minetest.pot
	po/*/minetest.po
2014-12-13 15:29:50 +01:00
Craig Robbins
ed82e7103c Fix misleading error when exiting the client from the main menu 2014-12-14 00:07:44 +10:00
Craig Robbins
a4ff0301be Provide more info if a subgame is not valid/found 2014-12-13 23:01:16 +10:00
PilzAdam
59f90760f3 Update german translation 2014-12-13 13:00:11 +01:00
kwolekr
b9b9df261b LuaPerlinNoiseMap: Fix 3d noise safety check 2014-12-12 22:58:44 -05:00
Kahrl
a90dcfbb1e Fix segfault when dragging mouse out of mainmenu window (#1910) 2014-12-13 00:39:07 +01:00
Kahrl
c57b36f06a Remove vertlabels from main menu and relayout a bit 2014-12-13 00:33:38 +01:00
Kahrl
50be291105 Display serverlist flags as icons 2014-12-13 00:33:38 +01:00
ShadowNinja
7d398e5f1c Update po files 2014-12-12 17:20:53 -05:00
AntonBoch1244
24095ef415 Update Russian translation 2014-12-12 17:19:01 -05:00
Enki
6567276ee6 Update Italian translation 2014-12-12 17:12:40 -05:00
ShadowNinja
617537325c Fix missing call to std::ostringstream::str 2014-12-12 16:32:11 -05:00
SmallJoker
0760a17aa1 Fix MSVC compiling warnings and remove an unused texture 2014-12-12 16:09:34 -05:00
kwolekr
738c429dc1 Log: Silence errorstream during unittests 2014-12-12 15:51:55 -05:00
Anton
420b5ec08c Use std::string::empty() instead of size() where applicable 2014-12-12 15:16:24 -05:00
Jürgen Doser
f6901a5d39 Add basic support for generating API documentation using Doxygen
If CMake is run and Doxygen is found, add a make target called "doc",
which builds API documention in doc/html. This target is not included
in the default "all" target, you have to explicitly run "make doc" to
generate the documentation.

If graphviz is installed, in particular, if the "dot" binary is found,
doxygen is configured to generate various kinds of diagrams. Note that
due to this, the first run of doxygen can take a while.
2014-12-12 14:59:57 -05:00
kwolekr
0cccb0ef12 Settings: Fix invalid memory access when setting not found in working mem 2014-12-12 14:39:36 -05:00
kwolekr
4a03418de2 NodeResolver: Fix some comments and use const references for params 2014-12-12 14:21:41 -05:00
kwolekr
2906d0620b Add minetest.clear_registered_decorations() and clear_registered_ores() 2014-12-12 14:08:04 -05:00
MirceaKitsune
f54ae89efb Allow footstep sounds to play for liquid and ladder nodes, making swimming and climbing sounds possible 2014-12-12 16:47:47 +01:00
Kodexky
a4dce04911 Responsive tooltip offset for Android.
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-13 00:43:37 +10:00
Craig Robbins
a23abf117a Fix typo in mapblock.h 2014-12-12 20:46:37 +10:00
kwolekr
d8ab7d2124 LuaPerlinNoiseMap: Prevent invalid memory access when attempting to generate 3d noise with a buffer created for 2d 2014-12-12 02:46:52 -05:00
kwolekr
4bba841143 Mapgens: Rename m_emerge to prevent name collisions 2014-12-12 02:38:39 -05:00
kwolekr
a3e54044a9 Add support for NoiseParams in minetest.get_perlin() and add docs on NoiseParams to lua_api.txt 2014-12-12 02:02:44 -05:00