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
Craig Robbins
2784064a9d
Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients textures correctly"
...
This reverts commit 9878e8de4fdf232ebb77b396766c339786c01218.
See: https://github.com/minetest/minetest/issues/1939 and IRC log for discussion
2014-12-12 16:21:29 +10:00
kwolekr
4433cb3626
Settings: Fail on invalid sequence and throw exception for LuaSettings
2014-12-12 00:44:17 -05:00
kwolekr
2d6a78682e
Settings: Sanitize value for multiline terminator tokens
2014-12-11 23:26:13 -05:00
paramat
89c03f2ce9
Fix undeclared globals in functions and shorten lines in misc_helpers.lua.
2014-12-11 21:37:46 -05:00
kwolekr
9ac2db17df
Clean up Noise macros
2014-12-11 02:53:10 -05:00
kwolekr
1eaec9ee22
NodeResolver: Fix cancelNode and cancelNodeList
2014-12-11 00:41:54 -05:00
kwolekr
6f398af64f
Noise: Automatically transform noise maps if needed
2014-12-10 23:35:37 -05:00
kwolekr
d27d023219
Move get_schematic and read_schematic to l_mapgen.cpp
2014-12-10 01:49:57 -05:00
paramat
a4effa4b55
Biome API: Reduce heat and humidity persistences to 0.5
2014-12-10 01:39:08 -05:00
kwolekr
aae5e41aa5
Add support for lacunarity in legacy NoiseParams string format
2014-12-10 01:31:43 -05:00
Kahrl
8f8642798b
Add paste command (Ctrl-V) in GUIChatConsole
2014-12-10 07:12:08 +01:00
kwolekr
0f4d8ddf95
Remove get_noiseparams function. read_noiseparams should be used from now on
2014-12-10 00:56:44 -05:00